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

Author Topic: VC++2012 Linker Errors  (Read 2448 times)

0 Members and 1 Guest are viewing this topic.

Oldfrith

  • Newbie
  • *
  • Posts: 3
    • View Profile
VC++2012 Linker Errors
« on: January 20, 2013, 07:54:23 pm »
Trying to compile SFML under 64 bit windows 7. Linker is aware of all directories and libs, but I keep getting this error:

Error   1   error MSB4023: Cannot evaluate the item metadata "%(FullPath)". The item metadata "%(FullPath)" cannot be applied to the path ":". The given path's format is not supported.   C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppBuild.targets

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
AW: VC++2012 Linker Errors
« Reply #1 on: January 20, 2013, 08:17:33 pm »
What does Google say about this?
To me it sounds like a faulty installation. Have you tried reinstalling VS11 and do other applications build fine?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Oldfrith

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: VC++2012 Linker Errors
« Reply #2 on: January 21, 2013, 02:59:11 am »
Somehow a : had gotten entered into the output directory box, thus the error.

 

anything