On Mon, Sep 11, 2006 at 08:00:21PM +0200, Rainer Dorsch wrote:
> Hello,
> 
> I tried to compile lyx 1.4.2 with QT 3.0.5 using
> 
> $ ./configure --prefix /opt/lyx-1.4.2 --with-frontend=qt 
> --with-qt-dir=/usr/lib/qt-3.0.5
> 
> $ make
> 
> and got
> 
> 
>  g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -DQT_CLEAN_NAMESPACE 
> -DQT_GENUINE_STR -DQT_NO_STL -DQT_THREAD_SUPPORT -I../../../src 
> -I../../../src/frontends -I../../../images -I/usr/lib/qt-3.0.5//include 
> -I../../../boost -I../../../src/frontends/controllers -I/usr/X11R6/include 
> -fno-exceptions -O2 -MT QLyXKeySym.lo -MD -MP -MF .deps/QLyXKeySym.Tpo -c 
> QLyXKeySym.C -o QLyXKeySym.o
> QLyXKeySym.C: In function `void initEncodings()':
> QLyXKeySym.C:133: no method `QTextCodec::setCodecForCStrings'
> make[7]: *** [QLyXKeySym.lo] Error 1
> 
> Any idea what could went wrong is welcome.

I think that method was introduced in 3.1.

http://doc.trolltech.com/3.0/qtextcodec-members.html
http://doc.trolltech.com/3.1/qtextcodec-members.html

-- 
Enrico

Reply via email to