> Ralf Habacker wrote:
>>>>> A compile instruction could be found under
>>>>>
http://cvs.sourceforge.net/viewcvs.py/kde-cygwin/qt-3/cygwin/Attic/README?rev=1.1.2.1&hideattic=0&view=markup
>>
>> I've updated this doc, because I forgot some points
>
> Just yet another note of thanks. I just updated cvs and tried again.
> Here is my history and output for reference:
>
>   150  cd ~/
>   151  mkdir ~/build
>   151  export QTDIR=~/build
>   151  mkdir ~/qt-3
>   152  export QT_SOURCE_TREE=~/qt-3
>   153  cd qt-3/
This is the location of your qt-3 cvs root  ?
 
>   154  cvs -z6 update
            cd $QTDIR
            make -f  $QT_SOURCE_TREE/Makefile.cvs
>   158  $QT_SOURCE_TREE/configure -platform cygwin-g++
> -plugin-imgfmt-mng -qt-zlib -qt-gif -qt-libpng -qt-libjpeg -qt -libmng
> -no-g++-exceptions -thread -no-stl -no-sm -no-xft -no-xkb -no-xrender
> -disable-opengl -disable-sql -prefix /opt/qt/3.3 -fast
>   159  make
>
> make[1]: Entering directory `/home/cboothe/build'
> cd qmake && make
> make[2]: Entering directory `/home/cboothe/build/qmake'
> make[2]: `qmake' is up to date.
> make[2]: Leaving directory `/home/cboothe/build/qmake'
> cd src/moc && make
> make[2]: Entering directory `/home/cboothe/build/src/moc'
> make[2]: *** No rule to make target
> `/home/cboothe/src/qt-3/src/moc/moc.pro', needed by `Makefile'.  Stop.
> make[2]: Leaving directory `/home/cboothe/build/src/moc'
Just tried the same, works without errors for me
You can try a cvs -z7 update -PdC to get a clean copy of the cvs
 
> make[1]: *** [src-moc] Error 2
> make[1]: Leaving directory `/home/cboothe/build'
> make: *** [init] Error 2
>
>
cboothe@IT-staff ~/build
> $
>
Regards
 Ralf