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

Author Topic: Compiling Issue - CMake  (Read 2154 times)

0 Members and 1 Guest are viewing this topic.

F35H

  • Newbie
  • *
  • Posts: 1
    • View Profile
Compiling Issue - CMake
« on: June 13, 2021, 05:35:14 pm »
Ello there, I used CMake to compile the library, and for some reason, whenever I attempt to compile an exe file using Audio, the compiler [MinGW] can not find System.hpp. It can find it briefly if I explicitly declare it in the same file as Audio, but then I can't find anything in System.hpp no matter what I do. I have attempted to manually include it through the compiler, but it still can't find it even when it directly refers to the folder it is in. Is there any recommended solution?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11004
    • View Profile
    • development blog
    • Email
Re: Compiling Issue - CMake
« Reply #1 on: June 14, 2021, 09:07:11 am »
Hard to say what "can't find" means in this context.
What's your CMake script?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything