I was just wondering if there's some reason why we can't include these steps
in the various auto* files? This recipe changes fairly often & while greatly
appreciated is a bit of a hassle to keep up with.

cheers,
andrew



      export LDFLAGS="-L/home/user/qt-3/lib -lqtmain -lqt-mt -lopengl32 -lglu32 
-lkernel32 -luser32 -lgdi32 -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 
-luuid -limm32 -lwinmm -lwsock32 -lwinspool"

6.2 Run ./autogen.sh from inside cygwin (Oh, I didn't tell you about cygwin? 
Really? :-))

6.3 Edit file ./configure:

      - Search for string "-DQT_DLL"; remove the complete line
    
      - Search for string "-lqt-mt"; 6 lines above, move "conftest.$ac_ext" in 
front of "$CXXFLAGS"

          ac_link='$CXX -o conftest$ac_exeext conftest.$ac_ext $CXXFLAGS 
$CPPFLAGS $LDFLAGS $LIBS >&5'

6.4 Configure LyX

      export PATH=/c/Programme/Python23:$PATH     (you need Python!)

      ./configure --without-x --with-aspell 
--with-extra-prefix=/c/Programme/Aspell-0.60.4 \
      --with-frontend=qt --enable-optimization --disable-stdlib-debug \
      --with-qt-dir=/home/user/qt-3 --prefix=/c/Programme/LyX-1.4 --disable-pch

Reply via email to