Menu

#12 Installer Fails

open
nobody
None
5
2010-08-10
2010-08-10
Anonymous
No

I attempted to create dtn in my home directory. I have the oasys 1.4 in the same tree along with xerces, etc...
When executing .configure --prefix=/my-home-dir/dtn2 --with-oasys=my-home-dir/dtn2
I receive an error that says /my-home-dir/tools/extract-version: No such file or directory. It would seen that the macro for extracting the version is not provided in the installation package. Keep in mind that I had built oasys using the same prefix command. I did have to manually copy the oasys libs to the libdir (I got an install stat error). So to get past the configure error I created a symlink to oasys-1.4.0 calling it oasys. But of course that generated compile errors because the installation is not actually valid in that location. Maybe the autoconf needs to be tested a little more thoroughly... perhaps.

Discussion

  • Bruce Hochstetler

    I (Bruce Hochstetler) submitted this artifact, but at the time could not log in. My email address ... bruce.w.hochstetler@gmail.com,
    Thanks,
    Bruce

     
  • Saurabh Jain

    Saurabh Jain - 2011-04-21

    hi
    I want to use DTN2 for my application. For this i have to install Oasys. While running "make" after ./configure it is showing error as follow.

    serialize/XMLSerialize.cc: In member function ‘virtual void oasys::XMLMarshal::process(const char*, u_char*, u_int32_t)’:

    serialize/XMLSerialize.cc:114: error: invalid conversion from ‘XMLByte**’ to ‘char**’

    serialize/XMLSerialize.cc:114: error: initializing argument 1 of ‘static void xercesc_3_1::XMLString::release(char**, xercesc_3_1::MemoryManager*)’

    serialize/XMLSerialize.cc: In member function ‘void oasys::XMLMarshal::process(const char*, oasys::BufferCarrier<unsigned char>*, size_t*)’:

    serialize/XMLSerialize.cc:134: error: invalid conversion from ‘XMLByte**’ to ‘char**’

    serialize/XMLSerialize.cc:134: error: initializing argument 1 of ‘static void xercesc_3_1::XMLString::release(char**, xercesc_3_1::MemoryManager*)’

    make: *** [serialize/XMLSerialize.o] Error 1

    Is thr error in code or i m missing some library.
    please help me.\

    Thankyou

     

Log in to post a comment.