On Wed, 27 Oct 2004 17:01:29 -0400, peter volsted
Hi,
3) The manual is a bit cryptic It says:
:: The following packages are required by the src build:
:: qt-3.0.4-b1.tar.bz2 (available from
http://cygwin.kde.org/qt/ )
:: gcc2-2.95.3-10.tar.bz2 (available from
http://www.cygwin.com )
:: jpeg-6b-7.tar.bz2 (available from
http://www.cygwin.com )
::
:: However, you can achieve a partual build with any version of
:: gcc installed and none of these other tools.
and that's just about all it says - it doesn't give a name for
those packages - just the compressed file name.
The version I downloaded was not source - it was already built.
The above three packages are used if you want to build the application
directly from the source code. The packages are:
- qt-3.0.4 : this is a cross-platform application development framework
(much like MFC in a pure windows world). You can read more about QT
at
www.trolltech.com
- gcc2-2.95 : this is the GNU compiler collection (thus gcc). The
collection contains a C, C++, Objective-C, Java and Fortran compiler.
The home page for gcc is gcc.gnu.org. As a side note, the 2.95 version
was never an official release for gcc and maintainers of gcc do not
recommend it for production use.
- jpeg-6b-7 : this is a library for the manipulation of jpeg images. I
do not have a URL handy for this one.
If you are serious in building the application from source code, I would
stick with the most recent versions of the packages - especially the
compiler. I am not even sure that the newer versions of QT will compile
with gcc-2.95.
Now you wonder why people are put off Linux ?
Remember that you are using a `bastard' flavor of Linux (and I even
hesitate to call cygwin that). Cygwin is an emulator that allows Linux
applications to run under windows.
Also, as others have suggested, using a normal Linux system will ease your
problems quite a bit. For example, on my Fedora core 2 system, the
following packages were supplied:
qt-3.3.2-2
gcc-3.3.3-7
libjpeg-6b-31
From what I can see from your posts, most of your problems are arising
from trying to integrate cygwin into the windows environment - especially
the handling of file locataions and paths.
Again, as others have suggested - try a live CD or a dual boot system, I
think that many of your problems will disappear
George