User forums > Help
CodeBlocks cannot find -lOpenAL32
stahta01:
Posting a screen shot of Code::Blocks does not help since the Problem is [likely] not in Code::Blocks!
You need to learn about the Compiler you are using; at least enough to figure out how to tell it to make 32 bit programs.
Edit: Code::Blocks is an IDE it is not a Compiler!!
Edit: You are using a custom makefile project the options in Code::Blocks do NOT change how the project is built!
Note: The problem might be in the makefile or cmake instead.
Tim S.
BlueHazzard:
Yes, if you use cmake to generate a codeblocks project the whole build process is outsourced to cmake. Codeblocks only calls cmake that does its stuff. Any build option or library path or anything beside code editing (even adding a new c file) you edit in codeblocks will get ignored.
If you want to modify search paths for libraries or build options you will have to edit the cmake file.
I am afraid this is not the right place for your question because we do not support OpenAL, OpenGL or CMake. We only support codeblocks question and your problem is not in codeblocks but in your cmake file.
By luck maybe someone can help you, but i would search for help on an other site...
helliot1:
Thanks @stahta01 @BlueHazzard!! it's a great help to know that the error isn't in the Code::Blocks. I'll try to search something about the CMake!!
Navigation
[0] Message Index
[*] Previous page
Go to full version