Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: sfml-graphics-s.lib sfml-window-s.lib sfml-system-s.lib kernel32.lib error  (Read 1764 times)

0 Members and 1 Guest are viewing this topic.

LegoMan4

  • Newbie
  • *
  • Posts: 10
    • View Profile
    • Email
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 ==========

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: sfml-graphics-s.lib sfml-window-s.lib sfml-system-s.lib kernel32.lib error
« Reply #1 on: November 19, 2013, 04:26:14 pm »
The separator is obviously wrong since it thinks that all this stuff is a single file name. Try ";" instead of space.
Laurent Gomila - SFML developer

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: sfml-graphics-s.lib sfml-window-s.lib sfml-system-s.lib kernel32.lib error
« Reply #2 on: November 19, 2013, 05:31:35 pm »
If you enter each library on a separate line in the linker dependencies, the correct separator (the semicolon) will automatically be chosen.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development: