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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Zsivony1es

Pages: [1]
1
General / ld:library not found for -lSFML
« on: October 18, 2021, 09:45:43 am »
Hi everyone!
After trying to build my SFML project with CMake on MacOS, I get this error at the linking process:

ld: library not found for -lSFML
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [app/SortingAlgo] Error 1
make[1]: *** [app/CMakeFiles/SortingAlgo.dir/all] Error 2
make: *** [all] Error 2

I have GitHub repository made for the project: https://github.com/Zsivony1es/SortingAlgo.git
Is there a quick fix for this?
Thanks for any replies in advance!

2
General / Compiling with CMake on Linux
« on: October 06, 2021, 09:41:02 am »
Hi everyone!
I was reading an article/tutorial on configuring my project and setting it up to run with CMake and it wasn't quite unambiguous for me, if the dependencies it is telling me to install should be saved in the project folder as libraries or if they should just simply be installed on the Linux client I am currently trying to build the project on.

Here's the link to the page: https://www.sfml-dev.org/tutorials/2.5/compile-with-cmake.php

Thank you for any replies in advance!

Pages: [1]