Hello,
I do not really know how to address this request for help, as I am very new and unexperienced in programming and informatics. Yet my assistants are unable to help me at school so I am turning to the community.
I am doing a project in one of my course. We are a group of 11 people in the same project, and we use git to work on this project. One of my partner coded classes, methods, a big piece of code with SFML. I have installed myself SFML but when I try to build with cmake . , the generating is done. Yet when I do 'make', it seems that some functionalities of SFML are unfound, as I get the following error. (I must precise that this does not appear on my partner's computer, we both use Mac - I think someone installed SFML for her).
The message reads Logo, Axes which are classes coded by my partner. The first line brings to a method of SFML that is not found, I believe ?
I must say that any kind of help would be more than helpful, as this prevents me from executing my main and working on my project. I am sure that you might need some more informations in order to help me, I am very responsive so feel free to ask.
Precisions :
I am using Mac OS, Geany as editor, CMake, coding in C++.
(The picture should be included.)