From: <jal...@go...> - 2005-05-27 03:21:39
|
Thank you Daniel for your prompt response. I did as you suggested and followed the instruction in the '.../gtk_win32_tutorial', it was very informative. However, when trying t= o compile the program suggested by the above webpage I get the following error: Compiler: Default compiler --- Building Makefile: "C:\tmp\Makefile.win" Executing make... make.exe -f "C:\tmp\Makefile.win" all g++.exe -c main.cpp -o main.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include= " -mms-bitfields `pkg-config gtk+-2.0 --cflags` cc1plus.exe: error: unrecognized command line option "-fcflags`" g++.exe: `pkg-config: No such file or directory g++.exe: gtk+-2.0: No such file or directory make.exe: *** [main.o] Error 1 Execution terminated ---- What could be wrong? Again thanks so much for the help. > jal...@go... wrote: > >>I have installed the GTK+ runtime as well as the GTK+ development >>libraries on my MSW-XP; I would like to use Code::Block or Dev-C++ as t= he >>IDE, but I have found that none of these IDEs have default settings for >>GTK+. I have tried to get the right settings on my own, but to now avai= l. >>So, I was wondering if someone here could give me a hand on this one. >> >> > > Maybe this can be of some help: > http://danielko.objectis.net/programming/gtk_win32_tutorial > > > -- > Daniel K. O. > > > > > > ____________________________________________________ > Yahoo! Mail, cada vez melhor: agora com 1GB de espa=E7o gr=E1tis! > http://mail.yahoo.com.br > |