Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Compile CGAL mac 10.6 + port fails

Subject: CGAL users discussion list

List archive

[cgal-discuss] Compile CGAL mac 10.6 + port fails


Chronological Thread 
  • From: Bardo Bakker <>
  • To:
  • Subject: [cgal-discuss] Compile CGAL mac 10.6 + port fails
  • Date: Mon, 30 Nov 2009 18:50:04 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=uEp8fIXLfuosYuYCJTogG6ftOABH5bcX+P6io+XbVbseK8HpYPWmMvcMSHthNnfrz1 Ub3cH+YYXW1Y8kf01kPyxL07rAknySQeZ+H9z9H6M1Lu1MTFDSEsS/vuIdD1tEtd6JBO clz+a/xQF87ykqmKPEvGeE+qiLvM7jMO11tlc=

Hi,

Compilation of CGAL fails on mac because of:

bash-3.2# less /opt/local/var/macports/logs/cgal/main.log | grep error
:info:build /Library/Frameworks/QtCore.framework/Headers/qglobal.h:283:2:
error: #error "You are building a 64-bit application, but using a 32-bit
version of Qt. Check your build configuration."
:info:build /Library/Frameworks/QtCore.framework/Headers/qglobal.h:283:2:
error: #error "You are building a 64-bit application, but using a 32-bit
version of Qt. Check your build configuration."
:info:build /Library/Frameworks/QtGui.framework/Headers/qregion.h:158: error:
'toQDRgn' was not declared in this scope
:info:build shell command " cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gis_cgal/work/cgal-3.5"
&& /usr/bin/make -j2 " returned error 2
:error:build Target org.macports.build returned: shell command failed
:error:build Status 1 encountered during processing.

The main point is:

You are building a 64-bit application, but using a 32-bit version of Qt.
Check your build configuration.

Well, I never choose to compile the 32 bit version...
Can I compile CGAL for 32 bit machines?
Can I skip the Qt lib with port? (All the other libs are good compiled.)

Cheers,

Bardo


Archive powered by MHonArc 2.6.16.

Top of Page