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

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: