From: <jal...@go...> - 2005-05-27 13:07:15
|
YES!! It did the trick, but the DOS prompt pops up when I run the program, is there a fix for this? Thanks Daney and Per, you guys are the best!! > 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 print= ed > 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 tryin= g >> 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++ a= s >> 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. > > |