Author Topic: cbsymtabconfig.cpp is missing in rev 3124  (Read 3602 times)

bnilsson

  • Guest
cbsymtabconfig.cpp is missing in rev 3124
« on: October 22, 2006, 11:20:11 am »
"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

  • Guest
Re: cbsymtabconfig.cpp is missing in rev 3124
« Reply #1 on: October 22, 2006, 11:31:45 am »
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.
« Last Edit: October 22, 2006, 12:41:08 pm by bnilsson »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: cbsymtabconfig.cpp is missing in rev 3124
« Reply #2 on: October 22, 2006, 01:14:11 pm »
done (all of them)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: cbsymtabconfig.cpp is missing in rev 3124
« Reply #3 on: October 22, 2006, 01:25:38 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ