A Problem About Cross Compiling

Bora Sahin bora.sahin at ttnet.net.tr
Sun May 8 09:59:41 PDT 2005


Hello,

Alexander> This is from programs/xkbcomp/Imakefile

Alexander> #if CrossCompiling && !UseInstalledOnCrossCompile
Alexander>          CROSS = cross
Alexander> #endif

This is my programs/xkbcomp/Imakefile

#if CrossCompiling
         CROSS = cross
#endif

The cause of the problem is the above lines. I should add "!UseInstalledOnCrossCompile"...

Thanks you very much for the point.

-- 
Bora SAHIN



More information about the xorg mailing list