Re: Installing GNUstep using MacPorts

2013-12-01 Thread Ryan Schmidt
On Dec 2, 2013, at 01:10, Kevin Ingwersen wrote: > Well, I may actually start to volunteer for gnustep-macports. I just need to > finally get a working compiler that can compile gnustep correctly. The only > and current issue are some basic includes and weird declaration errors like: > > /Syst

Re: sudo port install gdb problem

2013-12-01 Thread Ryan Schmidt
On Dec 1, 2013, at 18:45, Brandon Allbery wrote: > On Sun, Dec 1, 2013 at 7:44 PM, Ryan Schmidt wrote: >> On Dec 1, 2013, at 18:38, Brandon Allbery wrote: >> > On Sun, Dec 1, 2013 at 7:37 PM, Ryan Schmidt wrote: >> >> Since +gcc47 is already in the installed variants, you may actually have >> >> t

Re: sudo port install gdb problem

2013-12-01 Thread Brandon Allbery
On Sun, Dec 1, 2013 at 7:44 PM, Ryan Schmidt wrote: > On Dec 1, 2013, at 18:38, Brandon Allbery wrote: > > On Sun, Dec 1, 2013 at 7:37 PM, Ryan Schmidt wrote: > >> Since +gcc47 is already in the installed variants, you may actually > have to explicitly disable it: > >> > >> sudo port upgrade -

Re: sudo port install gdb problem

2013-12-01 Thread Ryan Schmidt
On Dec 1, 2013, at 18:38, Brandon Allbery wrote: > On Sun, Dec 1, 2013 at 7:37 PM, Ryan Schmidt wrote: >> Since +gcc47 is already in the installed variants, you may actually have to >> explicitly disable it: >> >> sudo port upgrade --enforce-variants arpack +accelerate +openmpi -gcc47 >> > D

Re: Installing GNUstep using MacPorts

2013-12-01 Thread Ryan Schmidt
On Dec 1, 2013, at 14:32, Lars Sonchocky-Helldorf wrote: > Did you try mailing to macports-users ? > This list is somewhat active, I have no idea whether someone responds to > those addresses inside the portfiles. > > cheers, > > Lars > > Am 01.12.2013 um 18:29 schrieb Adam Fedor: >

Re: sudo port install gdb problem

2013-12-01 Thread Brandon Allbery
On Sun, Dec 1, 2013 at 7:37 PM, Ryan Schmidt wrote: > > On Dec 1, 2013, at 08:23, Brandon Allbery wrote: > > sudo port upgrade --enforce-variants arpack +accelerate+openmpi > > > > (note lack of +gcc47, which was the bug). > > Since +gcc47 is already in the installed variants, you may actually

Re: sudo port install gdb problem

2013-12-01 Thread Ryan Schmidt
On Dec 1, 2013, at 08:23, Brandon Allbery wrote: > Older versions of various ports using openmpi had a bug where they thought > they could specify it along with a compiler; in fact, openmpi requires that > the same compiler be used everywhere and acts like a compiler itself. The fix > for this

Re: How to compile C++ is_pod?

2013-12-01 Thread Christopher Jones
Hi, you are compiling it incorrectly (Its C++ code, not C). Use 'g++-mp-4.7’. Chris On 1 Dec 2013, at 7:47pm, Peng Yu wrote: > Hi, > > http://www.cplusplus.com/reference/type_traits/is_pod/ > > I'm trying to compile the above code. But I get the following error. > Do I use the correct option

Re: Any chance of seeing a port of Conky?

2013-12-01 Thread Chris Jones
Hi, > On 1 Dec 2013, at 09:07 pm, Brandon Allbery wrote: > >> On Sun, Dec 1, 2013 at 4:05 PM, Chris Jones wrote: >>> On 1 Dec 2013, at 09:02 pm, Brandon Allbery wrote: >> On Sun, Dec 1, 2013 at 3:52 PM, Christopher Jones wrote: On 1 Dec 2013, at 7:29pm, Tim Haigh wrote:

Re: Any chance of seeing a port of Conky?

2013-12-01 Thread Brandon Allbery
On Sun, Dec 1, 2013 at 4:05 PM, Chris Jones wrote: > On 1 Dec 2013, at 09:02 pm, Brandon Allbery wrote: > > On Sun, Dec 1, 2013 at 3:52 PM, Christopher Jones < > jon...@hep.phy.cam.ac.uk> wrote: > >> On 1 Dec 2013, at 7:29pm, Tim Haigh wrote: >> > iStat Menus costs $16 where as gkrellm costs no

Re: Any chance of seeing a port of Conky?

2013-12-01 Thread Chris Jones
Hi, > On 1 Dec 2013, at 09:02 pm, Brandon Allbery wrote: > >> On Sun, Dec 1, 2013 at 3:52 PM, Christopher Jones >> wrote: >> On 1 Dec 2013, at 7:29pm, Tim Haigh wrote: >> > iStat Menus costs $16 where as gkrellm costs nothing. >> >> I didn’t say iStat Menus. I said iStats Pro, which costs n

Re: Any chance of seeing a port of Conky?

2013-12-01 Thread Brandon Allbery
On Sun, Dec 1, 2013 at 3:52 PM, Christopher Jones wrote: > On 1 Dec 2013, at 7:29pm, Tim Haigh wrote: > > iStat Menus costs $16 where as gkrellm costs nothing. > > I didn’t say iStat Menus. I said iStats Pro, which costs nothing. > Is that even maintained any more? When I upgraded my desktop to

Re: Any chance of seeing a port of Conky?

2013-12-01 Thread Christopher Jones
Hi, On 1 Dec 2013, at 7:29pm, Tim Haigh wrote: > iStat Menus costs $16 where as gkrellm costs nothing. I didn’t say iStat Menus. I said iStats Pro, which costs nothing. > > gkrellm is much more fun, customising, skinable and there are plugins. Cannot argue there. Chris smime.p7s Descrip

Re: Installing GNUstep using MacPorts

2013-12-01 Thread Lars Sonchocky-Helldorf
Did you try mailing to macports-users ? This list is somewhat active, I have no idea whether someone responds to those addresses inside the portfiles. cheers, Lars Am 01.12.2013 um 18:29 schrieb Adam Fedor: > I would not use macports. The gnustep package on on macports is really reall

How to compile C++ is_pod?

2013-12-01 Thread Peng Yu
Hi, http://www.cplusplus.com/reference/type_traits/is_pod/ I'm trying to compile the above code. But I get the following error. Do I use the correct option for gcc-mp-4.7. Or there is some error with my gcc-mp-4.7 installation? Thanks. ~/linux/test/cpp/cpp/library/type_traits/is_pod$ gcc-mp-4.7

Re: Any chance of seeing a port of Conky?

2013-12-01 Thread Tim Haigh
iStat Menus costs $16 where as gkrellm costs nothing. gkrellm is much more fun, customising, skinable and there are plugins. On 1 Dec 2013, at 11:24, Christopher Jones wrote: > > On 1 Dec 2013, at 10:39am, Jeff Friedman wrote: > >> I think gkrellm is just what I'm after. Thanks, Tim.

Re: sudo port install gdb problem

2013-12-01 Thread Brandon Allbery
On Sun, Dec 1, 2013 at 9:13 AM, Peng Yu wrote: > I see the following error message. Does anybody know what is wrong > with it and how to get it work? Thanks. > > ~$ sudo port install gdb > ---> Cleaning gdb > gdb was already installed, so it didn't actually do anything. MacPorts does a sanity

sudo port install gdb problem

2013-12-01 Thread Peng Yu
Hi, I see the following error message. Does anybody know what is wrong with it and how to get it work? Thanks. ~$ sudo port install gdb ---> Cleaning gdb ---> Scanning binaries for linking errors: 100.0% ---> Found 14 broken file(s), matching files to ports ---> Found 1 broken port(s), determ

Re: gcc45 dependency for Octave?

2013-12-01 Thread Ben Abbott
Yes, I did follow the migration instructions. On Nov 30, 2013, at 11:31 PM, Brandon Allbery wrote: > On Sat, Nov 30, 2013 at 9:09 PM, Ben Abbott wrote: > I had been able to duplicate the problem, but after a selfupdate and another > attempt, all works as it should. I had just installed Maveri

Re: Any chance of seeing a port of Conky?

2013-12-01 Thread Christopher Jones
On 1 Dec 2013, at 10:39am, Jeff Friedman wrote: > I think gkrellm is just what I'm after. Thanks, Tim. Indeed, its an excellent utility I’ve used for years on linux systems … On OSX though, I’ve tended to favour the iStatPro desktop widget. Does much the same thing... > > Jeff > > > O

Re: Any chance of seeing a port of Conky?

2013-12-01 Thread Jeff Friedman
I think gkrellm is just what I'm after. Thanks, Tim. Jeff On Sat, Nov 30, 2013 at 10:27 PM, Tim Haigh wrote: > Why not install gkrellm it is great and does pretty much was Conky does. > > > > > > > On 30 Nov 2013, at 20:59, Jeff Friedman wrote: > > Looks good, Craig. I will have a look in