From: Matt S. <mat...@ma...> - 2003-03-18 21:02:25
|
Do this, fink install python-2.2.2 fink rebuild numeric fink rebuild pmw fink install pymol Cheers Matt On Wednesday, Mar 19, 2003, at 05:58 Australia/Sydney, Kevin Gardner wrote: > Hi all: > I'll continue on a thread from a couple of weeks ago, re: failed > fink-based installs of pymol over the past month or so. Here's the > machine setup: > > - attempting to install pymol-0.86-4 onto OS 10.2.4 > - python (2.3a2-1), python22 (2.2.2-4) and python22-shlibs > (2.2.4) all installed > - running Apple's X11 (v0.2 and now 0.3) w/SDK installed, > other X programs compiling OK > > Output from the build attached below --- anyone have any insights > here? > > Thanks, > Kevin > > ------ > > cd pyopengl;make > cc -ffast-math -no-cpp-precomp -g -I/sw/include > -I/sw/include/python2.2 -I/usr/X11R6/include -D_HAVE_LIBPNG > -D_PYMOL_MODULE -D_PYMOL_NUMPY -DHAVE_ARRAYOBJECT_H -c > _glu_nummodule.c -DPythonTypes > In file included from _glu_nummodule.c:8: > _glumodule.c: In function `py_glu_NewTess': > _glumodule.c:346: warning: passing arg 3 of `gluTessCallback' from > incompatible pointer type > _glumodule.c:347: warning: passing arg 3 of `gluTessCallback' from > incompatible pointer type > _glumodule.c:348: warning: passing arg 3 of `gluTessCallback' from > incompatible pointer type > _glumodule.c:349: warning: passing arg 3 of `gluTessCallback' from > incompatible pointer type > _glumodule.c:351: warning: passing arg 3 of `gluTessCallback' from > incompatible pointer type > In file included from _glu_nummodule.c:8: > _glumodule.c:637:33: Numeric/arrayobject.h: No such file or directory > _glumodule.c: In function `py_glu_Build2DMipmaps': > _glumodule.c:723: `PyArrayObject' undeclared (first use in this > function) > _glumodule.c:723: (Each undeclared identifier is reported only once > _glumodule.c:723: for each function it appears in.) > _glumodule.c:723: `ap' undeclared (first use in this function) > _glumodule.c:741: parse error before ')' token > _glumodule.c:744: parse error before ')' token > make[2]: *** [_glu_nummodule.o] Error 1 > make[1]: *** [make-pyopengl] Error 2 > make: *** [.contrib] Error 2 > ### execution of make failed, exit code 2 > Failed: compiling pymol-0.86-4 failed > > -- > ********************************************************************** > Kevin Gardner, Ph.D. Kev...@ut... > Asst. Professor, Dept. of Biochemistry, UT Southwestern Medical Center > 214-648-8916/FAX: -8947 http://freedom7.swmed.edu > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? You > could win a Tablet PC. Get a free Tablet PC hat just for playing. What > are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > PyMOL-users mailing list > PyM...@li... > https://lists.sourceforge.net/lists/listinfo/pymol-users > |