1
C / Codeblocks cannot find library, lib path correct
« on: March 17, 2011, 11:07:57 am »
I guess that explains the incompatible library warning I was getting though.
It's a shame too, especially since I was specifically looking for a library that could be statically linked. I only want a library for cross-platform windows and input; I was using GLFW, but the current version is limited in its window handling (can only support a single window open at a time), and it may be a while before the next version is out (which will have a much better windowing system), since they're rewriting the entire library from scratch.
It's probably for the best; SFML looks to have a much better window library than the current version of GLFW, but the MacOS X support is a bit lacking, and I know I'd hate myself later if I had to hack together a working window system when it came time for cross-development.
Thanks for the help though, that was an amazingly fast response.
It's a shame too, especially since I was specifically looking for a library that could be statically linked. I only want a library for cross-platform windows and input; I was using GLFW, but the current version is limited in its window handling (can only support a single window open at a time), and it may be a while before the next version is out (which will have a much better windowing system), since they're rewriting the entire library from scratch.
It's probably for the best; SFML looks to have a much better window library than the current version of GLFW, but the MacOS X support is a bit lacking, and I know I'd hate myself later if I had to hack together a working window system when it came time for cross-development.
Thanks for the help though, that was an amazingly fast response.