[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: multiple compilations?
- From: Jared Kells <kared kared net>
- To: gtk-app-devel-list gnome org
- Subject: Re: multiple compilations?
- Date: Mon, 06 Sep 2004 23:16:37 +1000
I had the same problem.
I see you used the pkg-config with backticks. I had a lot of problems
getting this to work in Dev-Cpp and was getting the error you got
running the pkg-config gtk+-2.0 --cflags at the dos prompt and copying
the output into the properties of my project seamed to help as long as I
put each -I and -L on a new line.
Hope this helps.
See if going into the properties where you
On Mon, 2004-09-06 at 03:09, matti suomedia com wrote:
> I am using Dev C++ 5 and GTK/Win32 (rc-17) and the simplest window will not build/compile :(
>
> Compiler: Default compiler
> Building Makefile: "C:\Dev-Cpp\projects\project1\Makefile.win"
> Finding dependencies for file: C:\Dev-Cpp\projects\project1\src\interface.c
> Finding dependencies for file: C:\Dev-Cpp\projects\project1\src\main.c
> Finding dependencies for file: C:\Dev-Cpp\projects\project1\src\support.c
> Finding dependencies for file: C:\Dev-Cpp\projects\project1\src\callbacks.c
> Executing make...
> make.exe -f "C:\Dev-Cpp\projects\project1\Makefile.win" all
> g++.exe -c src/interface.c -o src/interface.o -I"C:/GTK/INCLUDE" -I"C:/GTK/INCLUDE/GTK-2.0" -I"C:/GTK/INCLUDE/GLIB-2.0" -I"C:/GTK/INCLUDE/PANGO-1.0" -I"C:/GTK/INCLUDE/ATK-1.0" -I"C:/GTK/INCLUDE/GTKGLEXT-1.0" -I"C:/GTK/LIB/GTK-2.0/INCLUDE" -I"C:/GTK/LIB/GLIB-2.0/INCLUDE" -I"C:/GTK/LIB/GTKGLEXT-1.0/INCLUDE" -I"C:/GTK/INCLUDE/LIBGLADE-2.0" -I"C:/GTK/INCLUDE/LIBXML2" -I"C:/Dev-Cpp/include/c++/3.3.1" -I"C:/Dev-Cpp/include/c++/3.3.1/mingw32" -I"C:/Dev-Cpp/include/c++/3.3.1/backward" -I"C:/Dev-Cpp/lib/gcc-lib/mingw32/3.3.1/include" -I"C:/Dev-Cpp/include" -mms-bitfields `pkg-config gtk+-2.0 --cflags` -fmessage-length=0
>
> g++.exe: cannot specify -o with -c or -S and multiple compilations
>
> make.exe: *** [src/interface.o] Error 1
>
> Execution terminated
>
> Any help much appreciated!
>
> Matti
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
--
Jared Kells
kared kared net
www.kared.net
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]