Re: [Fink-beginners] Installing pymol fails

2004-01-25 Thread Daniel Macks
[EMAIL PROTECTED] said:
 I am installing 'pymol' but it fails with the message below.
[within contrib/]
 cd modules;make
 gcc  -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include/python2.3
 -I/sw/include/python2.3 @DEFS@ -I/sw/include  -c ././ExtensionClass.c
 -o ./ExtensionClass.o
 gcc: cannot specify -o with -c or -S and multiple compilations
 
 Looks like @DEFS@ isn't being properly substituted.

Okay, it appears the problem is that the Depends for pymol all mention
python2.2-specific things and AFAICT building this pacakge really does
require python2.2, but then during the compile it uses whatever python
/sw/bin/python is, which could be (as on your system) python2.3.

I'm cc-ing the package maintainer to see if he feels like fixing this,
or wants me to.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks




-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] Installing pymol fails

2004-01-21 Thread $BBg@>(B $BOBIW(B
I am installing 'pymol' but it fails with the message below.
I appreciate any suggestions very much!
kazuo

---
echo /^LINKPATH=/s%=.*%=  % sedscript
echo /^BASELIB=/s%=.*%=   % sedscript
echo /^BASESETUP=/s%=.*%= % sedscript
sed -f sedscript ./Makefile.pre.in Makefile.pre
cp ./Setup.in Setup
/sw/lib/python2.3/config/makesetup \
 -m Makefile.pre -c /sw/lib/python2.3/config/config.c.in Setup -n
/sw/lib/python2.3/config/Setup.config
/sw/lib/python2.3/config/Setup.local /sw/lib/python2.3/config/Setup
make -f Makefile do-it-again
/sw/lib/python2.3/config/makesetup \
 -m Makefile.pre -c /sw/lib/python2.3/config/config.c.in Setup -n
/sw/lib/python2.3/config/Setup.config
/sw/lib/python2.3/config/Setup.local /sw/lib/python2.3/config/Setup
cd modules;make
gcc  -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include/python2.3
-I/sw/include/python2.3 @DEFS@ -I/sw/include  -c ././ExtensionClass.c
-o ./ExtensionClass.o
gcc: cannot specify -o with -c or -S and multiple compilations
make[2]: *** [ExtensionClass.o] Error 1
make[1]: *** [make-modules] Error 2
make: *** [.contrib] Error 2
### execution of make failed, exit code 2
Failed: compiling pymol-0.86-14 failed
-


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] Installing pymol fails

2004-01-21 Thread Alexander K. Hansen
I can confirm this on my system as well, which has OS 10.3.2 + all (BXCode updates. (B (B-- (B (BAlexander Hansen (B (BLevitated Dipole Experiment (B (Bhttp://www.psfc.mit.edu/LDX (B (B (BOn Jan 21, 2004, at 5:27 AM, (B$BBg@>(B (B$BOBIW(B (Bwrote: (B (B (BI am installing 'pymol' but it fails with the message below. (B (BI appreciate any suggestions very much! (B (B (Bkazuo (B (B (B--- (B (Becho "/^LINKPATH=/s%=.*%=	%" >>sedscript (B (Becho "/^BASELIB=/s%=.*%=	%" >>sedscript (B (Becho "/^BASESETUP=/s%=.*%=	%" >>sedscript (B (Bsed -f sedscript ./Makefile.pre.in >Makefile.pre (B (Bcp ./Setup.in Setup (B (B/sw/lib/python2.3/config/makesetup (J\(B (B (B	 -m Makefile.pre -c /sw/lib/python2.3/config/config.c.in Setup -n (B (B/sw/lib/python2.3/config/Setup.config (B (B/sw/lib/python2.3/config/Setup.local /sw/lib/python2.3/config/Setup (B (Bmake -f Makefile do-it-again (B (B/sw/lib/python2.3/config/makesetup (J\(B (B (B	 -m Makefile.pre -c /sw/lib/python2.3/config/config.c.in Setup -n (B (B/sw/lib/python2.3/config/Setup.config (B (B/sw/lib/python2.3/config/Setup.local /sw/lib/python2.3/config/Setup (B (Bcd modules;make (B (Bgcc  -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include/python2.3 (B (B-I/sw/include/python2.3 @DEFS@ -I/sw/include  -c ././ExtensionClass.c (B (B-o ./ExtensionClass.o (B (Bgcc: cannot specify -o with -c or -S and multiple compilations (B (Bmake[2]: *** [ExtensionClass.o] Error 1 (B (Bmake[1]: *** [make-modules] Error 2 (B (Bmake: *** [.contrib] Error 2 (B (B### execution of make failed, exit code 2 (B (BFailed: compiling pymol-0.86-14 failed (B (B- (B (B (B (B (B--- (B (BThe SF.Net email is sponsored by EclipseCon 2004 (B (BPremiere Conference on Open Tools Development and Integration (B (BSee the breadth of Eclipse activity. February 3-5 in Anaheim, CA. (B (Bhttp://www.eclipsecon.org/osdn (B (B___ (B (BFink-beginners mailing list (B (B[EMAIL PROTECTED] (B (Bhttps://lists.sourceforge.net/lists/listinfo/fink-beginners (B (B