Hi everyone!
I’m trying to set up JUCE with CODE::BLOCKS, but nothing seems to be working.
I have followed the guide in the C:/JUCE/docs/JUCE readme.html readme.
1.open the Juce project: juce/build/win32/codeblocks/juce.cbp
- CHECK!
2.open the demo app project: juce/extras/juce demo/build/win32_codeblocks/JuceDemo.cbp
-CHECK!
3.Build first the “Juce Library” project, and then the “Juce Demo App” project. If your build environment is set up correctly, these should just work and the demo app should run. - ERROR.
I’m using JUCE v. 1_50 (I guess) from http://sourceforge.net/projects/juce/files/ (the link on the main page). I’ve placed it in C:\JUCE . I’m using CODE::BLOCKS 8.02 and I’m running Windows XP SP2.
I open c:\juce\build\win32\codeblocks\juce.cbp and c:\juce\extras\juce demo\build\win32_codeblocks\JuceDemo.cbp in codeblocks.
I then build first the juce.cbp projekt (getting 0 errors and 96 warnings) and then the JuceDemo.cbp projekt (getting 1 error and 1 warning) with the error being: C:\CodeBlocks\MinGW\bin\ld.exe: cannot find -ljucedebug .
And thats where I’m stuck. I’m guessing I have missed something somewhere, or have some wrong settings or something, but I have no idea where to go from here, so any and all help is very much appreciated.
Btw. I’m using the GNU GCC Compiler in codeblocks.
Also, sorry if I placed this in the wrong topic.
- Steffen