Re: Building of win32 applications

2008-07-15 Thread Petr Hracek
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) $

Re: Building of win32 applications

2008-07-15 Thread Petr Hracek
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

Re: Building of win32 applications

2008-07-10 Thread Damon Register
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

Re: Building of win32 applications

2008-07-10 Thread Petr Hracek
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?

Re: Building of win32 applications

2008-07-09 Thread José Alburquerque
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

Re: Building of win32 applications

2008-07-09 Thread Rob Pearce
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

Re: Building of win32 applications

2008-07-09 Thread Jamiil
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

Re: Building of win32 applications

2008-07-09 Thread Damon Register
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.

Re: Building of win32 applications

2008-07-09 Thread Rob Pearce
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

Re: Building of win32 applications

2008-07-08 Thread Petr Hracek
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

Re: Building of win32 applications

2008-07-08 Thread Damon Register
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

Building of win32 applications

2008-07-08 Thread Petr Hracek
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