WideStudio build fails on Windows [message #568946] |
Wed, 15 August 2007 07:44 |
Eclipse User |
|
|
|
Originally posted by: weimaomin.gmail.com
Hi,
I have downloaded wswin396-1.zip and ws-v3.96.1-src.tar.gz at
(http://www.eclipse.org/dsdp/nab/downloads.php) .
And installed wswin396-1.zip successfully on my Windows. Now I want to
compile the source file ws-v3.96.1-src.tar.gz on my machine, but there are
lot's of errors when I run makewin.bat.
My steps is as follows:
1 >cd ws-v3.96-1\src
2. >configure-win.bat
3. >makewin.bat
At step 2, there are many files do not exist, and at step 3 there are more
errors.
Such as:
1) ar -rv ../../lib-st/libws.a ./runtime/master_obj.o
ar: ../../lib-st/libws.a: No such file or directory
make: *** [../../lib-st/libws.a] Error 1
2) WSDwinImage.cpp:36:21: jpeglib.h: No such file or directory
WSDwinImage.cpp:37:17: png.h: No such file or directory
WSDwinImage.cpp:198: field `pub' has incomplete type
WSDwinImage.cpp:199: 'jmp_buf' is used as a type, but is not defined as
a type.
......
3) C:\ws-v3.96-1\src>cd nwin
指定されたパスが見つかりません。
Then I create a directory /src/lib-st, and delete the follows at makewin.bat
files (there are no nwin and wsagent-local directory at all):
cd nwin
make -f make.win all
cd ..
cd wsagent-local
make all
cd
And run makewin.bat again, but there are a lot of errors also.
Thanks.
/weimaomin
|
|
|
Powered by
FUDForum. Page generated in 0.03008 seconds