port install painfully slow

2013-12-08 Thread Brian D. McGrew
All of the sudden, a port install is painfully slow. Not sure why, not seeing any debug as to what's going on??? See my comments to the debug out below in red. 57_ sudo port -dv install mysql55 dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid

How to make c++ realize empty character constant ''?

2013-12-08 Thread Gmail
Hi all I am trying to compile the following statements using CPP. IF ( denominator 0 ) THEN IF ( mod( numerator, denominator ) /= 0 ) THEN IF ( numerator 0 ) THEN WRITE(frac_str,FMT=('+',I2.2,'/',I2.2)) abs(numerator), denominator ELSE ! numerator 0

Installing mysql for digikam

2013-12-08 Thread David Lyon
Imac running OS 10.9 with Xcode 5.0.2, Xcode Command Line Tools extension package for Maverick, MacPort, and digikam (3.5.0). I am unsophisticated regarding the language of Open Source but was successful in getting all the items installed to open Digikam. However, when it opens it is very

Re: port install painfully slow

2013-12-08 Thread Brandon Allbery
On Sun, Dec 8, 2013 at 8:49 AM, Brian D. McGrew br...@visionpro.com wrote: dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid I suggest you find out what is setting these, as MacPorts executes most things *not* as root and they can be

Re: How to make c++ realize empty character constant ''?

2013-12-08 Thread Brandon Allbery
On Sun, Dec 8, 2013 at 1:35 PM, Gmail yangz...@gmail.com wrote: Does anyone know how to make cpp can compile empty character constant? There is no such thing. What would it mean? If you're trying to make a C/C++ string, perhaps you want '\0'. But I can't tell what language you are working

Re: fife Unknown Horizons Game

2013-12-08 Thread Mark Anderson
I tried sometime ago, fife is not the easiest thing to build on the mac. But I'd be willing to help out. If you can help figure out how to get it to compile, we can make a port file. —Mark ___ Mark E. Anderson e...@emer.net On Sun, Dec 8, 2013 at 5:05 PM, Jean-François Caron

Re: webkit-gtk requires libc++ -- MacOS 10.9 or XCode 5?

2013-12-08 Thread Richard Cobbe
On Sat, Dec 07, 2013 at 11:13:26AM -0600, Ryan Schmidt wrote: On Dec 7, 2013, at 09:31, Richard Cobbe wrote: MacPorts 2.2.1, MacOS 10.8.5, XCode 4.6.3. I tried to do a port selfupdate; port upgrade outdated this morning, and it failed when attempting to install webkit-gtk: Error:

Re: Link Error Using gcc49 port on Mac OS 10.9

2013-12-08 Thread Juhász Ádám
Btw, this is also an issue on Linux, and in gcc in general. - Sorry for the broken up mails. 2013.12.08. 0:27 ezt írta (Juhász Ádám jad...@gmail.com): I've run in to this error before recently; unfortunately it parses wrong the content of []. As it is stated (I'm not sure where I've read it,

Re: Link Error Using gcc49 port on Mac OS 10.9

2013-12-08 Thread Juhász Ádám
I've run in to this error before recently; unfortunately it parses wrong the content of []. As it is stated (I'm not sure where I've read it, http://www.cplusplus.com/ I guess) not everything is supported from the c++11 standard yet, however, the boost library provides with the exact same regex

Problem with std::istream::get

2013-12-08 Thread Geoffrey Odhner
Now I have a problem with std::istream::get. I resolved my problem with the backslash adequately for now. I neglected the one syntax that is accepted by the regex parser, octal encoding. \134 is accepted as specifying a literal backslash. Now I do intend to file a bug report on the crash