Re: JCC Install

2009-02-23 Thread Andi Vajda
On Feb 23, 2009, at 10:06, Jacob Floyd wrote: I added a 'JDK' dict variable to setup.py that contains the root of the jdk installation for each platform. I then replaced all hard coded occurrences of that directory in the INCLUDES and LFLAGS dicts. If a JCC_JDK env variable is set it sup

Re: JCC Install

2009-02-23 Thread Jacob Floyd
> > I added a 'JDK' dict variable to setup.py that contains the root of the jdk > installation for each platform. I then replaced all hard coded occurrences > of that directory in the INCLUDES and LFLAGS dicts. > If a JCC_JDK env variable is set it supercedes the value in setup.py for > your platfo

Re: JCC Install

2009-02-23 Thread Andi Vajda
On Sun, 22 Feb 2009, Andi Vajda wrote: Thank you for the patch. This is the second time in a week that someone suggest the same thing: a variable to specify the JDK root (JAVA_HOME or somesuch). I'll take the ideas from both patches and incorporate that into JCC's setup.py. I added a 'JDK'

Re: JCC Install

2009-02-22 Thread Bill Janssen
> Getting annoyed with having to modify setup.py myself and needing a > way to build JCC that didn't involve editing the file, I added a long > time ago the possibility to set all these flags via environment > variables (as you noticed). I then do the right thing, once, in the > Makefile driving my

Re: JCC Install

2009-02-22 Thread Andi Vajda
On Fri, 20 Feb 2009, Jacob Floyd wrote: Here I am again. After talking with some of the gentoo devs, they suggested I modify the setup.py to include gentoo specifics and send it upstream. As it is, they don't like to have to specify all the lflags, and in fact it becomes troublesome, because we

JCC Install

2009-02-20 Thread Jacob Floyd
Here I am again. After talking with some of the gentoo devs, they suggested I modify the setup.py to include gentoo specifics and send it upstream. As it is, they don't like to have to specify all the lflags, and in fact it becomes troublesome, because we'd then have to duplicate what you're doing