automake-1.10 can't work with make-3.81 in Mingw in Windows XP

2007-02-24 Thread haibin zhang
Hi all:
automake-1.10 can't work with make-3.81 in Mingw in Windows XP, but 
automake-1.9.6 can work with make-3.81. 

I tested that automake-1.10 can work with make-3.79.1 in Mingw in Windows XP.

The result :
automake-1.9.6 and make-3.81- fine
automake-1.10  and make-3.79.1 - fine
automake-1.10  and make-3.81   - bad(X)


if I use make-3.81 with automake-1.10, it occur error:

make[2]: Leaving directory `e:/zhb_svn/mingw/build/hbstock_build/src'
Making all in test
make[2]: Entering directory `e:/zhb_svn/mingw/build/hbstock_build/test'
g++ -DHAVE_CONFIG_H -I. -I.. -I../../../hbstock/test  -Wall -D_MINGW32_ 
-D_WIN32_  -I/opt/ace/include -I/opt/cppunit/include
-I../../../hbstock/include -O2 -MT unitTest.o -MD -MP -MF .deps/unitTest.Tpo -c 
-o unitTest.o ../../../hbstock/test/unitTest.
cpp
../../../hbstock/test/unitTest.cpp:2:52: 
cppunit/extensions/TestFactoryRegistry.h: No such file or directory
../../../hbstock/test/unitTest.cpp:3:40: cppunit/ui/text/TestRunner.h: No such 
file or directory

I don't know what's happen ? could you help me ?

you can download hbstock 2.0.8 to test this error from :
http://sourceforge.net/projects/hbstock

and download autotool for mingw in :
http://sourceforge.net/projects/mingw-install

thanks





-
抢注雅虎免费邮箱-3.5G容量,20M附件! ___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


Re: automake-1.10 can't work with make-3.81 in Mingw in Windows XP

2007-02-24 Thread Eli Zaretskii
 Date: Sat, 24 Feb 2007 18:04:28 +0800 (CST)
 From: haibin zhang [EMAIL PROTECTED]
 Cc: 
 
 Hi all:
 automake-1.10 can't work with make-3.81 in Mingw in Windows XP, but 
 automake-1.9.6 can work with make-3.81. 
 
 I tested that automake-1.10 can work with make-3.79.1 in Mingw in Windows XP.
 
 The result :
 automake-1.9.6 and make-3.81- fine
 automake-1.10  and make-3.79.1 - fine
 automake-1.10  and make-3.81   - bad(X)
 
 
 if I use make-3.81 with automake-1.10, it occur error:
 
 make[2]: Leaving directory `e:/zhb_svn/mingw/build/hbstock_build/src'
 Making all in test
 make[2]: Entering directory `e:/zhb_svn/mingw/build/hbstock_build/test'
 g++ -DHAVE_CONFIG_H -I. -I.. -I../../../hbstock/test  -Wall -D_MINGW32_ 
 -D_WIN32_  -I/opt/ace/include -I/opt/cppunit/include 
 -I../../../hbstock/include -O2 -MT unitTest.o -MD -MP -MF .deps/unitTest.Tpo 
 -c -o unitTest.o ../../../hbstock/test/unitTest.cpp
 ../../../hbstock/test/unitTest.cpp:2:52: 
 cppunit/extensions/TestFactoryRegistry.h: No such file or directory
 ../../../hbstock/test/unitTest.cpp:3:40: cppunit/ui/text/TestRunner.h: No 
 such file or directory
 
 I don't know what's happen ? could you help me ?

Do the files it complains about actually exist?


___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make