Skip to content

Instantly share code, notes, and snippets.

@Ybalrid
Created March 25, 2016 23:55
Show Gist options
  • Save Ybalrid/4f634792f02ac98989b9 to your computer and use it in GitHub Desktop.
Save Ybalrid/4f634792f02ac98989b9 to your computer and use it in GitHub Desktop.
Determining if the function XScreenSaverQueryInfo exists in the Xss failed with the following output:
Change Dir: /home/ybalrid/trinity-pkgbuild/R14.0.3/tde-tdebase/src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_320a8/fast"
/usr/bin/make -f CMakeFiles/cmTC_320a8.dir/build.make CMakeFiles/cmTC_320a8.dir/build
make[1]: Entering directory '/home/ybalrid/trinity-pkgbuild/R14.0.3/tde-tdebase/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_320a8.dir/CheckFunctionExists.c.o
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=XScreenSaverQueryInfo -o CMakeFiles/cmTC_320a8.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
Linking C executable cmTC_320a8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_320a8.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=XScreenSaverQueryInfo -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_320a8.dir/CheckFunctionExists.c.o -o cmTC_320a8 -rdynamic -lXss
/usr/bin/ld: cannot find -lXss
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_320a8.dir/build.make:97: recipe for target 'cmTC_320a8' failed
make[1]: *** [cmTC_320a8] Error 1
make[1]: Leaving directory '/home/ybalrid/trinity-pkgbuild/R14.0.3/tde-tdebase/src/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_320a8/fast' failed
make: *** [cmTC_320a8/fast] Error 2
Determining if the function XScreenSaverQueryInfo exists in the Xext failed with the following output:
Change Dir: /home/ybalrid/trinity-pkgbuild/R14.0.3/tde-tdebase/src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_bef75/fast"
/usr/bin/make -f CMakeFiles/cmTC_bef75.dir/build.make CMakeFiles/cmTC_bef75.dir/build
make[1]: Entering directory '/home/ybalrid/trinity-pkgbuild/R14.0.3/tde-tdebase/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bef75.dir/CheckFunctionExists.c.o
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=XScreenSaverQueryInfo -o CMakeFiles/cmTC_bef75.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
Linking C executable cmTC_bef75
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bef75.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -fvisibility-inlines-hidden -DCHECK_FUNCTION_EXISTS=XScreenSaverQueryInfo -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_bef75.dir/CheckFunctionExists.c.o -o cmTC_bef75 -rdynamic -lXext
CMakeFiles/cmTC_bef75.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `XScreenSaverQueryInfo'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_bef75.dir/build.make:97: recipe for target 'cmTC_bef75' failed
make[1]: *** [cmTC_bef75] Error 1
make[1]: Leaving directory '/home/ybalrid/trinity-pkgbuild/R14.0.3/tde-tdebase/src/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_bef75/fast' failed
make: *** [cmTC_bef75/fast] Error 2
Determining if the include file X11/extensions/scrnsaver.h exists failed with the following output:
Change Dir: /home/ybalrid/trinity-pkgbuild/R14.0.3/tde-tdebase/src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_615ec/fast"
/usr/bin/make -f CMakeFiles/cmTC_615ec.dir/build.make CMakeFiles/cmTC_615ec.dir/build
make[1]: Entering directory '/home/ybalrid/trinity-pkgbuild/R14.0.3/tde-tdebase/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_615ec.dir/CheckIncludeFile.c.o
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility=hidden -fvisibility-inlines-hidden -o CMakeFiles/cmTC_615ec.dir/CheckIncludeFile.c.o -c /home/ybalrid/trinity-pkgbuild/R14.0.3/tde-tdebase/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
/home/ybalrid/trinity-pkgbuild/R14.0.3/tde-tdebase/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:38: fatal error: X11/extensions/scrnsaver.h: No such file or directory
compilation terminated.
CMakeFiles/cmTC_615ec.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_615ec.dir/CheckIncludeFile.c.o' failed
make[1]: *** [CMakeFiles/cmTC_615ec.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/home/ybalrid/trinity-pkgbuild/R14.0.3/tde-tdebase/src/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_615ec/fast' failed
make: *** [cmTC_615ec/fast] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment