Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
kvalobs:kvoss:system:qc2:test:acceptance:qc2ins [2010-04-18 19:29:45]
paule
kvalobs:kvoss:system:qc2:test:acceptance:qc2ins [2022-05-31 09:29:32] (current)
Line 34: Line 34:
 $ svn co https://svn.met.no/kvoss/kvQc2/trunk/ $ svn co https://svn.met.no/kvoss/kvQc2/trunk/
 </code> </code>
 +
 +
 +**Conundrum** There is as-of-yet open issue with boost program options. The default version on the different flavours of ubuntu are different, and the ReadProgramOptions.cc code has to be changed to fit the appropriate ubuntu (hardy or etc?). This is probably just an issue with which version of the library is installed and probably can be solved some other way. FIXME
 +
 +<code>
 +-       std::cout << full_path << std::endl;
 ++       //std::cout << full_path << std::endl;
 +... 
 +-           std::cout << "Does not exist: " << full_path.file_string() <<std::endl;
 ++           std::cout << "Does not exist: " << full_path.native_file_string() <<std::endl;
 +...
 +-              filename=dit->path().native_file_string();
 ++              filename=dit->native_file_string();
 +...
 +</code>
 +
  
 **STEP 3:** Build and install as follows: **STEP 3:** Build and install as follows:
  
 <code> <code>
-$ cd $HOME/kvQc2-svn+$ cd $HOME/kvQc2-svn/trunk # or specific tags directory etc
 $ autoreconf -i $ autoreconf -i
 $ ./configure --prefix=/metno/kvalobs      # If no prefix, then Qc2 is installed in the system directories ((debian package will look after this in the future)) $ ./configure --prefix=/metno/kvalobs      # If no prefix, then Qc2 is installed in the system directories ((debian package will look after this in the future))
  • kvalobs/kvoss/system/qc2/test/acceptance/qc2ins.1271618985.txt.gz
  • Last modified: 2022-05-31 09:23:18
  • (external edit)