Menu

Linux Build Error

Peter Hug
2007-11-04
2013-04-22
  • Peter Hug

    Peter Hug - 2007-11-04

    I'm getting this error:

    pete@sifnos:~/development/libs/jsoncpp$ python scons.py platform=linux-gcc check
    scons: Reading SConscript files ...
    Using platform 'linux-gcc-4.1.2'
    LD_LIBRARY_PATH = :libs/linux-gcc-4.1.2
    Building using PLATFORM = linux-gcc-4.1.2

    scons: *** AttributeError `'NoneType' object has no attribute 'dir'' trying to evaluate `${SOURCE.dir}'
    File "scons-tools/doxygen.py", line 186, in generate 

     
    • Peter Hug

      Peter Hug - 2007-11-11

      I simply commented out line 94 in SConstruct:

      # env.Tool('doxygen')

      This is a great forum where we all answer our own questions :)

      Pete

       
  • Anonymous

    Anonymous - 2009-11-18

    Atleast you help people who browses through the forum.

    I had a build error on Linux when I switched from 32-bit to 64-bit. The error was when I declared new Json values as null:
    Json::Value path = NULL;

    Removing the NULL solved the problem though.

    Christian

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.