From: Budtse <bu...@pi...> - 2003-01-04 13:47:59
|
Hi all, I'm trying to compile the windows port in CVS. =20 First, there seems to be a problem with the conversion from unix to dos = file format (For all the makefiles, i had to delete a character at the = end of line). Could this be a setting in WinCVS ? I haven't found it = as yet, but I'm pretty new to CVS. =20 When that was solved, i tried 'Make -f Makefile.mingw install'. After = some processing, I get the following error : gcc.exe -O2 -Wall -mno-cygwin -fnative-struct = -DAIM_BUILDDATE=3D\"`date +%Y%m%d`\" -DAIM_BUILDTIME=3D\"`date = +%H%M%S`\" -DVERSION=3D\"0.60cvs\" -DHAVE_CONFIG_H -DGTK_ENABLE_BROKEN = -I. -I../../../win32-dev/gtk_2_0/include = -I../../../win32-dev/gtk_2_0/include/gtk-2.0 = I../../../win32-dev/gtk_2_0/include/glib-2.0 = -I../../../win32-dev/gtk_2_0/include/pango-1.0 = -I../../../win32-ev/gtk_2_0/include/atk-1.0-I../../../win32-dev/gtk_2_0/l= ib/glib-2.0/include -I../../../win32-dev/gtk_2_0/lib/gtk-2.0/include = -I../../src -I../../src/win32 -I../.. -o gtkticker.o -c gtkticker.c dlltool --dllname ticker.dll -z ticker.def \ ticker.o gtkticker.o process_begin: = CreateProcess(e:\cygwin\home\Administrator\gaim\plugins\ticker\ticker.o, = ticker.o gtkticker.o, ...) failed. make (e=3D193): Error 193make.exe[2]: *** [ticker.def] Error 193 If i run Make a second time, it seems to get through this without = problems, but the I get the following error : gcc.exe -O2 -Wall -Werror -mno-cygwin -fnative-struct -DVERSION=3D = "0.60cvs\" -DGTK_ENABLE_BROKEN -I. = -I../../../../win32-dev/gtk_2_0/include = -I../../../../win32-dev/gtk_2_0/include/gtk-2.0 = -I../../../../win32-dev/gtk_2_0/include/glib-2.0 = -I../../../../win32-dev/gtk_2_0/include/pango-1.0 = -I../../../../win32-dev/gtk_2_0/include/atk-1.0 = -I../../../../win32-dev/gtk_2_0/lib/glib-2.0/include = -I../../../../win32-dev/gtk_2_0/lib/gtk-2.0/include -I../../../src = -I../../../src/win32 -I../../.. -o win2ktrans.o -c win2ktrans.c Syntax error: Unterminated quoted string make.exe[2]: *** [win2ktrans.o] Error 2 make.exe[2]: Leaving directory = `e:/cygwin/home/Administrator/gaim/plugins/win32/ transparency' make.exe[1]: *** [all] Error 2 I'm using gtk 2.0 and gtkspell 2.0.3 on Windows 2000. Can anyone give me a hint ? Thanx, Peter |