Re: [Jepp-users] Missing files on building step
Brought to you by:
mrjohnson0
From: Mike J. <mi...@pu...> - 2011-10-25 15:01:39
|
Hi Sergi, That's weird, the -MF flag is passed to the compiler and gcc should have written out that file. What version of gcc do you have? (gcc --version). You might try and older version of the compiler, too. If that doesn't work, send me the config.log file so I can see what was discovered during configure. Thanks, Mike On Tue, Oct 25, 2011 at 2:43 AM, Sergi Pons Freixes <spo...@gm...>wrote: > Hi All, > > I'm having some difficulties trying to build Jepp, and I cannot find > what I'm doing wrong. My machine is an Arch Linux: > Linux 3.0-ARCH #1 SMP PREEMPT x86_64 Intel(R) Core(TM) i5-2500 CPU @ > 3.30GHz GenuineIntel GNU/Linux > > Using openjdk for java: openjdk6 6.b22_1.10.4-1 > And Python 2.7: python2 2.7.2-2 > > Actually, my default Python is python 3.2.2-1, but as Jepp has not > been ported to Python 3, before beginning the installation procedure I > do an "export PYTHON=/usr/bin/python2", so it uses the path to the > Python 2 binary (and libraries, as I can see on the logs). > > So, there is no problem when running autogen.sh (automake 1.11.1-2 > here), and ./configure also runs ok. When doing the "make", it stalls > with: > ... > Making all in jep > make[3]: Entering directory `/home/sergi/installs/jep-2.4/src/jep' > /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H > -I. -I../.. -I/usr/lib/jvm/java-6-openjdk/include > -I/usr/lib/jvm/java-6-openjdk/include/linux -I/usr/include/python2.7 > -g -O2 -MT jep_object.lo -MD -MP -MF .deps/jep_object.Tpo -c -o > jep_object.lo `test -f 'python/jep_object.c' || echo > './'`python/jep_object.c > mv -f .deps/jep_object.Tpo .deps/jep_object.Plo > mv: cannot stat `.deps/jep_object.Tpo': No such file or directory > make[3]: *** [jep_object.lo] Error 1 > make[3]: Leaving directory `/home/sergi/installs/jep-2.4/src/jep' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/sergi/installs/jep-2.4/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/sergi/installs/jep-2.4' > make: *** [all] Error 2 > > Apart from that, I cannot glance any problem, missing dependency or > warning before, so no clue of why it's not building correctly. Any > help? > > Regards, > Sergi > > > ------------------------------------------------------------------------------ > The demand for IT networking professionals continues to grow, and the > demand for specialized networking skills is growing even more rapidly. > Take a complimentary Learning@Cisco Self-Assessment and learn > about Cisco certifications, training, and career opportunities. > http://p.sf.net/sfu/cisco-dev2dev > _______________________________________________ > Jepp-users mailing list > Jep...@li... > https://lists.sourceforge.net/lists/listinfo/jepp-users > |