[OS X TeX] Compiling MikTex tools for Unix

David Watson dewatson at me.com
Sat Jan 9 15:45:30 CET 2010


On Jan 9, 2010, at 8:17 AM, Benoit RIVET wrote:
> 
> /Library/Frameworks/QtCore.framework/Headers/qglobal.h:288:2: error: #error "You are building a 64-bit application, but using a 32-bit version of Qt. Check your build configuration."

You may need to let gcc know that you want 64-bit binaries by using a flag such as -m64, but I couldn't know without compiling this myself how the miktex build process works.

Sometimes, you can do this by setting environment flags for CC and such:
    CC='gcc -m64' ./configure




More information about the macostex-archives mailing list