Hi All
As suggested above I am pretty new to C++ and OF, excuse my noobiness! . I decided to follow the code::blocks setup.
I installed the addons as directed.
When I try to compile one of the examples, I get the following error:
“vectorGraphicsExample - release” uses an invalid compiler. Skipping…
Nothing to be done.
Code::Blocks is set to GNU GCC Compiler in the codeblocks compiler settings.
My laptop is a 64bit I3 running Windows 7. Is this a 32bit/64bit issue or have I missed a very fundamental step?
The OF site recommends using devc++ as the compiler, I have installed this but it does not show in the code:blocks compiler choice pulldown?!?
I use code::Blocks 10.05 (Latest release) installed into: C:\Program Files(x86)\CodeBlocks
I putt all contents of of_preRelease_v007_win_cb to
C:\openFrameworks
I put contents of add_to_codeblocks_mingw_include to: C:\Program Files(x86)\CodeBlocks\MinGW\include
I put contents of add_to_codeblocks_mingw_lib to: C:\Program Files(x86)\CodeBlocks\MinGW\include
i open windowExample workspace from: C:\openFrameworks\apps\example\windowExample\
When i try to compile the workspace i get:
“openFrameworksLib - release” uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping…
“windowExample - release” uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping…
Nothing to be done.
…/…/…/libs/openFrameworksCompiled/lib/win_cb/openFrameworks.lib is in the build option/ linker option, other linker options.
if openframeworks.lib is not there you need to compile it, open the workspace instead of the .cbp of any example and compile it, that will compile the openframeworks project as a dependency
how can i compile if it cant find the compiler, never had that problem, i think there is some other problem, i open the workspace of the empty projct cant compile the project or OF dependencies.
“openFrameworksLib - release” uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping…
“advanced3dExample - release” uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping…
Nothing to be done.