[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    RE: almost compiled... (help)
From:       "Glen Parker" <glenebob () nwlink ! com>
Date:       1999-05-14 21:51:50
[Download RAW message or body]

<snip>
> What is this "type_info node" stuff?  When I try to compile anything which
> links against libkdecore I get similar errors.  Compiling the examples in
> qt/examples works fine.  Any suggestions?

Qt is being compiled w/o rtti, which makes the kde compile freak out.  This
(sorta) patch shows what to do... you want to change
qt/config/linux-g++-shared or whatever config file you use, reconfigure and
recompile qt, and try again.

< SYSCONF_CXXFLAGS      = -fno-rtti -pipe -DNO_DEBUG -O2
---
> #SYSCONF_CXXFLAGS     = -fno-rtti -pipe -DNO_DEBUG -O2
> SYSCONF_CXXFLAGS      = -pipe -DNO_DEBUG -O2

Glen

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic