I can reproduce the issue, but unfortunately, I don't see an easy way 
around it.  The XFree86 build system that we use to build Xvnc requires 
building imake before it can build the rest of Xvnc.  You can trick the 
build system into building an x86 version of imake, but imake itself 
will then fail, because a lot of its operation relies upon the 
pre-processor variables that were in place when it was compiled. 
There's a rather convoluted system that can be used to make a 
cross-compile version of imake, but I don't really understand how it 
works, nor do I have time to dig into it.  This is unfortunately one of 
those situations in which I have to say that the problem is too big and 
uncommon for me to really be able to solve for you unless there's money 
involved.  However, I'm happy to accept a patch if you come up with one.


On 10/20/13 11:11 PM, krishna prasad bv wrote:
> The C++ compiler is also gnueabihf-g++
>
>
> On Mon, Oct 21, 2013 at 9:39 AM, krishna prasad bv
> <krishnaprasad...@gmail.com <mailto:krishnaprasad...@gmail.com>> wrote:
>
>     Hi,
>
>     This is the contents of the toolchain.cmake file.
>
>     SET(CMAKE_SYSTEM_NAME Linux)
>     SET(CMAKE_SYSTEM_VERSION 1)
>
>     #the cross compilers
>     SET(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
>     SET(CMAKE_CXX_COMPILER arm-llinux-gnueabi-g++)
>
>     #the target environment
>     SET(CMAKE_FIND_ROOT_PATH <paths to include and lib files of target
>     environment>)
>
>     SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
>     SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
>     SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
>
>     With warm regards,
>     Krishna Prasad

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
VirtualGL-Devel mailing list
VirtualGL-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-devel

Reply via email to