Re: compiling gtk on windows



Hi Laurent,

'cl' is part of the MS Windows development system (it's the compiler or linker, I think... I forget which). What's interesting is that this line says "c-ONE", not "c-L":

> Command line error D2027 : cannot execute 'c1'

However, the next line properly says "c-L":

> NMAKE : fatal error U1077: 'cl' : return code '0x2'

So unless there really is some other program called c-ONE that it's trying to execute, I'd say that's your problem. Looks like someone mistyped it somewhere.

-Anthony

Laurent Houdusse wrote:
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 mailing list
gtk-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-list







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]