We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Здравствуйте,
у меня на линуксе ошибка компилятора:
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)
Спасибо!
The text was updated successfully, but these errors were encountered:
Забыл сказать что была еще одна проблема:
в RRS/simulator/freejoy/CMakeLists.txt мне пришлось сделать ето изменение: -set(SFML_STATIC_LIBRARIES TRUE) +set(SFML_STATIC_LIBRARIES FALSE)
потому что в Debian только динамические библиотеки SFML.
Sorry, something went wrong.
No branches or pull requests
Здравствуйте,
у меня на линуксе ошибка компилятора:
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)
Спасибо!
The text was updated successfully, but these errors were encountered: