From: Per W. <pw...@ia...> - 2005-05-27 03:57:54
|
When specifying `something` on the commandline, that means that `something` is an application, and that the output of that application should be used as command-line parameter. This is a quite common way to configure programs on Unix machines, but Windows doesn't support this feature. Manually run whatever command is specified within `` and take the printed output and insert instead (while removing the ``). /Per W On Fri, 27 May 2005 jal...@go... wrote: > 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 to > 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 the > >>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 avail. > >>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. |