User forums > Help

code statistics plugin - project is empty!

(1/1)

Story:
I have a project that was initially empty, but I added the PuTTy source to it using the recursive add option. I am trying to use the code statistics plugin, but no matter what I do, it just pops up a message saying the project is empty, even though it clearly isn't. I've tried saving the project, and restarting Code::Blocks, but it still won't work. What should I do?

Alpha:
If you try to build, does Code::Blocks succeed in compilation?

Story:
No (it complains about a missing header file)

ollydbg:
I don't have such problem.
So would you show/share your project files then I can test for you.
Which version of CB did you use? I suggest you can try a latest nightly build version.

MortenMacFly:

--- Quote from: Story on October 12, 2011, 02:48:56 am ---I have a project that was initially empty, but I added the PuTTy source to it using the recursive add option.

--- End quote ---
This won't work, as the sources also contain platform specific stuff, so you are mixing incompatible files and surely you won't find e.g. MacOS SDK files on a Windows platform. Instead, use the Dev++ project tat ships with the sources you can download (nor checkout!) and import this project. You'll need a few adjustments depending on your compiler (i.e. if its >4.6.x) and you are done.

Navigation

[0] Message Index

Go to full version