Re: [Jepp-users] Problem with JRE 1.6 (64 bit) + JEP (2.4)
Brought to you by:
mrjohnson0
From: Mike J. <mi...@pu...> - 2012-06-09 04:39:23
|
Hi, I haven't had much luck running Jep recently on Windows due to compiler incompatibilities (difficulty building with the correct MSVCRT). Maybe Mingw will be better. It looks like you'll need to change src/jep/winconfig.h. Remove lines 18-25. This file hasn't been updated since the switch to using distutils to build. That should be it. Please let me know if you are successful. I'd love to see a good Windows build again, and there has been a lot of interest from others as well. Thanks, Mike On Jun 7, 2012, at 1:07 AM, Prasanth Narra wrote: > Hi Mike, > > I've downloaded JEP 3.0.0 source. When i try building it with MinGW / JDK 1.6 (64 bit) / Python 2.6, i get the following error. > > In file included from src\jep\pyjfield.c:35:0: > src\jep\/winconfig.h:25:0: warning: "VERSION" redefined > <command-line>:0:0: note: this is the location of the previous definition > gcc.exe -mno-cygwin -mdll -O -Wall -DPACKAGE=jep -DUSE_DEALLOC=1 -DVERSION="3.0. > 0" -IC:\Progra~1\Java\jdk1.6.0_32\include -Isrc/jep -Ibuild/include -Ic:\Python2 > 6\include -Ic:\Python26\PC -c src\jep\pyjmethod.c -o build\temp.win32-2.6\Releas > e\src\jep\pyjmethod.o > In file included from src\jep\pyjmethod.c:30:0: > src\jep\/winconfig.h:25:0: warning: "VERSION" redefined > <command-line>:0:0: note: this is the location of the previous definition > src\jep\pyjmethod.c: In function 'pyjmethod_init': > src\jep\pyjmethod.c:278:8: error: 'methodGetExceptions' undeclared (first use in > this function) > src\jep\pyjmethod.c:278:8: note: each undeclared identifier is reported only onc > e for each function it appears in > src\jep\pyjmethod.c:287:5: error: 'exceptions' undeclared (first use in this fun > ction) > error: command 'gcc' failed with exit status 1 > > C:\MinGW\bin> > > Build command used: python setup.py install build --compiler=mingw32 > > Can you please help me with this, also let me know if i need anything else for building JEP.jar (64-bit JRE compatable) & JEP.dll (64-bit) > > Thanks, > Prasanth Narra > > On Mon, May 28, 2012 at 4:39 PM, Mike Johnson <mi...@pu...> wrote: > Hi Prasanth, > > Make sure you recompile Jep with the 64 bit JDK as your JAVA_HOME, or > they can't work together... > > Thanks, > Mike > > > On Mon, May 28, 2012 at 10:12 AM, Prasanth Narra <nar...@gm...> wrote: > > Hi, > > > > When i try running my java class with JRE 1.6 (64 bit) with JEP 2.4, i get > > an java.lang.UnsatisfiedLinkError (which says unable to load/find dependent > > libraries). > > > > But everything is fine with 32 bit JRE. But now that i have to upgrade to 64 > > bit, i can't use 32- bit JRE. > > > > -- > > Thanks, > > Prasanth Narra > > > > > > ------------------------------------------------------------------------------ > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > Jepp-users mailing list > > Jep...@li... > > https://lists.sourceforge.net/lists/listinfo/jepp-users > > > > > > -- > Thanks, > Prasanth Narra > |