[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Building on Woody: STLport4 libraries not found



On Wed, Sep 25, 2002 at 03:22:58PM +0200, Gaute Hvoslef Kvalnes wrote:
> libstlport4.5gcc3.0-dev is installed, so that's not the problem. (It just 
> appeared a couple of lines further down in the installation log, so I missed 
> it last time ;-)

Heh, someone finally noticed I cheated ;)

The patch for unstable doesn't quite work on woody.  I changed line 759 in
configure.in:


 _stl_suffix="gcc3.0"

Also, 006_exception_sprecs.diff is needed on Woody but missing from the
source package:

--- oo_641c_src/tools/source/memmgr/memmgr.cxx.specs    Mon Oct 15 20:40:32 2001
+++ oo_641c_src/tools/source/memmgr/memmgr.cxx  Fri Feb 15 17:02:12 2002
@@ -121,7 +121,8 @@
 static std::new_handler volatile g_pfnHandler = 0;

 std::new_handler
-SAL_CALL std::set_new_handler (std::new_handler pfnHandler) throw ()
+SAL_CALL std::set_new_handler (std::new_handler pfnHandler)
+//     throw ()
 {
        std::new_handler f = g_pfnHandler;
        g_pfnHandler = pfnHandler;

continue the build with dpkg-buildpackage -nc

Chris

Attachment: pgpIeMjMg9rLH.pgp
Description: PGP signature


Reply to: