Re: ccache gives winebuild errors?

2004-03-06 Thread Rein Klazes
On Sun, 07 Mar 2004 01:19:50 +0200, you wrote: > Is it possible that you changed either gcc or ccache versions? Try > erasing the ccache cache folder (~/.ccache, if I remeber correctly), and > then running it again. I did that, did not make a difference. Moreover ccache -s does not log a failur

Re: Contribution offer: Localization work

2004-03-06 Thread Christian Britz
Hello Dimitrie Dimitrie O. Paun schrieb: > In other words, let's start with a documentation/README.de, and > we'll take it from there. I am already working on it. Thank you! > Welcome to the team! I'm looking forward to work together with you fine people! Regards Christian

Re: Contribution offer: Localization work

2004-03-06 Thread Dimitrie O. Paun
On March 5, 2004 6:51 pm, Christian Britz wrote: > Because I like writing, I offer to you to participate in the translation > of wine documents to german. A good start would be the README I think. > > If you are interested in my help, please contact me! Christian, Thank you for your offer, much a

Re: ccache gives winebuild errors?

2004-03-06 Thread Shachar Shemesh
Rein Klazes wrote: Hallo, Since a couple of days make fails without giving much reason why: | make[3]: Entering directory `/usr/home/projects/wine/mywine/dlls/ddraw/tests' | WINEBUILD=../../../tools/winebuild/winebuild ../../../tools/winegcc/winegcc -mconsole ddrawmodes.o testlist.o -o ddraw_t

wine-20040213 doesn't compile on Linux w/ 2.6.3 kernel and gcc-3.3.3

2004-03-06 Thread Tom Williams
I had successfully built wine-20040213 before upgrading to the 2.6.3 Linux kernel and XFree86 4.4.0. After upgrading to XFree86 4.4.0 (from source distribution), wine would crash when I would try to run a Windows app so I decided to rebuild wine so it would use the XFree86 4.4.0 headers and li

Re: Wine and Macromedia in (Heise) News

2004-03-06 Thread Phil Krylov
Hello Stefan, Saturday, March 6, 2004, 12:17:30 PM, you wrote: SL> Hello, SL> in http://www.heise.de/newsticker/meldung/45275 (german only) it is states SL> that Macromedia currently modifies their Web-Authoring-System Flash MX to run SL> with wine. After that they like to port it to linux. It'

statvfs breakage

2004-03-06 Thread Gerald Pfeifer
I'm afraid the following change date: 2004/03/05 21:03:46; author: julliard; state: Exp; Use statvfs instead of statfs, and provide a default implementation in libwine_port if necessary. is not portable, as seen on FreeBSD 4.8: acrux[71]:/sw/test/wine/libs/port% make /sw/gcc-3.3.2/bi

Re: winegcc and wrc

2004-03-06 Thread Chris Seaton
If you mean that you're using the latest from CVS, something is wrong with your PATH because winewrap has been removed for a few days now. I also means that you're using an old winegcc/wineg++. What I suggest you do is that first you remove these old binaries. Try: which wine{gcc,g++,cpp,wrap} to

Re: winegcc and wrc

2004-03-06 Thread Dimitrie O. Paun
On March 6, 2004 4:59 am, Chris Seaton wrote: > ... > winegcc -I../../library --debug -c -o obj/utilities.o utilities.c > wrc -o obj/resources.o resources.rc > winegcc -mwindows -o bin/cspassword.exe obj/*.o -L../../library/bin > -lcspassword -lcomctl32 > Error: winewrap failed. > make: *** [bin/cs

ccache gives winebuild errors?

2004-03-06 Thread Rein Klazes
Hallo, Since a couple of days make fails without giving much reason why: | make[3]: Entering directory `/usr/home/projects/wine/mywine/dlls/ddraw/tests' | WINEBUILD=../../../tools/winebuild/winebuild ../../../tools/winegcc/winegcc -mconsole ddrawmodes.o testlist.o -o ddraw_test.exe.so -L../../.

winegcc and wrc

2004-03-06 Thread Chris Seaton
I'm having problems with winegcc and wrc. Both were working great on my system but then I had to move to a different setup. wrc seems to work (it doesn't complain at all and produces an object file) but when I link the generated object file to all my program I get "Error: winewrap failed": ...

Wine and Macromedia in (Heise) News

2004-03-06 Thread Stefan Leichter
Hello, in http://www.heise.de/newsticker/meldung/45275 (german only) it is states that Macromedia currently modifies their Web-Authoring-System Flash MX to run with wine. After that they like to port it to linux. Bye Stefan