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

Author Topic: Makefile doesnt create main.exe  (Read 3696 times)

0 Members and 1 Guest are viewing this topic.

Zonsa

  • Newbie
  • *
  • Posts: 10
    • View Profile
Makefile doesnt create main.exe
« on: December 02, 2021, 11:52:35 am »
Hey,
still trying to set up my SFML Project.
When i try to execute my Makefile i get an error (screenshot in attachments) ... it creates the main.o but not the .exe . You can see the project here https://github.com/ZonsaC/ReposMT

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: Makefile doesnt create main.exe
« Reply #1 on: December 02, 2021, 01:31:50 pm »
I think there shouldn't be a space between -l and sfml-graphics etc.
Nor for -L or -I
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Zonsa

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Makefile doesnt create main.exe
« Reply #2 on: December 02, 2021, 02:15:04 pm »
I think there shouldn't be a space between -l and sfml-graphics etc.
Nor for -L or -I
tried it ... didnt work

 

anything