Hi Christopher,
From: Christopher Gregory <[email protected]> Subject: Re: [blfs-support] Compiling doxygen 1.8.8 failed Date: Wed, 03 Sep 2014 00:44:35 +1200 > On Tue, 2014-09-02 at 14:22 +0200, Pierre Lorenzon wrote: >> Hi, >> >> Compiling doxygen 1.8.8 leads to following error : >> >> config.cpp:(.text+0x7745): undefined reference to `addConfigOptions(Config*)' >> >> A rgrep on the source directory gives : >> >> >>> -- grep >> >> -*- mode: grep; default-directory: "/usr/src/clfs-2.1.0/doxygen-1.8.8/" -*- >> Grep started at Tue Sep 2 14:03:36 >> >> find . -type d \( -path \*/SCCS -o -path \*/RCS -o -path \*/CVS -o -path >> \*/MCVS -o -path \*/.svn -o -path \*/.git -o -path \*/.hg -o -path \*/.bzr >> -o -path \*/_MTN -o -path \*/_darcs -o -path \*/\{arch\} \) -prune -o \! >> -type d \( -name .\#\* -o -name \*.o -o -name \*\~ -o -name \*.bin -o -name >> \*.lbin -o -name \*.so -o -name \*.a -o -name \*.ln -o -name \*.blg -o -name >> \*.bbl -o -name \*.elc -o -name \*.lof -o -name \*.glo -o -name \*.idx -o >> -name \*.lot -o -name \*.fmt -o -name \*.tfm -o -name \*.class -o -name >> \*.fas -o -name \*.lib -o -name \*.mem -o -name \*.x86f -o -name \*.sparcf >> -o -name \*.dfsl -o -name \*.pfsl -o -name \*.d64fsl -o -name \*.p64fsl -o >> -name \*.lx64fsl -o -name \*.lx32fsl -o -name \*.dx64fsl -o -name \*.dx32fsl >> -o -name \*.fx64fsl -o -name \*.fx32fsl -o -name \*.sx64fsl -o -name >> \*.sx32fsl -o -name \*.wx64fsl -o -name \*.wx32fsl -o -name \*.fasl -o -name >> \*.ufsl -o -name \*.fsl -o -name \*.dxl -o -name \*.lo -o -name \*.la -o >> -name \*.gmo -o -name > \*.mo -o > - >> name \*.toc -o -name \*.aux -o -name \*.cp -o -name \*.fn -o -name \*.ky -o >> -name \*.pg -o -name \*.tp -o -name \*.vr -o -name \*.cps -o -name \*.fns -o >> -name \*.kys -o -name \*.pgs -o -name \*.tps -o -name \*.vrs -o -name \*.pyc >> -o -name \*.pyo \) -prune -o -type f \( -name \* -o -name .\* \) -exec grep >> -nH -e addConfigOptions {} + >> ./generated_src/doxygen/config.cpp:3627: addConfigOptions(this); >> ./src/configoptions.h:21:void addConfigOptions(Config *cfg); >> ./src/configgen.py:610: print("void addConfigOptions(Config >> *cfg)") >> ./src/config.l:1680: addConfigOptions(this); >> >> Grep finished (matches found) at Tue Sep 2 14:03:36 >> >> >>> -- End grep >> >> as if this method is declared but never implemented. >> >> Did anybody succeeded to compile this package. I suspect that >> yes otherwise it were not written in the book that this package >> is known to build etc ... but anyway ... >> >> >> Regards >> >> Pierre > > Hello Pierre, > > I have no idea what you may have done to get that error, but it most Compile several times before it work since I before had problems with python installation. Even if I did a make clean something was probably not really clean. > certainly does compile. I suggest that you delete the directory and > extract from the tarball again. > > Try it again using make -j1 just to make sure. It works ! Thaanks Pierre > > Regards, > > Christopher. > > -- > http://lists.linuxfromscratch.org/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
