Hi! I'm a newbie and i want to compile gtk+ on windows I execute this command: d:\gtk+\gtk\gdk>c:\winnt\system32\nmake -f makefile.msc It start good: copy config.h.win32 ..\config.h cd win32 nmake -nologo -f makefile.msc Then: cl -G5 -GF -MD -W3 -nologo -FImsvc_recommended_pragmas.h -I. -I.. -I..\.. -I ../../..\glib -I ../../..\glib\glib -I ../../..\glib\gmodule -I ../../../gettext-0.10.40/intl -I ../../../pango -I..\..\..\wtkit126\include -I../../..\glib -DHAVE_CONFIG_H -DINSIDE_GDK_WIN32 -DGDK_VERSION=\"2.0\" -GD -c-DGDK_COMPILATION -DG_LOG_DO MAIN=\"Gdk\" gdkcolor-win32.c gdkcolor-win32.c and here, an error: Command line error D2027 : cannot execute 'c1' NMAKE : fatal error U1077: 'cl' : return code '0x2' Could you explain me what's happen? and what is 'c1' which cannot executed? Thanks... Houdusse Laurent _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list