svn 1016 gets the following messages when attempting
to compile CB with CB.
Linking dynamic library: devel/libcodeblocks.so
g++: .objs/sdk/customvars.o: No such file or directory
g++: .objs/sdk/configmanager-revision.o: No such file or directory
I didn't catch these msgs in a previous post. Stupidly
overlooked them.
Any way around this?
thanks
pecan
customvars.cpp was deleted when Yiannis merged the new configuration branch to the trunk.
configmanager-revision.cpp is a relatively new file which separates the revision stuff from the rest of ConfigManager, so the compiler does not need to compile a 37 kB file every time.
If you have updated everything (including the project) to HEAD, a clean rebuild should fix everything.
I haven't yet updated codeblocks-unix.cbp. Sorry.
About customvars, remove the two files from the project (in sdk).
Also, add sdk/configmanager-revision.cpp in the project.
Quote from: mandrav on February 01, 2006, 11:44:44 PM
I haven't yet updated codeblocks-unix.cbp. Sorry.
About customvars, remove the two files from the project (in sdk).
Also, add sdk/configmanager-revision.cpp in the project.
Guess I'll have to wait for the update. I got rid of the customvars error,
but I can't seem to get CB to compile configmanager-revision.cpp.
I added it to the project, checked target sdk, and it shows up in the
project. But I still get the link err;
Compiling: sdk/workspaceloader.cpp
Compiling: sdk/xtra_classes.cpp
Compiling: sdk/xtra_res.cpp
Linking dynamic library: devel/libcodeblocks.so
g++: .objs/sdk/configmanager-revision.o: No such file or directory
Process terminated with status 1 (34 minutes, 35 seconds)
0 errors, 95 warnings
thanks
pecan