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

imposible Building CXX object libasdcp/CMakeFiles/opendcp-asdcp.dir/KM_prng.cpp.o #308

Open
Dirk-666 opened this issue May 13, 2021 · 1 comment

Comments

@Dirk-666
Copy link

No description provided.

@Dirk-666
Copy link
Author

Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /usr/local/src/opendcp-build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_94805/fast"
/usr/bin/make -f CMakeFiles/cmTC_94805.dir/build.make CMakeFiles/cmTC_94805.dir/build
make[1]: Verzeichnis „/usr/local/src/opendcp-build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_94805.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -Wall -Wextra -O3 -m32 -o CMakeFiles/cmTC_94805.dir/CheckSymbolExists.cxx.o -c /usr/local/src/opendcp-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/usr/local/src/opendcp-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In Funktion »int main(int, char**)«:
/usr/local/src/opendcp-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: Fehler: »Q_WS_WIN« wurde in diesem Gültigkeitsbereich nicht definiert
return ((int*)(&Q_WS_WIN))[argc];
^~~~~~~~
CMakeFiles/cmTC_94805.dir/build.make:65: die Regel für Ziel „CMakeFiles/cmTC_94805.dir/CheckSymbolExists.cxx.o“ scheiterte
make[1]: *** [CMakeFiles/cmTC_94805.dir/CheckSymbolExists.cxx.o] Fehler 1
make[1]: Verzeichnis „/usr/local/src/opendcp-build/CMakeFiles/CMakeTmp“ wird verlassen
Makefile:121: die Regel für Ziel „cmTC_94805/fast“ scheiterte
make: *** [cmTC_94805/fast] Fehler 2

File /usr/local/src/opendcp-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>

int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_WIN
return ((int*)(&Q_WS_WIN))[argc];
#else
(void)argc;
return 0;
#endif
}

Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /usr/local/src/opendcp-build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_27479/fast"
/usr/bin/make -f CMakeFiles/cmTC_27479.dir/build.make CMakeFiles/cmTC_27479.dir/build
make[1]: Verzeichnis „/usr/local/src/opendcp-build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_27479.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -Wall -Wextra -O3 -m32 -o CMakeFiles/cmTC_27479.dir/CheckSymbolExists.cxx.o -c /usr/local/src/opendcp-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/usr/local/src/opendcp-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In Funktion »int main(int, char**)«:
/usr/local/src/opendcp-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: Fehler: »Q_WS_QWS« wurde in diesem Gültigkeitsbereich nicht definiert
return ((int*)(&Q_WS_QWS))[argc];
^~~~~~~~
CMakeFiles/cmTC_27479.dir/build.make:65: die Regel für Ziel „CMakeFiles/cmTC_27479.dir/CheckSymbolExists.cxx.o“ scheiterte
make[1]: *** [CMakeFiles/cmTC_27479.dir/CheckSymbolExists.cxx.o] Fehler 1
make[1]: Verzeichnis „/usr/local/src/opendcp-build/CMakeFiles/CMakeTmp“ wird verlassen
Makefile:121: die Regel für Ziel „cmTC_27479/fast“ scheiterte
make: *** [cmTC_27479/fast] Fehler 2

File /usr/local/src/opendcp-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>

int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_QWS
return ((int*)(&Q_WS_QWS))[argc];
#else
(void)argc;
return 0;
#endif
}

Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /usr/local/src/opendcp-build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_7043e/fast"
/usr/bin/make -f CMakeFiles/cmTC_7043e.dir/build.make CMakeFiles/cmTC_7043e.dir/build
make[1]: Verzeichnis „/usr/local/src/opendcp-build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_7043e.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -Wall -Wextra -O3 -m32 -o CMakeFiles/cmTC_7043e.dir/CheckSymbolExists.cxx.o -c /usr/local/src/opendcp-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/usr/local/src/opendcp-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In Funktion »int main(int, char**)«:
/usr/local/src/opendcp-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: Fehler: »Q_WS_MAC« wurde in diesem Gültigkeitsbereich nicht definiert
return ((int*)(&Q_WS_MAC))[argc];
^~~~~~~~
CMakeFiles/cmTC_7043e.dir/build.make:65: die Regel für Ziel „CMakeFiles/cmTC_7043e.dir/CheckSymbolExists.cxx.o“ scheiterte
make[1]: *** [CMakeFiles/cmTC_7043e.dir/CheckSymbolExists.cxx.o] Fehler 1
make[1]: Verzeichnis „/usr/local/src/opendcp-build/CMakeFiles/CMakeTmp“ wird verlassen
Makefile:121: die Regel für Ziel „cmTC_7043e/fast“ scheiterte
make: *** [cmTC_7043e/fast] Fehler 2

File /usr/local/src/opendcp-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>

int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_MAC
return ((int*)(&Q_WS_MAC))[argc];
#else
(void)argc;
return 0;
#endif
}

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