Re: Problems building JCC

2011-07-06 Thread Andi Vajda
Hi Petrus, On Jul 4, 2011, at 23:15, Petrus Hyvönen petrus.hyvo...@gmail.com wrote: This is likely another faq but, I've moved to a windows 7 machine (64bit) and trying to compile jcc. mingw32 compiler, JDK, JRE installed. I'm getting a libjcc.a - No such file or directory error. javac is

Re: Problems building JCC

2011-07-06 Thread Bill Janssen
Petrus, g++: build\temp.win32-2.6\Release\jcc\sources\libjcc.a: No such file or director y If you could find a mail tool which doesn't wrap the lines of the log you're trying to send, that would help to debug this. But it looks to me as if something is not creating that directory before

Problems building JCC

2011-07-04 Thread Petrus Hyvönen
Hi, This is likely another faq but, I've moved to a windows 7 machine (64bit) and trying to compile jcc. mingw32 compiler, JDK, JRE installed. I'm getting a libjcc.a - No such file or directory error. javac is available at the command prompt. Building with: python setup.py build