Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed compilation on Linux #50

Open
whitespace-rebel opened this issue Nov 2, 2024 · 1 comment
Open

Failed compilation on Linux #50

whitespace-rebel opened this issue Nov 2, 2024 · 1 comment

Comments

@whitespace-rebel
Copy link

Здравствуйте,

у меня на линуксе ошибка компилятора:

RRS/libJournal/src/wsyslog.c:35:10: fatal error: winsock2.h: Datei oder Verzeichnis nicht gefunden
35 | #include <winsock2.h>
| ^~~~~~~~~~~~

RRS/libJournal/src/wsyslog.c:36:10: fatal error: ws2tcpip.h: Datei oder Verzeichnis nicht gefunden
36 | #include <ws2tcpip.h>
| ^~~~~~~~~~~~

Это хедеры от Windows. Он их на линуксе ищет.

My System:
Debian 12 AMD64 (+ testing hybrid)

Спасибо!

@whitespace-rebel
Copy link
Author

Забыл сказать что была еще одна проблема:

в RRS/simulator/freejoy/CMakeLists.txt
мне пришлось сделать ето изменение:
-set(SFML_STATIC_LIBRARIES TRUE)
+set(SFML_STATIC_LIBRARIES FALSE)

потому что в Debian только динамические библиотеки SFML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant