Re: Boost version is old

2016-08-18 Thread Yongwei Wu
Hi Michael, I have uploaded the updated patch in that ticket. I am happy that I have at least the latest Boost port for myself. ;-) Thanks for your help. Best regards, Yongwei On 18 August 2016 at 09:47, Michael Dickens <michae...@macports.org> wrote: > Hi Yongwei - Would you plea

Re: Boost version is old

2016-08-17 Thread Yongwei Wu
Wow, you had the patch 6 months ago. Was it not committed because of the ABI change and the problem with OMPL? Luckily, the OMPL problem seems resolved now. As I said, I had not contributed to MacPorts before. I know the basic tools, though. Does this page have enough of the basic BKMs?

Re: Boost version is old

2016-08-17 Thread Michael Dickens
Hi Yongwei - Would you please attach a patch that updates the boost install to the latest here < https://trac.macports.org/ticket/50671 >? That way, folks can try it out & see how/if it works & comment back. Thanks! - MLD On Wed, Aug 17, 2016, at 09:39 PM, Yongwei Wu wr

Boost version is old

2016-08-17 Thread Yongwei Wu
I think the current Boost version (1.59.0_2) is quite old, and needs an upgrade (current version is 1.61.0). There are quite a few improvements in the new version, and I actually have to install Boost 1.61 manually now. I have never contributed to Boost, should/could I do anything? Best regards

Usefulness of boost-jam and boost-build

2016-01-15 Thread Joshua Root
Are people using boost-jam and/or boost-build? They have no dependents in the ports tree, haven't been updated upstream in years, and apparently boost-jam is somewhat broken: <https://trac.macports.org/ticket/28365> Just wondering if it's worth patching or if we should just delete them.

Re: boost libstdc++ issue (was libvisio error)

2015-09-07 Thread David Evans
his says that clang++ on Lion passes boost's test for rvalue reference support. This may be true. If so, then disabling boost's support for it is not the right thing to do. Going back to review the situation from the beginning, I looked at git master for libcdr and libvisio again. I see that the most

Re: boost libstdc++ issue (was libvisio error)

2015-09-07 Thread David Evans
On 9/6/15 2:08 PM, su_v wrote: > The boost configure script prefers g++ unless CXX is explicitly set > to clang++ or c++. > Attached are both user.hpp files (for llvm-gcc-4.2++ and for clang++). I think what we want to test is the same configuration as MacPorts uses when compiling libvis

Re: boost libstdc++ issue (was libvisio error)

2015-09-07 Thread Jeffrey Walton
> According to your results for the clang++ case the configuration used > was > >> // Use this file to define a site and compiler specific >> // configuration policy, this version was auto-generated by >> // configure on Sun Sep 6 22:42:41 CEST 2015 >> // With the following options: >> //

Re: boost libstdc++ issue (was libvisio error)

2015-09-07 Thread su_v
that makes any difference. Attached are the 'user.hpp' files created with these commands: $ CXX='/usr/bin/clang++' CXXFLAGS='-stdlib=libstdc++' sh ./configure $ CXX='/usr/bin/clang++' CXXFLAGS='-stdlib=libc++' sh ./configure // (C) Copyright Boost.org 2001. // Do not check in modified versions of

Re: boost libstdc++ issue (was libvisio error)

2015-09-07 Thread su_v
uation from the beginning, I looked at git master > for libcdr and libvisio again. I see that > the most recent commit in each claims to be a build fix for boost 1.59. V, > are you sure that your fix is required with > this most recent commit in place? It uses a different set of

Re: boost libstdc++ issue (was libvisio error)

2015-09-06 Thread David Evans
On 9/6/15 12:33 PM, Ryan Schmidt wrote: > On Sep 6, 2015, at 13:43, David Evans wrote: > >> It may be that boost is configuring for libc++ on 10.7, 10.8 instead of >> libstdc++ but, if that is the case, that is not >> correct and would lead to the type of failure reporte

Re: boost libstdc++ issue (was libvisio error)

2015-09-06 Thread su_v
rent version, BOOST_APPLE_CLANG_NO_LIBCXX is used only in > boost/multi_index/detail/vartempl_support.hpp, which I think was the > previous problem. > > After looking at the Boost.Config documentation, I'm wondering now if > using a custom user.hpp might not be a better approach than patching > clang

Re: boost libstdc++ issue (was libvisio error)

2015-09-06 Thread su_v
On 2015-09-05 17:40 (+0200), David Evans wrote: > On 9/5/15 8:36 AM, David Evans wrote: >> On 9/5/15 7:41 AM, echothevoid wrote: >>> Hello! >>> >>> I got an error after running regular sudo port upgrade outdatedcommand. >>> The log tells me that: &g

Re: boost libstdc++ issue (was libvisio error)

2015-09-06 Thread echothevoid
f the libraries >produce expected results, and import in Inkscape using the shared >libaries also works (apart from a known regression in inkscape trunk >with CDR import not related to the recent boost upgrade). > > >Regards, V > > >[1] local portfiles (libvisio-devel, libcdr-d

Re: boost libstdc++ issue (was libvisio error)

2015-09-06 Thread su_v
tfile of libvisio-0.1 and libcdr-0.1 with > the ones from [1] and then do an upgrade? How to make that exactly? > Sorry for dumb questions. Your answer will definitely shed some light on > the subject. Sorry, the comment was intented for the maintainers of the related ports (boost, lib

Re: boost libstdc++ issue (was libvisio error)

2015-09-06 Thread David Evans
been tested after successful installation with their > command line tool to convert CDR, VSD to XHTML, and viewing the result > in Firefox. > > > Regards, V > Thanks, V. After looking at the Boost code/documentation for a while this morning, I'm coming around to the the

Re: boost libstdc++ issue (was libvisio error)

2015-09-06 Thread Brandon Allbery
On Sun, Sep 6, 2015 at 1:36 PM, David Evans <dev...@macports.org> wrote: > So the question is, why isn't this set by boost when compiling on Mac OS X > configurations that use clang with > -stdlib=libstdc++ (Lion for instance). Seems like there is possibly a > mis-configur

Re: boost libstdc++ issue (was libvisio error)

2015-09-06 Thread su_v
gt;>>>> I got an error after running regular sudo port upgrade outdatedcommand. >>>>> The log tells me that: >>>>> :info:build /opt/local/include/boost/thread/detail/move.hpp:31:10: fatal >>>>> error: 'type_traits' file not found >>&

Re: boost libstdc++ issue (was libvisio error)

2015-09-06 Thread su_v
On 2015-09-06 16:30 (+0200), David Evans wrote: > On 9/6/15 3:40 AM, su_v wrote: >> Didn't find a related ticket in trac yet, so I'm posting this here: >> Workaround applied successfully on OS X 10.7.5 (Xcode 4.6.3) to libvisio >> and libcdr in local port repo [1]: >> >> if

Re: boost libstdc++ issue (was libvisio error)

2015-09-06 Thread David Evans
On 9/6/15 10:42 AM, Brandon Allbery wrote: > On Sun, Sep 6, 2015 at 1:36 PM, David Evans <dev...@macports.org > <mailto:dev...@macports.org>> wrote: > > So the question is, why isn't this set by boost when compiling on Mac OS > X configurations that use clang

Re: boost libstdc++ issue (was libvisio error)

2015-09-06 Thread Ryan Schmidt
On Sep 6, 2015, at 13:43, David Evans wrote: > > It may be that boost is configuring for libc++ on 10.7, 10.8 instead of > libstdc++ but, if that is the case, that is not > correct and would lead to the type of failure reported in this thread. I thought it did, and that you fixed i

Re: boost libstdc++ issue (was libvisio error)

2015-09-05 Thread David Evans
On 9/5/15 8:36 AM, David Evans wrote: > On 9/5/15 7:41 AM, echothevoid wrote: >> Hello! >> >> I got an error after running regular sudo port upgrade outdatedcommand. >> The log tells me that: >> :info:build /opt/local/include/boost/thread/detail/move.hpp:31:10: fa

Re: boost libc++ issue (was libvisio error)

2015-09-05 Thread David Evans
On 9/5/15 7:41 AM, echothevoid wrote: > Hello! > > I got an error after running regular sudo port upgrade outdatedcommand. > The log tells me that: > :info:build /opt/local/include/boost/thread/detail/move.hpp:31:10: fatal > error: 'type_traits' file not found > I have

port upgrade outdated - trouble with boost 1.58

2015-04-23 Thread wilson
Hello Macports list, I'm having trouble upgrading package boost using the command, port upgrade outdated. It looks like my system is not able to download the full package form the repository. The download seems to get almost half way then aborts goes to the next repo source. Anyone else see

Re: port upgrade outdated - trouble with boost 1.58

2015-04-23 Thread Ryan Schmidt
On Apr 23, 2015, at 6:37 PM, wilson wnorth...@gmail.com wrote: Hello Macports list, I'm having trouble upgrading package boost using the command, port upgrade outdated. It looks like my system is not able to download the full package form the repository. The download seems to get

Re: port upgrade outdated - trouble with boost 1.58

2015-04-23 Thread wilson
Should have been obvious. Something to do with McAfee. works now, thanks. --- Fetching archive for boost --- Attempting to fetch boost-1.58.0_1+no_single+no_static+python27.darwin_14.x86_64.tbz2 from http://packages.macports.org/boost --- Attempting to fetch boost-1.58.0_1+no_single+no_static

Re: Error in Boost shared_ptr.h

2014-06-07 Thread Ryan Schmidt
On Jun 7, 2014, at 12:03 AM, Ryan Woo wrote: I am getting this runtime error: Assertion failed: (px != 0), function operator*, file /usr/local/boost_1_44_0/boost/smart_ptr/shared_ptr.hpp, line 412. Abort trap With Boost 1.44.0 and icu4c 4.3.4. and Code::Blocks compiler. Running

Error in Boost shared_ptr.h

2014-06-06 Thread Ryan Woo
Hi all, I am getting this runtime error: Assertion failed: (px != 0), function operator*, file /usr/local/boost_1_44_0/boost/smart_ptr/shared_ptr.hpp, line 412. Abort trap With Boost 1.44.0 and icu4c 4.3.4. and Code::Blocks compiler. Running on Mac OS X 10.6.8. I have tried updating

boost installation missing log2?

2013-04-17 Thread Giovanni Azua
Hello, I have been using boost/cmake for a while now in my C++ programs. I would like to start using the boost log2 library but it is missing from all boost installations. Is this a separate installation? why is it not included in the main installation? I include boost via cmake in my

build for port boost failed

2013-03-09 Thread Eneko Gotzon Ares
Hi WrongBytes Hunters!On March 6 Ryan wrote:Building boost for i386 doesn't work right now.Trying to upgrade boost on a 2.1 GHz PowerPC running OS X 5.8 –leopard– gives this error:[…]Error: org.macports.build for port boost returned: command execution failed[…]Error: Unable to upgrade port: 1The

Re: build for port boost failed

2013-03-09 Thread Ryan Schmidt
On Mar 9, 2013, at 08:29, Eneko Gotzon Ares wrote: Trying to upgrade boost on a 2.1 GHz PowerPC running OS X 5.8 –leopard– gives this error: […] Error: org.macports.build for port boost returned: command execution failed […] Error: Unable to upgrade port: 1 The main log says

Re: build for port boost failed

2013-03-09 Thread John Gleeson
On 2013-03-09, at 10:25 AM, Ryan Schmidt wrote: On Mar 9, 2013, at 08:29, Eneko Gotzon Ares wrote: Trying to upgrade boost on a 2.1 GHz PowerPC running OS X 5.8 – leopard– gives this error: […] Error: org.macports.build for port boost returned: command execution failed […] Error: Unable

boost build failed on 10.7.5

2013-03-06 Thread Richard L. Hamilton
Mac OS X Server 10.7.5 11G63 Xcode 4.6 4H127 MacPort Version: 2.1.3 main.log.gz Description: GNU Zip compressed data ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: boost build failed on 10.7.5

2013-03-06 Thread Ryan Schmidt
Building boost for i386 doesn't work right now. https://trac.macports.org/ticket/38298 ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

segfault importing py-graph-tool (while loading boost dylib) on OS X 10.8.2

2013-01-08 Thread Uldis Bojars
A problem with py-graph-tool port -- installs OK, but Python crashes when trying to use it: from graph_tool.all import * Fatal Python error: PyThreadState_Get: no current thread Abort trap: 6 It happens when trying to load boost dynamic library (see below). A possible cause: system Python

Re: Boost install fail

2012-10-08 Thread Thomas Nelson
/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_boost/boost/work/boost_1_51_0 . I think this was fixed already: https://trac.macports.org/ticket/36485 Please sudo port clean boost, sudo port selfupdate, and try again. Yes, it works now, thanks

Boost install fail

2012-10-07 Thread Thomas Nelson
i tried sudo port clean boost followed by sudo port install boost, and got the same error (I think). Here's the complete log: version:1 :debug:main epoch: in tree: 0 installed: 0 :debug:main zlib 1.2.7_0 exists in the ports tree :debug:main zlib 1.2.7_0 is the latest installed :debug:main zlib

Re: Boost install fail

2012-10-07 Thread Ryan Schmidt
On Oct 7, 2012, at 12:31, Thomas Nelson thomasharrisonnel...@gmail.com wrote: :info:build error: Configuration file user-config.jam not found in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_boost/boost/work/boost_1_51_0 . I

selfupdate boost fail

2012-10-05 Thread Thomas Nelson
self update failed using boost. Here's the tail end of the log: :info:build :info:build error: Configuration file user-config.jam not found in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports. org_release_tarballs_ports_devel_boost/boost/work

Re: selfupdate boost fail

2012-10-05 Thread Jeremy Lavergne
What should I do? Should I try reinstalling boost after a clean? That's always a good first step. This also ensures you have a full log by uploading it immediately after a fresh install attempt. When it comes to the log of the file, if you're not certain it contains the error you need

Which compiler to use with boost thread

2012-08-24 Thread Peng Yu
Hi, /tmp$ port info boost boost @1.50.0 (devel) Variants: debug, [+]no_single, [+]no_static, openmpi, python25, python26, python27, python31, python32, regex_match_extra, universal Description: Boost provides free portable peer-reviewed C++ libraries. The emphasis

Re: Which compiler to use with boost thread

2012-08-24 Thread Ryan Schmidt
On Aug 24, 2012, at 16:28, Peng Yu wrote: I have the above boost installed and I find the following library file installed. But I'm not sure which g++ shall be used with these libraries. Could anybody let me know how to figure it out? Thanks! /opt/local/lib/libboost_thread-mt.dylib /opt

Do I have correct boost python installed?

2012-05-23 Thread Peng Yu
Hi, I have boost installed. ~$ port installed|grep boost boost @1.48.0_4 boost @1.49.0_0 (active) I have the python directory. /opt/local/include/boost$ ls -d python python But I don't find the library file. How to get library files installed? Thanks! /opt/local/include/boost$ ll /opt

Re: Do I have correct boost python installed?

2012-05-23 Thread Ryan Schmidt
On May 23, 2012, at 20:52, Peng Yu wrote: I have boost installed. ~$ port installed|grep boost boost @1.48.0_4 boost @1.49.0_0 (active) I have the python directory. /opt/local/include/boost$ ls -d python python But I don't find the library file. How to get library files

How do I install an older version of Boost?

2012-03-14 Thread Mclendon, William C III
Hi, I'm trying to install the previous version of Boost (1.48) using ports but it would appear that the 1.48.x variants are no longer in Ports? I've tried commands like: $ port install boost @1.48.0_4 But the only thing that gets installed is 1.49. When I execute a port search boost

Re: How do I install an older version of Boost?

2012-03-14 Thread Jeremy Lavergne
I'm trying to install the previous version of Boost (1.48) using ports but it would appear that the 1.48.x variants are no longer in Ports? I've tried commands like: $ port install boost @1.48.0_4 But the only thing that gets installed is 1.49. When I execute a port search boost

Re: [EXTERNAL] Re: How do I install an older version of Boost?

2012-03-14 Thread Mclendon, William C III
I did keep a backup around of that directory and tried copying /opt/local.backup/var/macports/software/boost/boost-1.48.0_4.darwin_10.x86_ 64.tbz2 to /opt/local/var/macports/software/boost but I can't get port to do anything with it. So I think at this point, the easier option for me to do

Re: How do I install an older version of Boost?

2012-03-14 Thread Gary Little
simply downloaded existing packages we install for CMake and Boost from our local storage and on to my Mac where I expanded and installed as needed. The Boost we use includes an install shell script, is version 1.44 and my project builds with that version of Boost. Hence a possible solution

Re: [EXTERNAL] Re: How do I install an older version of Boost?

2012-03-14 Thread Dominik Reichardt
On 14.03.2012, at 21:08, Mclendon, William C III wrote: FWIW, It seems odd to me to remove the capability to install the prior version of boost (1.48) so soon after Boost 1.49 is released. It's not even been out a month :/ First of all that's how it is done by default in MacPorts except

Re: [EXTERNAL] Re: How do I install an older version of Boost?

2012-03-14 Thread Jeremy Lavergne
FWIW, It seems odd to me to remove the capability to install the prior version of boost (1.48) so soon after Boost 1.49 is released. It's not even been out a month :/ MacPorts only provides the current version of a port unless there's a known reason to avoid the upgrade. The instructions

Re: gcc46 and Boost

2011-11-24 Thread Freddie Witherden
On 23/11/2011 21:24, Ryan Schmidt wrote: b) get macports to recompile boost with gcc46. It is not supported to do so, but if you would like to try it, to see if it solves the problem, you would: sudo port -ns upgrade --force boost configure.compiler=macports-gcc-4.6 Thanks for the idea

Re: gcc46 and Boost

2011-11-24 Thread Ryan Schmidt
On Nov 24, 2011, at 09:10, Freddie Witherden wrote: On 23/11/2011 21:24, Ryan Schmidt wrote: b) get macports to recompile boost with gcc46. It is not supported to do so, but if you would like to try it, to see if it solves the problem, you would: sudo port -ns upgrade --force boost

Re: gcc46 and Boost

2011-11-24 Thread Daniel James
On 24 November 2011 16:53, Ryan Schmidt ryandes...@macports.org wrote: Hmm yes I see. -arch flags are not compatible with the FSF GCC compilers in MacPorts. I pointed this out on the boost build list, and was asked: As for -arch, I am not quite sure. Looks like FSF gcc differs in how ones

Re: gcc46 and Boost

2011-11-24 Thread Ryan Schmidt
On Nov 24, 2011, at 15:02, Daniel James wrote: On 24 November 2011 16:53, Ryan Schmidt ryandes...@macports.org wrote: Hmm yes I see. -arch flags are not compatible with the FSF GCC compilers in MacPorts. I pointed this out on the boost build list, and was asked: As for -arch, I am

Re: gcc46 and Boost

2011-11-24 Thread Freddie Witherden
On 24/11/11 16:53, Ryan Schmidt wrote: Hmm yes I see. -arch flags are not compatible with the FSF GCC compilers in MacPorts. You could probably sudo port extract boost then cd $(port work boost) then edit tools/build/v2/tools/darwin.jam to remove those flags, then cd sudo port

gcc46 and Boost

2011-11-23 Thread Freddie Witherden
Hello, I have installed boost and gcc46 from MacPorts. However, the following application errors out when compiled through gcc46 (but not gcc45 or clang or the Apple gcc). #include boost/archive/text_oarchive.hpp #include boost/archive/text_iarchive.hpp #include iostream int main(int argc

Re: gcc46 and Boost

2011-11-23 Thread Ryan Schmidt
On Nov 23, 2011, at 06:06, Freddie Witherden wrote: how can I either a) get gcc46 to use the legacy STL (like clang does) or I have no idea; I'm not a developer of compiled software. b) get macports to recompile boost with gcc46. It is not supported to do so, but if you would like to try

Re: Compiling PythonMagick with MacPorts python, imagemagick, boost?

2010-12-08 Thread Ryan Schmidt
On Dec 5, 2010, at 21:27, Leonard Lin wrote: I'm having some problems trying to compile the PythonMagick (http://www.imagemagick.org/download/python/) ImageMagick/Magick++ bindings and was hoping to get some help. It seems to have problems finding the boost python .hpp files even though

Re: Compiling PythonMagick with MacPorts python, imagemagick, boost?

2010-12-08 Thread Ryan Schmidt
appears to be part of boost, installed on my system at /opt/local/include/boost/python.hpp. Or perhaps you meant Python.h, which is indeed a part of python27; you can see where it is by examining the output of port contents python27. ___ macports-users

Compiling PythonMagick with MacPorts python, imagemagick, boost?

2010-12-05 Thread Leonard Lin
Hi, I'm having some problems trying to compile the PythonMagick (http://www.imagemagick.org/download/python/) ImageMagick/Magick++ bindings and was hoping to get some help. It seems to have problems finding the boost python .hpp files even though they are in /opt/local/include (i.e. /opt/local

boost linked to system python?

2010-03-14 Thread Andrew Berry
I'm working on creating a port for libtorrent-rasterbar, which requires boost +python25. I've got my port built and installed, but when I import the library I get the following error: import libtorrent dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site

Re: boost-lib install problem

2010-02-20 Thread Johannes Behr
On 18 Feb 2010, at 10:30, Ryan Schmidt wrote: On Feb 18, 2010, at 02:59, Johannes Behr wrote: I just try to install the boost lib on my fresh 32-bit macports installation and it always fails: You're not seeing the first error. Use the debug switch to see all output. sudo port -d

Re: boost-lib install problem

2010-02-18 Thread Johannes Behr
I just try to install the boost lib on my fresh 32-bit macports installation and it always fails: You're not seeing the first error. Use the debug switch to see all output. sudo port -d install boos OK, I attached the output to this email. I still don't get it. t I expect you'll

Re: boost-lib install problem

2010-02-18 Thread Johannes Behr
On 18 Feb 2010, at 07:14, Ryan Schmidt wrote: On Feb 17, 2010, at 20:28, Ryan Schmidt wrote: I can't get bzip2 to build for i386 right now; it has an error while building and I appear to have a bug in the portfile. I'll see what I can do. False alarm; local problem on my system. bzip2

Re: boost-lib install problem

2010-02-18 Thread Ryan Schmidt
On Feb 18, 2010, at 02:59, Johannes Behr wrote: I just try to install the boost lib on my fresh 32-bit macports installation and it always fails: You're not seeing the first error. Use the debug switch to see all output. sudo port -d install boos OK, I attached the output

boost-lib install problem

2010-02-17 Thread Johannes Behr
Hi, I just try to install the boost lib on my fresh 32-bit macports installation and it always fails: -- --- Computing dependencies for boost --- Building boost Error: Target org.macports.build returned: shell command cd /opt/local/var/macports/build

Re: boost-lib install problem

2010-02-17 Thread Ryan Schmidt
On Feb 17, 2010, at 17:03, Johannes Behr wrote: I just try to install the boost lib on my fresh 32-bit macports installation and it always fails: You're not seeing the first error. Use the debug switch to see all output. sudo port -d install boost I expect you'll see a line saying that some

Re: boost-lib install problem

2010-02-17 Thread Ryan Schmidt
On Feb 17, 2010, at 20:28, Ryan Schmidt wrote: I can't get bzip2 to build for i386 right now; it has an error while building and I appear to have a bug in the portfile. I'll see what I can do. False alarm; local problem on my system. bzip2 should build fine in any case. But you may still

Re: boost fails to compile on Leopard PPC

2009-06-16 Thread nox
It built, but you are not on PPC ;) Le 16 juin 09 à 06:51, William Davis a écrit : On Jun 15, 2009, at 10:18 PM, David Clark wrote: snip/ built for me... William Davis frstanATbellsouthDOTnet Mac OS X.5.7 Darwin 9.7.0 XQuartz 2.4.0 (xorg-server 1.5.3-apple8) Mac Mini Intel Duo @ 1.86

Re: boost fails to compile on Leopard PPC

2009-06-16 Thread David Clark
~]# arch ppc entropy is a dual-2.5GHz G5 PowerMac. Anyone have any clue how to get boost to install? Thanks in advance, david ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports

Re: boost fails to compile on Leopard PPC

2009-06-16 Thread nox
You are, but I was replying to William. Concerning your problem, I know where it comes from, I'm looking into it. The problem comes from Boost not handling double double on PPC. Le 16 juin 09 à 21:54, David Clark a écrit : On Tue, Jun 16, 2009 at 10:32 AM, nox n.ox...@gmail.com wrote

Re: boost fails to compile on Leopard PPC

2009-06-16 Thread William Davis
-1228.12.14~1/RELEASE_PPC Power Macintosh [r...@entropy ~]# arch ppc entropy is a dual-2.5GHz G5 PowerMac. Anyone have any clue how to get boost to install? Thanks in advance, david Actually David, that remark was intended for me. William Davis frstanATbellsouthDOTnet Mac OS X.5.7 Darwin 9.7.0

Re: boost fails to compile on Leopard PPC

2009-06-16 Thread nox
Should be fixed by r52445. Le 16 juin 09 à 22:00, nox a écrit : You are, but I was replying to William. Concerning your problem, I know where it comes from, I'm looking into it. The problem comes from Boost not handling double double on PPC. Le 16 juin 09 à 21:54, David Clark a écrit

Re: boost fails to compile on Leopard PPC

2009-06-15 Thread nox
Please paste the full output of sudo port -d build boost. Le 16 juin 09 à 04:18, David Clark a écrit : I've attempted to build boost twice now, once via 'port upgrade installed', and once after removing it, cleaning it, and building it anew...both failed, with similar errors: snip

Re: boost fails to compile on Leopard PPC

2009-06-15 Thread William Davis
On Jun 15, 2009, at 10:18 PM, David Clark wrote: I've attempted to build boost twice now, once via 'port upgrade installed', and once after removing it, cleaning it, and building it anew...both failed, with similar errors: [r...@entropy ~]# port install boost --- Fetching boost

Re: Boost installation

2009-03-17 Thread Frank J. R. Hanstick
On Mar 16, 2009, at 4:28 PM, Ryan Schmidt wrote: On Mar 14, 2009, at 02:31, Frank J. R. Hanstick wrote: When trying to link the installed Boost to openvrml, I ran into the following: g++ -D_THREAD_SAFE -g -O2 -o .libs/browser browser.o -Wl,- bind_at_load -L/usr/local/spidermonkey/lib

Re: Boost installation

2009-03-17 Thread Ryan Schmidt
On Mar 17, 2009, at 01:31, Frank J. R. Hanstick wrote: On Mar 16, 2009, at 4:28 PM, Ryan Schmidt wrote: I don't know about your specific question, but in both sets of output you quote above I see -L/usr/local/spidermonkey/lib/ and -L/sw/lib/firefox2 So presumably you have libraries in

Re: Boost installation

2009-03-17 Thread Frank J. R. Hanstick
-lboost_thread-mt -lboost_unit_test_framework-mt - lboost_filesystem-mt /usr/bin/ld: Undefined symbols: boost::system::get_system_category() boost::system::get_generic_category() collect2: ld returned 1 exit status make[2]: *** [browser] Error 1 make[2]: Leaving directory `/Users/frank/FirefoxDownloads

Re: Boost installation

2009-03-16 Thread Ryan Schmidt
On Mar 14, 2009, at 02:31, Frank J. R. Hanstick wrote: When trying to link the installed Boost to openvrml, I ran into the following: g++ -D_THREAD_SAFE -g -O2 -o .libs/browser browser.o -Wl,- bind_at_load -L/usr/local/spidermonkey/lib/ -L/opt/local/ lib ./.libs/libtest-openvrml.a /Users

Boost installation

2009-03-14 Thread Frank J. R. Hanstick
Hello, When trying to link the installed Boost to openvrml, I ran into the following: g++ -D_THREAD_SAFE -g -O2 -o .libs/browser browser.o -Wl,- bind_at_load -L/usr/local/spidermonkey/lib/ -L/opt/local/lib ./.libs/ libtest-openvrml.a /Users/frank/FirefoxDownloads/openvrml-0.17.11/src

Re: Boost in MacPorts Issue

2009-01-24 Thread Simon Hitzemann
and also I have in my .bash_profile this export: export CXXFLAGS=-I /opt/local/include; Usually this should go into CPPFLAGS as it is for the preprocessor. Also, check that the Makefile or build system is honoring the environment variables. Maybe you need to pass this directly to make

Boost in MacPorts Issue

2009-01-23 Thread Gundala Viswanath
Hi all, I have sucessfully installed Boost via MacPorts. However there are several issues after that. 1. My code can't recognize the location of Boost during compilation. Although it exist here: ./opt/local/include/boost/lexical_cast.hpp ./opt/local/var/macports/software/boost/1.37.0_0

Re: Boost in MacPorts Issue

2009-01-23 Thread Rainer Müller
Gundala Viswanath wrote: I have sucessfully installed Boost via MacPorts. However there are several issues after that. 1. My code can't recognize the location of Boost during compilation. Although it exist here: ./opt/local/include/boost/lexical_cast.hpp ./opt/local/var/macports

Re: installing boost-python

2009-01-15 Thread Evert Rol
To follow up on this, I think it's an issue related a broken symlink in the python installation, not boost itself. See http://trac.macports.org/ticket/17998 it looks like the libboost_python* libraries don't pick up the macport python headers/libraries, but the system ones. Did you

installing boost-python

2009-01-12 Thread Evert Rol
Hi all, I have a problem installing the boost python libraries over macports. It actually installs fine, but it looks like the libboost_python* libraries don't pick up the macport python headers/libraries, but the system ones. Eg: $ otool -L libboost_python-mt.dylib libboost_python-mt.dylib

Re: installing boost-python

2009-01-12 Thread Evert Rol
it looks like the libboost_python* libraries don't pick up the macport python headers/libraries, but the system ones. Did you install boost with any of the python variants (python24, python25, or python26)? Yes (sorry, forgot to mention that earlier): $ port install boost +python25+icu

Re: Boost?

2008-11-23 Thread Michael Hernandez
On Oct 24, 2008, at 2:48 PM, Bryan Blackburn wrote: On Fri, Oct 24, 2008 at 12:36:48PM -0400, Michael Hernandez said: I am running port upgrade outdated and I keep getting this: --- Staging boost into destroot Error: Target org.macports.destroot returned: no files matched glob pattern

Xcode compile errors after installing Boost

2008-11-03 Thread Aaron MacDonald
I have an Xcode project that now throws errors after I've installed Boost through MacPorts. The project itself doesn't use Boost, but the error appeared only after I put Boost on my machine and I've seen it mentioned in other places. This is the error I get: /usr/include/c++/4.0.0/i686

Re: Xcode compile errors after installing Boost

2008-11-03 Thread Derek Harland
Google is your friend ... have you tried the suggestion in the first hit for 'snprintf' is not a member of 'std' http://www.nabble.com/Mac-Xcode-3.0-Boost-compile-issue-td15660509.html derek. On 4/11/2008, at 9:11 AM, Aaron MacDonald wrote: I have an Xcode project that now throws

Re: Boost?

2008-10-28 Thread Michael Hernandez
++ ls: /opt/local/bin/g++: No such file or directory luckily what seems to be happening now is that macports will try to install boost and fail but then go on and upgrade other ports. I'm glad that it's not stopping the whole ports system from working. I just hate to see such ugly errors

Re: Boost?

2008-10-27 Thread Ryan Schmidt
this: --- Staging boost into destroot Error: Target org.macports.destroot returned: no files matched glob pattern *-1_35.dylib Error: The following dependencies failed to build: boost --- Staging boost into destroot Error: Target org.macports.destroot returned: no files matched glob pattern *-1_35.dylib over

Re: Boost?

2008-10-27 Thread Bryan Blackburn
getting this: --- Staging boost into destroot Error: Target org.macports.destroot returned: no files matched glob pattern *-1_35.dylib Error: The following dependencies failed to build: boost --- Staging boost into destroot Error: Target org.macports.destroot returned: no files matched glob

Boost?

2008-10-24 Thread Michael Hernandez
I am running port upgrade outdated and I keep getting this: --- Staging boost into destroot Error: Target org.macports.destroot returned: no files matched glob pattern *-1_35.dylib Error: The following dependencies failed to build: boost --- Staging boost into destroot Error: Target

Re: Boost?

2008-10-24 Thread Bryan Blackburn
On Fri, Oct 24, 2008 at 12:36:48PM -0400, Michael Hernandez said: I am running port upgrade outdated and I keep getting this: --- Staging boost into destroot Error: Target org.macports.destroot returned: no files matched glob pattern *-1_35.dylib Error: The following dependencies failed

Re: Boost?

2008-10-24 Thread Ryan Schmidt
On Oct 24, 2008, at 13:48, Bryan Blackburn wrote: On Fri, Oct 24, 2008 at 12:36:48PM -0400, Michael Hernandez said: I am running port upgrade outdated and I keep getting this: --- Staging boost into destroot Error: Target org.macports.destroot returned: no files matched glob pattern *-1_35

Boost 1.35

2008-05-16 Thread Akim Demaille
Hi all, I have a few comments wrt Boost 1.35. First of all, I now have warnings from GDB that I did not have with 1.34: warning: Could not find object file /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_boost/work/boost_1_35_0

Re: boost 1.35.0 build fails

2008-05-13 Thread Ryan Schmidt
On May 13, 2008, at 12:29 AM, Igor Mikushkin wrote: 2008/5/13 Ryan Schmidt: On May 12, 2008, at 7:33 AM, Igor Mikushkin wrote: When I try to install boost I get this error: --- Building boost with target all Error: Target org.macports.build returned: shell command cd /opt/local/var

Re: boost 1.35.0 build fails

2008-05-13 Thread Sancho McCann
try to install boost I get this error: --- Building boost with target all Error: Target org.macports.build returned: shell command cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_boost/work/boost_1_35_0 gmake all

Re: boost 1.35.0 build fails

2008-05-12 Thread Ryan Schmidt
On May 12, 2008, at 7:33 AM, Igor Mikushkin wrote: When I try to install boost I get this error: --- Building boost with target all Error: Target org.macports.build returned: shell command cd /opt/local/var/macports/build

Re: boost 1.35.0 build fails

2008-05-12 Thread Igor Mikushkin
2008/5/13 Ryan Schmidt [EMAIL PROTECTED]: On May 12, 2008, at 7:33 AM, Igor Mikushkin wrote: When I try to install boost I get this error: --- Building boost with target all Error: Target org.macports.build returned: shell command cd /opt/local/var/macports/build

  1   2   >