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

Author Topic: [Error] SFML-2.1 static building (Visual Studio 2013)  (Read 1179 times)

0 Members and 1 Guest are viewing this topic.

Onur

  • Newbie
  • *
  • Posts: 2
    • View Profile
[Error] SFML-2.1 static building (Visual Studio 2013)
« on: February 06, 2014, 05:07:00 pm »

CMake Options

I tried to build with generated .sln file. But i get this error message

Error   1   error MSB4025: The project file could not be loaded. An error occurred while parsing EntityName. Line 107, position 29.   C:\sfmld\SFML-2.1\src\SFML\Network\sfml-network.vcxproj   107
Error   2   error MSB4025: The project file could not be loaded. An error occurred while parsing EntityName. Line 107, position 29.   C:\sfmld\SFML-2.1\src\SFML\Audio\sfml-audio.vcxproj   107
Error   3   error MSB4025: The project file could not be loaded. An error occurred while parsing EntityName. Line 107, position 29.   C:\sfmld\SFML-2.1\src\SFML\Graphics\sfml-graphics.vcxproj   107
Error   4   error MSB4025: The project file could not be loaded. An error occurred while parsing EntityName. Line 107, position 29.   C:\sfmld\SFML-2.1\src\SFML\Window\sfml-window.vcxproj   107

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11029
    • View Profile
    • development blog
    • Email
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Onur

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: [Error] SFML-2.1 static building (Visual Studio 2013)
« Reply #2 on: February 06, 2014, 06:16:57 pm »
Thanks! I used console cmake and NMake and now no problem. Also sorry for no searching.

 

anything