1
General / CodeBlocks set up error
« on: June 24, 2016, 04:58:08 am »
I attempted to set up sfml on codeblocks using the pre built binaries. When this did not work, I decided to build my own using CMake. After setting up the correct build options according to the tutorial on sfml-dev.org/, I still get the following errors:
||=== Build: Debug in SFML (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -ljpeg|
ld.exe||cannot find -lfreetype|
||error: ld returned 1 exit status|
||=== Build failed: 3 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
The following are my linker settings:
https://www.dropbox.com/s/pl16uuug3yi9f03/linker.png?dl=0
||=== Build: Debug in SFML (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -ljpeg|
ld.exe||cannot find -lfreetype|
||error: ld returned 1 exit status|
||=== Build failed: 3 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
The following are my linker settings:
https://www.dropbox.com/s/pl16uuug3yi9f03/linker.png?dl=0