Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, all, I am sort of new to Linux, I came across an error during make step to install a software:Bambus, the error is: for i in src doc ;do ...
  1. #1
    Just Joined!
    Join Date
    Jul 2010
    Posts
    1

    help! Bambus make error!!!

    Hi, all,

    I am sort of new to Linux, I came across an error during make step to install a software:Bambus, the error is:
    for i in src doc ;do cd $i ; make all; cd .. ; done
    make[1]: Entering directory `/home/ngs/SL/software/bambus-2.33/src'
    for i in IO DotLib TIGR_Foundation_CC grommit ;do cd $i ; make all; cd .. ; done
    make[2]: Entering directory `/home/ngs/SL/software/bambus-2.33/src/IO'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/ngs/SL/software/bambus-2.33/src/IO'
    make[2]: Entering directory `/home/ngs/SL/software/bambus-2.33/src/DotLib'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/ngs/SL/software/bambus-2.33/src/DotLib'
    make[2]: Entering directory `/home/ngs/SL/software/bambus-2.33/src/TIGR_Foundation_CC'
    g++ -D_HAS_GETOPT -c -o ConfigFile.o ConfigFile.cc
    ConfigFile.cc: In member function ‘void ConfigFile:arseConfig()’:
    ConfigFile.cc:113: error: ‘strlen’ was not declared in this scope
    make[2]: *** [ConfigFile.o] Error 1
    make[2]: Leaving directory `/home/ngs/SL/software/bambus-2.33/src/TIGR_Foundation_CC'
    make[2]: Entering directory `/home/ngs/SL/software/bambus-2.33/src/grommit'
    g++ -I../TIGR_Foundation_CC/ -g -c grommit.cc
    grommit.cc: In function ‘int main(int, char**)’:
    grommit.cc:236: warning: format ‘%s’ expects type ‘char*’, but argument 3 has type ‘char (*)[1024]’
    grommit.cc:317: error: ‘abort’ was not declared in this scope
    make[2]: *** [grommit.o] Error 1
    make[2]: Leaving directory `/home/ngs/SL/software/bambus-2.33/src/grommit'
    make[1]: Leaving directory `/home/ngs/SL/software/bambus-2.33/src'
    make[1]: Entering directory `/home/ngs/SL/software/bambus-2.33/doc'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/ngs/SL/software/bambus-2.33/doc'

    Could anybody give any suggestions about this? Thanks very much

  2. #2
    Just Joined!
    Join Date
    Mar 2011
    Posts
    1

    hi

    hi,

    i am new to linus ubuntu and i tried running Bambus...when i do the 'make all' i get the same error....

    did u resolve it..could u please suggest me something...its freaking me out....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...