SFML community forums
Help => General => Topic started by: LegoMan4 on November 19, 2013, 04:21:02 pm
-
i got the error:
1>------ Build started: Project: sfml, Configuration: Release Win32 ------
1>Build started 19.11.2013. 16:13:56.
1>InitializeBuildStatus:
1> Touching "Release\sfml.unsuccessfulbuild".
1>ClCompile:
1> All outputs are up-to-date.
1>LINK : fatal error LNK1181: cannot open input file 'sfml-graphics-s.lib sfml-window-s.lib sfml-system-s.lib kernel32.lib'
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.38
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
-
The separator is obviously wrong since it thinks that all this stuff is a single file name. Try ";" instead of space.
-
If you enter each library on a separate line in the linker dependencies, the correct separator (the semicolon) will automatically be chosen.