RE: compiling gtk on windows



and It's curious because c1 (c-ONE) is not in the command line where there
is an error

-----Message d'origine-----
De : gtk-list-admin gnome org [mailto:gtk-list-admin gnome org]De la
part de Laurent Houdusse
Envoye : mardi 16 septembre 2003 23:50
A : orders nodivisions com
Cc : gtk-list gnome org
Objet : RE: compiling gtk on windows


I know cl (c-L) is a c++ compiler.
The error is well "cannot execute 'c1'" (c-ONE)
but i don't have a program named c1 (c-ONE) on my computer and i don't know
what is refered?


-----Message d'origine-----
De : Anthony [mailto:orders nodivisions com]
Envoye : mardi 16 septembre 2003 23:39
A : Laurent Houdusse
Cc : gtk-list gnome org
Objet : 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
>
>
>




_______________________________________________
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]