News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

cbsymtabconfig.cpp is missing in rev 3124

Started by bnilsson, October 22, 2006, 11:20:11 AM

Previous topic - Next topic

bnilsson

"svn update" rev 3124 gives me a Makefile that wants a "cbsymtabconfig.cpp" in src/plugins/contrib/symtab.
However, there is no such file in my trunk, so make fails.
Looking into the Makefile, I notice it refers to "cbsymtab*.*" files, while there are only "symtab*.*" files in the distribution.
Some mistake there?


bnilsson

#1
changing "cbsymtab" to "symtab" throughout src/plugins/contrib/symtab/Makefile.am fixed the problem.
However, I guess this must be fixed in the next revision.

killerbot


MortenMacFly

Quote from: killerbot on October 22, 2006, 01:14:11 PM
done (all of them)
Thanks a lot - I'm basically blind when it comes to Linux. I try to do the autobuild stuff as good as possible but I cannot verify it becasue I don't have access to a Linux box (usually, sometimes I do). Just to let you know that I'm not doing this on purpose... ;-)
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]