"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?
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.
done (all of them)
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.