Code::Blocks Forums

User forums => Help => Topic started by: Micah on November 07, 2005, 06:53:27 pm

Title: Missing Files: editkeywordsdlg.cpp and uservarmanager.cpp
Post by: Micah on November 07, 2005, 06:53:27 pm
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.