I forgott to mentioned
that my Makefile is:
DBG=-ggdb
OPT=$(DBG)# -Wall -pedantic
LIB=`pkg-config gtkmm-2.4 --libs`
GTKFLAGS=`pkg-config gtkmm-2.4 --cflags`
CXX=g++
all:main
main: main.o
$(CXX) -o main $(OPT) $(GTKFLAGS) $(LIB) main.o
main.o: main.cpp
$(CXX) -c $(OPT) $(GTKFLAGS) $
Finally I've installed all neccessary applications but still problems are
ongoing:
$ make
g++ -c -ggdb `pkg-config gtkmm-2.4 --cflags` `pkg-config gtkmm-2.4 --libs`
main.cpp
g++.exe: -luuid: linker input file unused because linking not done
g++.exe: -lgtkmm-2.4: linker input file unused because li
Petr Hracek wrote:
Finally I've installed MinGW to D:\Projects\XWinLinux
and MSys was installed to D:\Projects\XWinLinux\msys\1.0.
CodeBlocks is also installed to C:\CodeBlocks
If all was OK could you please help me if I have to set up some variables
in Windows?
How I can compile my programs? Co
Hello *,
firstly thank you very much for your helps.
Finally I've installed MinGW to D:\Projects\XWinLinux
and MSys was installed to D:\Projects\XWinLinux\msys\1.0.
CodeBlocks is also installed to C:\CodeBlocks
If all was OK could you please help me if I have to set up some variables
in Windows?
Rob Pearce wrote:
On Wednesday 09 July 2008, Damon Register wrote:
Though I am not certain, I wonder if
using MinGW might increase the risk of having code that would be Windows
specific while using Cygwin might lead you to code that is more unix
generic.
When I tried to port an app fr
On Wednesday 09 July 2008, Damon Register wrote:
> Though I am not certain, I wonder if
> using MinGW might increase the risk of having code that would be Windows
> specific while using Cygwin might lead you to code that is more unix
> generic.
When I tried to port an app from Linux to Windows, I
Damon Register wrote:
Petr Hracek wrote:
Sorry, I will try to explain you detailly.
I would like to develop some GUI interfaces (not only one).
Program could be runnable as from Linux as from Windows environtment
so it is a cross platform app. I suppose your choice would still depend
on what y
Petr Hracek wrote:
Sorry, I will try to explain you detailly.
I would like to develop some GUI interfaces (not only one).
Program could be runnable as from Linux as from Windows environtment
so it is a cross platform app. I suppose your choice would still depend
on what your app does and uses.
On Wednesday 09 July 2008, Petr Hracek wrote:
> You mean that when I will develop GUIs I do not need DevC? Only MinGW (of
> course with gtkmm and glade) is neccessary? Am I right?
That depends a little on your definition of "necessary". However, when I
develop GUI applications for Linux I don't u
Sorry, I will try to explain you detailly.
I would like to develop some GUI interfaces (not only one).
Program could be runnable as from Linux as from Windows environtment
>Petr Hracek wrote:
>>I am trying to build up some gtkmm applications under Windows environtment
>>with DevC and MinGW
Petr Hracek wrote:
I am trying to build up some gtkmm applications under Windows environtment
with DevC and MinGW interface and it works successfully.
I am doing almost the same, though I am not using DevC.
Unfortunatelly on my windows machine I have installed
Cygwin right now because of my wo
Hello *,
I am trying to build up some gtkmm applications under Windows environtment
with DevC and MinGW interface and it works successfully.
Unfortunatelly on my windows machine I have installed
Cygwin right now because of my work needs them.
When I install DevC and MinGW then I can not run Cygwi
12 matches
Mail list logo