On Dec 6, 2013, at 16:47, M. Daniel Becque wrote:
> I was looking at the ticket for Boost 1.54, #39809, since Boost 1.55 also
> fails to compile on 10.5.8. Jeremy suggests that ppc users, comment 24,
> should use that selection to get Boost to compile. Thought that I might give
> it a try.
Ah
Ryan,
I also tried your suggestion of using clang. I installed the MacPorts port of
clang-3.4, which compiled my program fine, but when I ran it, it gave
exceptions on regexes that it shouldn't! I have a regex std::regex
phone_("\\PHONE ?"), and I learned that their regular expression engine
I was looking at the ticket for Boost 1.54, #39809, since Boost 1.55 also
fails to compile on 10.5.8. Jeremy suggests that ppc users, comment 24,
should use that selection to get Boost to compile. Thought that I might
give it a try. Could I install gcc48 and use port select to select gcc48
with the
Thanks, Ryan,
I adding /opt/local/lib/gcc49/libstdc++.a to the compile line,
following the working case described in the post you found. (It's funny
how selective search engines can be for different people.) While it's
not an ideal solution, this gets me running. I really appreciate your
p
On Dec 6, 2013, at 09:33, M. Daniel Becque wrote:
> Is port gcc48 the correct port to install if I want to use
> configure.compiler=macports-gcc-4.8 on the command line?
Yes, but we don’t support overriding configure.compiler at the command line.
(We may use it as a troubleshooting step from t
Is port gcc48 the correct port to install if I want to use
configure.compiler=macports-gcc-4.8 on the command line?
Dan
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users
On Dec 5, 2013, at 19:00, Craig Treleaven wrote:
> At 5:30 PM -0500 12/5/13, Lenore Horner wrote:
>> I was having problems with Gnucash because something (it turned out to be
>> Tracker installing xuggle) set DYLD_LIBRARY_PATH I've finally gotten that
>> cleared up (env | grep DYLD reports nothi
On Dec 5, 2013, at 23:10, Geoffrey Odhner wrote:
> I just installed MacPorts, and gcc49, and tried to compile a simple program,
> which really should work, but I'm getting a link error. I narrowed it down,
> and if I take out the use of any regex then it will link. I can leave in the
> #incl