News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Missing Files: editkeywordsdlg.cpp and uservarmanager.cpp

Started by Micah, November 07, 2005, 06:53:27 PM

Previous topic - Next topic

Micah

Sources:
codeblocks-1.0rc2
wxWidgets 2.6.2

IDE:
Code::Blocks 1.0rc2

I opened up codeblocks-1.0rc2\src\CodeBlocks-wx2.6.0.cbp and clicked "build". It went through most of the compilation process but errored out saying two files were missing:
editkeywordsdlg.o
uservarmanager.o

I then looked in codeblocks-1.0rc2\src\sdk and found that neither file is there (the project thinks they are though).

Where can I get these files, or should I remove them from the project?

Edit: I found both files in the cvs and downloaded them to the appropriate folder which seems to have fixed the problem.