[Cmake] Failing tests in AMD64

William A. Hoffman billlist at nycap.rr.com
Tue Jun 29 16:23:38 EDT 2004


Looks like it can not find 64 bit versions of X11 to link against:
http://www.cmake.org/Testing/Sites/newton.nci.nih.gov/Linux-g++/20040629-2012-Experimental/Results/__Source_qtwrapping.html

Building executable /home/mborgnia/cmake-2.0.2/Tests/Wrapping/bin/qtwrapping...
/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.so when searching for -lX11
/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.a when searching for -lX11
/usr/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status


usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.so when searching for -lX11
/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.a when searching for -lX11
/usr/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status


The tests use the FindX11.cmake module.   
 SET(X11_LIB_SEARCH_PATH
    /usr/X11R6/lib
    /usr/local/lib 
    /usr/openwin/lib 
    /usr/lib 
  )

I suppose there are 32 and 64 bit versions on this machine?
I am not sure how to tell cmake to look for the 64 bit versions?
Where are they?

-Bill


At 04:05 PM 6/29/2004, William A. Hoffman wrote:
>Can you submit a dashboard?  You should be able to just build cmake,
>then run ./bin/ctest -D Experimental.   That should run all the tests
>and submit the results to the cmake dashboard:
>
>http://www.cmake.org/Testing/Dashboard/20040629-0100-Nightly/Dashboard.html
>
>I can then take a look and try and see what went wrong.
>
>-Bill
>
>At 03:57 PM 6/29/2004, Mario J. Borgnia wrote:
>>Dear all,
>>
>>I compiled cmake 2.0.2 on two dual opteron machines running Fedora Core
>>2 for AMD64 and Suse 9.1 for AMD64. The compilation went through OK in
>>both cases, but the tests for wrapping and qtwrapping are failing on
>>both as well. Any hints?
>>
>>-- 
>>Mario J. Borgnia <mborgnia at nih.gov>
>>National Cancer Institute - National Institutes of Health
>>
>>_______________________________________________
>>Cmake mailing list
>>Cmake at www.cmake.org
>>http://www.cmake.org/mailman/listinfo/cmake 
>
>_______________________________________________
>Cmake mailing list
>Cmake at www.cmake.org
>http://www.cmake.org/mailman/listinfo/cmake 



More information about the Cmake mailing list