Re: Building C++ program with QT under cygwin

2008-02-23 Thread hce
On 2/21/08, Dave Korn <[EMAIL PROTECTED]> wrote: > On 21 February 2008 02:24, hce wrote: > > > I am using QT 4.3 under linux, so I guess have to download the same > > version QT to the cygwin. I guess you said yes I should install the QT > > 4.3 for Linux package under Cygwin. Please correct me.

RE: Building C++ program with QT under cygwin

2008-02-21 Thread Dave Korn
On 21 February 2008 02:24, hce wrote: > I am using QT 4.3 under linux, so I guess have to download the same > version QT to the cygwin. I guess you said yes I should install the QT > 4.3 for Linux package under Cygwin. Please correct me. Found some build instructions for you: http://wiki.lyx.o

Re: Building C++ program with QT under cygwin

2008-02-21 Thread hce
On 2/21/08, Erich Dollansky <[EMAIL PROTECTED]> wrote: > Hi, > > > hce wrote: > > On Thu, Feb 21, 2008 at 4:41 PM, Brian Dessent <[EMAIL PROTECTED]> wrote: > >> hce wrote: > >> > >> > I actually tried QT 4.3 linux packaget, but could not build it could > >> > not find cygwin-g++ in makespec

Re: Building C++ program with QT under cygwin

2008-02-21 Thread Erich Dollansky
Hi, hce wrote: On Thu, Feb 21, 2008 at 4:41 PM, Brian Dessent <[EMAIL PROTECTED]> wrote: hce wrote: > I actually tried QT 4.3 linux packaget, but could not build it could > not find cygwin-g++ in makespec directory. The QT seems only support > minGW on Windows. Note that a QT you build fo

Re: Building C++ program with QT under cygwin

2008-02-20 Thread hce
On Thu, Feb 21, 2008 at 4:41 PM, Brian Dessent <[EMAIL PROTECTED]> wrote: > hce wrote: > > > I actually tried QT 4.3 linux packaget, but could not build it could > > not find cygwin-g++ in makespec directory. The QT seems only support > > minGW on Windows. > > Note that a QT you build for Cygwi

Re: Building C++ program with QT under cygwin

2008-02-20 Thread Brian Dessent
hce wrote: > I actually tried QT 4.3 linux packaget, but could not build it could > not find cygwin-g++ in makespec directory. The QT seems only support > minGW on Windows. Note that a QT you build for Cygwin will be an X11 app, so you'll need to have an X11 server running in order to use it. It

Re: Building C++ program with QT under cygwin

2008-02-20 Thread Larry Hall (Cygwin)
hce wrote: On Thu, Feb 21, 2008 at 2:33 PM, Larry Hall (Cygwin) wrote: Again, . We discourage feeding spammers around here. hce wrote: > On Thu, Feb 21, 2008 at 12:58 PM, Larry Hall (Cygwin) > wrote: ^^

Re: Building C++ program with QT under cygwin

2008-02-20 Thread hce
On Thu, Feb 21, 2008 at 2:33 PM, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: > hce wrote: > > On Thu, Feb 21, 2008 at 12:58 PM, Larry Hall (Cygwin) > > wrote: >^^ > . Thanks. > > > > > > >> If you can live with QT3,

Re: Building C++ program with QT under cygwin

2008-02-20 Thread Larry Hall (Cygwin)
hce wrote: On Thu, Feb 21, 2008 at 12:58 PM, Larry Hall (Cygwin) wrote: ^^ . Thanks. If you can live with QT3, just go to kde-cygwin.sourceforge.net and install the pre-packaged version using 'setup.exe'. I am using

Re: Building C++ program with QT under cygwin

2008-02-20 Thread hce
On Thu, Feb 21, 2008 at 12:58 PM, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: > > hce wrote: > > On Thu, Feb 21, 2008 at 11:55 AM, Erich Dollansky > > <[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >> one thing at a time. > >> > >> > >> hce wrote: > >> > > >> > I am new to cygwin. I've

Re: Building C++ program with QT under cygwin

2008-02-20 Thread Larry Hall (Cygwin)
hce wrote: On Thu, Feb 21, 2008 at 11:55 AM, Erich Dollansky <[EMAIL PROTECTED]> wrote: Hi, one thing at a time. hce wrote: > > I am new to cygwin. I've just installed cygwin for building my C++ I see Cygwin as an emulator. Your program will see Linux but not Windows. But you still can

Re: Building C++ program with QT under cygwin

2008-02-20 Thread hce
On Thu, Feb 21, 2008 at 11:55 AM, Erich Dollansky <[EMAIL PROTECTED]> wrote: > Hi, > > one thing at a time. > > > hce wrote: > > > > I am new to cygwin. I've just installed cygwin for building my C++ > > I see Cygwin as an emulator. Your program will see Linux but not > Windows. But you still

Re: Building C++ program with QT under cygwin

2008-02-20 Thread Erich Dollansky
Hi, one thing at a time. hce wrote: I am new to cygwin. I've just installed cygwin for building my C++ I see Cygwin as an emulator. Your program will see Linux but not Windows. But you still can call Windows directly. and the C++ program was built using macro #ifdef WIN32 for the code of