[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make Runtime Error
From: |
Eli Zaretskii |
Subject: |
Re: Make Runtime Error |
Date: |
Thu, 26 Jun 2014 18:18:44 +0300 |
> From: <address@hidden>
> CC: <address@hidden>
> Date: Thu, 26 Jun 2014 06:54:56 +0000
>
> D:\Shibin\FishEyeWorkSpace\ssw_mr_tool\java_mrtool\src>make --debug=j
> GNU Make 3.81
> Copyright (C) 2006 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.
> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
> PARTICULAR PURPOSE.
>
> This program built for i386-pc-mingw32
> CreateProcess(NULL,perl .\make_include\lsGenClasses.pl "
> de\siemens\icn\mrtool\c
> ommon\co.types" de\siemens\icn\mrtool\common\cfg\cocfg.types
> de\siemens\icn\mrto
> ol\common\util\cou.types de\siemens\icn\mrtool\common\trigger\cot.types
> de\sieme
> ns\icn\mrtool\common\query\coq.types
> de\siemens\icn\mrtool\client\gui\cgui.types
> de\siemens\icn\mrtool\fekat\fk.types
> de\siemens\icn\mrtool\server\mail\sm.types
> ,...)
This looks like Make still cannot find Perl. How do you know you've
set it up correctly? Can you try a simple Makefile that just invokes
"perl --help" or something similar?
Also, which port of Perl did you install and where did you download it
from?
> C:\j2sdk1.4.2_08\bin\java -classpath .\..\classes;
> de.siemens.icn.mrtool.common.
> db.CODBDbInfoGenerator de\siemens\icn\mrtool\messages\COV.properties
> de\siemens\
> icn\mrtool\common\db\CODBDbInfo.java
> CreateProcess(C:\j2sdk1.4.2_08\bin\java.exe,C:\j2sdk1.4.2_08\bin\java
> -classpath
> .\..\classes; de.siemens.icn.mrtool.common.db.CODBDbInfoGenerator
> de\siemens\ic
> n\mrtool\messages\COV.properties
> de\siemens\icn\mrtool\common\db\CODBDbInfo.java
> ,...)
> Live child 0x0046f908 (de\siemens\icn\mrtool\common\db\CODBDbInfo.java) PID
> 4638
> 208
> java.lang.NoClassDefFoundError: org/apache/oro/text/perl/Perl5Util
> at
> de.siemens.icn.mrtool.common.db.CODBDbInfoGenerator.<init>(CODBDbInfo
> Generator.java:117)
> at
> de.siemens.icn.mrtool.common.db.CODBDbInfoGenerator.<init>(CODBDbInfo
> Generator.java:105)
> at
> de.siemens.icn.mrtool.common.db.CODBDbInfoGenerator.main(CODBDbInfoGe
> nerator.java:83)
> Reaping losing child 0x0046f908 PID 4638208
> make: *** [de\siemens\icn\mrtool\common\db\CODBDbInfo.java] Error 2
> Removing child 0x0046f908 PID 4638208 from chain.
And this looks like a failure in the Java command.