I'm using Xcode 3.2.6 and 2 build jobs. On 32-bit I find:
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes -I/sw32/include -D_PYMOL_MODULE -D_PYMOL_LIBPNG
-D_PYMOL_FREETYPE -D_PYMOL_INLINE -D_PYMOL_NUMPY -D_PYMOL_OPENGL_SHADERS
-DNO_MMLIBS -D_PYMOL_CGO_DRAWARRAYS -D_PYMOL_CGO_DRAWBUFFERS
-D_CGO_DRAWARRAYS -D_PYMOL_GL_CALLLISTS -DOPENGL_ES_2 -Iov/src -Ilayer0
-Ilayer1 -Ilayer2 -Ilayer3 -Ilayer4 -Ilayer5
-I/sw32/include/freetype2/freetype -I/sw32/include/freetype2
-I/sw32/include -I/usr/X11/include -Imodules/cealign/src
-Imodules/cealign/src/tnt -Igenerated/include -Igenerated/src
-I/sw32/include/python2.7 -c layer0/Block.c -o
build/temp.macosx-10.6-i386-2.7/layer0/Block.o
In file included from layer0/os_gl.h:80,
from layer0/Block.c:20:
/sw32/include/GL/glew.h:10618: warning: function declaration isn't a
prototype
In file included from layer0/os_gl.h:81,
from layer0/Block.c:20:
/usr/X11/include/GL/gl.h:1447: error: redefinition of typedef
'PFNGLBLENDCOLORPROC'
/sw32/include/GL/glew.h:1432: error: previous declaration of
'PFNGLBLENDCOLORPROC' was here
...
On 64-bit, I get:
g++ -L/sw64/lib -bundle -L/sw64/lib/python2.7/config -lpython2.7
-L/sw64/lib -L/sw64/lib -I/sw64/include
build/temp.macosx-10.6-x86_64-2.7/modules/cealign/src/ccealignmodule.o
build/temp.macosx-10.6-x86_64-2.7/generated/src/ShaderText.o
build/temp.macosx-10.6-x86_64-2.7/ov/src/OVContext.o
build/temp.macosx-10.6-x86_64-2.7/ov/src/OVHeapArray.o
build/temp.macosx-10.6-x86_64-2.7/ov/src/OVHeap.o
build/temp.macosx-10.6-x86_64-2.7/ov/src/OVLexicon.o
build/temp.macosx-10.6-x86_64-2.7/ov/src/OVOneToOne.o
build/temp.macosx-10.6-x86_64-2.7/ov/src/OVOneToAny.o
build/temp.macosx-10.6-x86_64-2.7/ov/src/OVRandom.o
build/temp.macosx-10.6-x86_64-2.7/ov/src/ov_utility.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Block.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Crystal.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Debug.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Deferred.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Err.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Feedback.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Field.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Isosurf.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Map.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Match.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Matrix.o
build/temp.macosx-10.6-x86_64-2.7/layer0/MemoryDebug.o
build/temp.macosx-10.6-x86_64-2.7/layer0/MemoryCache.o
build/temp.macosx-10.6-x86_64-2.7/layer0/MyPNG.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Parse.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Pixmap.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Queue.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Raw.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Sphere.o
build/temp.macosx-10.6-x86_64-2.7/layer0/ShaderMgr.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Tetsurf.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Texture.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Tracker.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Triangle.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Util.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Vector.o
build/temp.macosx-10.6-x86_64-2.7/layer0/Word.o
build/temp.macosx-10.6-x86_64-2.7/layer0/os_gl.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Basis.o
build/temp.macosx-10.6-x86_64-2.7/layer1/ButMode.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Character.o
build/temp.macosx-10.6-x86_64-2.7/layer1/CGO.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Color.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Control.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Extrude.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Font.o
build/temp.macosx-10.6-x86_64-2.7/layer1/FontType.o
build/temp.macosx-10.6-x86_64-2.7/layer1/FontGLUT.o
build/temp.macosx-10.6-x86_64-2.7/layer1/FontGLUT8x13.o
build/temp.macosx-10.6-x86_64-2.7/layer1/FontGLUT9x15.o
build/temp.macosx-10.6-x86_64-2.7/layer1/FontGLUTHel10.o
build/temp.macosx-10.6-x86_64-2.7/layer1/FontGLUTHel12.o
build/temp.macosx-10.6-x86_64-2.7/layer1/FontGLUTHel18.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Movie.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Ortho.o
build/temp.macosx-10.6-x86_64-2.7/layer1/P.o
build/temp.macosx-10.6-x86_64-2.7/layer1/PConv.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Pop.o
build/temp.macosx-10.6-x86_64-2.7/layer1/PyMOLObject.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Ray.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Rep.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Scene.o
build/temp.macosx-10.6-x86_64-2.7/layer1/ScrollBar.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Seq.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Setting.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Shaker.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Symmetry.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Text.o
build/temp.macosx-10.6-x86_64-2.7/layer1/TypeFace.o
build/temp.macosx-10.6-x86_64-2.7/layer1/Wizard.o
build/temp.macosx-10.6-x86_64-2.7/layer1/View.o
build/temp.macosx-10.6-x86_64-2.7/layer2/AtomInfo.o
build/temp.macosx-10.6-x86_64-2.7/layer2/CoordSet.o
build/temp.macosx-10.6-x86_64-2.7/layer2/GadgetSet.o
build/temp.macosx-10.6-x86_64-2.7/layer2/DistSet.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectAlignment.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectCGO.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectCallback.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectDist.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectMap.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectMesh.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectMolecule.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectMolecule2.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectSurface.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectSlice.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectVolume.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepCartoon.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepCylBond.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepDistDash.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepDistLabel.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepDot.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepLabel.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepMesh.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectGadget.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectGadgetRamp.o
build/temp.macosx-10.6-x86_64-2.7/layer2/ObjectGroup.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepAngle.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepDihedral.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepNonbonded.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepNonbondedSphere.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepRibbon.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepSphere.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepEllipsoid.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepSurface.o
build/temp.macosx-10.6-x86_64-2.7/layer2/RepWireBond.o
build/temp.macosx-10.6-x86_64-2.7/layer2/Sculpt.o
build/temp.macosx-10.6-x86_64-2.7/layer2/SculptCache.o
build/temp.macosx-10.6-x86_64-2.7/layer2/VFont.o
build/temp.macosx-10.6-x86_64-2.7/layer3/PlugIOManager.o
build/temp.macosx-10.6-x86_64-2.7/layer3/Editor.o
build/temp.macosx-10.6-x86_64-2.7/layer3/Executive.o
build/temp.macosx-10.6-x86_64-2.7/layer3/Seeker.o
build/temp.macosx-10.6-x86_64-2.7/layer3/Selector.o
build/temp.macosx-10.6-x86_64-2.7/layer4/Cmd.o
build/temp.macosx-10.6-x86_64-2.7/layer4/Export.o
build/temp.macosx-10.6-x86_64-2.7/layer4/Menu.o
build/temp.macosx-10.6-x86_64-2.7/layer4/PopUp.o
build/temp.macosx-10.6-x86_64-2.7/layer5/PyMOL.o
build/temp.macosx-10.6-x86_64-2.7/layer5/TestPyMOL.o
build/temp.macosx-10.6-x86_64-2.7/layer5/main.o -o
build/lib.macosx-10.6-x86_64-2.7/pymol/_cmd.so -L/sw64/lib -lpng
/usr/X11/lib/libGL.dylib /usr/X11/lib/libGLU.dylib -lfreeglut -lglew
-L/sw64/lib/freetype219/lib -lfreetype
ld: library not found for -lglew
--
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/2012/02/21/got-job/
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users