gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] cofiguration error in MinGW


From: Dossy Shiobara
Subject: Re: [Gnash-dev] cofiguration error in MinGW
Date: Thu, 2 Aug 2007 19:15:26 -0400
User-agent: Mutt/1.5.13 (2006-08-11)

On 2007.08.02, jeremy chow <address@hidden> wrote:
...
>         ERROR: The BOOST date_time package is needed to compile cygnal!
>         Install it from http://boost.org
>         or .deb users: apt-get install libboost-date-time-dev
>         or --disable-cygnal

Is there a reason you're trying to compile cygnal?  Regardless, the
reason why Gnash's autoconf isn't detecting boost's date_time lib on
Win32 is because macros/boost.m4 needs to be "fixed" for Win32, where
the (Boost default) library filenames look like this:

MinGW/MSYS:

    libboost_date_time-mgw34-mt-1_34.a
    libboost_thread-mgw34-mt-1_34.a

MSVC++ 8.0:

    libboost_date_time-vc80-mt-1_34.lib
    libboost_thread-vc80-mt-1_34.lib

This is for Boost 1.34.0.

-- Dossy

-- 
Dossy Shiobara              | address@hidden | http://dossy.org/
Panoptic Computer Network   | http://panoptic.com/
  "He realized the fastest way to change is to laugh at your own
    folly -- then you can let go and quickly move on." (p. 70)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]