search for: winelibtestspec

Displaying 1 result from an estimated 1 matches for "winelibtestspec".

2008 Apr 15
9
Winelibs question.....
...ile, as stated in the documentation. I can piece together what I need to do with "winebuild" from the man pages, and it seems to produce a c source file that, on inspection, seems to make sense. Unfortunately if I try to compile it, the compiler reports; winegcc -c -mno-cygwin -I. -o WineLibTestSpec.o WineLibTestSpec.c winegcc: gcc-3.4 failed make: *** [WineLibTestSpec.o] Error 2 as a result of; WineLibTestSpec.c: $(WINEBUILD) -fPIC -o WineLibTestSpec.c --exe --entry=main WineLibTestSpec.o: WineLibTestSpec.c $(CC) -c $(CFLAGS) $(CEXTRA) $(DEFINCL) -o WineLibTestSpec.o WineLibTestSpec.c i...