Re: Getting gcc4.4 to work with XCode

2010-01-31 Thread William B. Clodius
I believe that the version of gcc that I have in /usr/local was from the High Performance Computing website a couple ;years ago, when, as often happens with me, I got distracted. The version in /alt/local has the appropriate date to be from the macport distribution, I suspect that it determined

Re: Installing OPENVPN2 as i386 on Snow Leopard

2010-01-31 Thread Kastus Shchuka
On Jan 31, 2010, at 4:52 AM, Michael Hieb wrote: Hi Scott, The suggestion is much appreciated. Without debating the merits of one VPN implementation over another, I think I need Open VPN as the network is a mixed platform Linux/Mac and Open VPN works well on everything except the Macbook

Re: Setting up mysql5

2010-01-31 Thread Harald Hanche-Olsen
+ Scott Haneda : > Here is how I have been getting it to work: > [...] Thanks. I have another machine to set up once it is done doing a massive "port upgrade outdated". (It hasn't been done since June, and it appears to require a couple days' worth of compiling stuff.) - Harald _

What is a dependent?

2010-01-31 Thread Harald Hanche-Olsen
In order to do a bit of housecleaning, getting rid of old ports that I am not really using, I thought I could run "port dependents active" and deactivate the ports that come up with "has no dependents!" and that I am otherwise not interested in. But then I come up with oddities like the following:

Re: Setting up mysql5

2010-01-31 Thread Scott Haneda
On Jan 30, 2010, at 7:17 PM, Harald Hanche-Olsen wrote: > I just installed mysql5. Compiling it went fine, and running it seems > to be no problem using the supplied launchd item. > > However, I am unable to connect to the database: > > ; mysql5 -h localhost -u root > ERROR 1045 (28000): Access

Re: Switching X11/XQuartz on 10.6

2010-01-31 Thread Jeremy Huddleston
On Jan 31, 2010, at 14:41, Dominik Reichardt wrote: > Hi, > > I'm wondering how to make the MacPorts X11 built the default X11 on Snow > Leopard. Just edit the Portfile for xinit to install the LaunchAgent. Delete this line: # Leave this on SnowLeopard and later once it supports side

Switching X11/XQuartz on 10.6

2010-01-31 Thread Dominik Reichardt
Hi, I'm wondering how to make the MacPorts X11 built the default X11 on Snow Leopard. I know it is possible because I once did it with the 2.5 beta of XQuartz but I forgot what I did and atm I have that beta as default. How do I switch either back to the x11 that shipped with SL or to the X11 t

Re: Getting gcc4.4 to work with XCode

2010-01-31 Thread Prokash Sinha
On Sun, Jan 31, 2010 at 10:26 AM, Ryan Schmidt wrote: > On Jan 31, 2010, at 12:16, Prokash Sinha wrote: > > > I had !!, so yes, I also don't like the idea. While I don't know if it is > possible to direct the paths to the new installation of app using Macports > from Xcode configuration, if it is

Re: Getting gcc4.4 to work with XCode

2010-01-31 Thread Ryan Schmidt
On Jan 31, 2010, at 12:16, Prokash Sinha wrote: > I had !!, so yes, I also don't like the idea. While I don't know if it is > possible to direct the paths to the new installation of app using Macports > from Xcode configuration, if it is not there then what is the use of these > Macports? It s

Re: Getting gcc4.4 to work with XCode

2010-01-31 Thread Prokash Sinha
Inline ... On Sun, Jan 31, 2010 at 9:15 AM, Ryan Schmidt wrote: > I'm assuming you meant to send this to the list too, so I'm Cc'ing the list > on this reply. > > > On Jan 31, 2010, at 11:06, Prokash Sinha wrote: > > > I don't know if you could grab gcc44 source, then build it. If that could > be

Re: Getting gcc4.4 to work with XCode

2010-01-31 Thread Ryan Schmidt
I'm assuming you meant to send this to the list too, so I'm Cc'ing the list on this reply. On Jan 31, 2010, at 11:06, Prokash Sinha wrote: > I don't know if you could grab gcc44 source, then build it. If that could be > done, then you could configure the tree as follows - > ./configure --prefi

Re: kile-devel port failed on Tiger

2010-01-31 Thread Joachim
For the problem of kile-devel I found a page which gives an instruction to compile it "by hand" on MacOSX in German, but only for => 10.5 Leopard, . See: http://www.rz.uni-konstanz.de/activekb/questions/175/Kile+als+LaTeX+Editor+auf+dem+Mac But in the comments to it an "authe" wrote to have i

Re: Getting gcc4.4 to work with XCode

2010-01-31 Thread Miguel Cerviño
Hello, Take a look to High Performance Computing for Mac OS X at: http://hpc.sourceforge.net/index.php It provide the binaries of compiled gcc 4.5 and there is several links for implementation inside XCode (although I had never be able to make it works properly :( but ...) All the directory tre

Re: Howto force i386 build on Snow Leopard / macports 1.8.2

2010-01-31 Thread Michael Hieb
Perfect. This did the trick and indeed the i386 executable works. Thank you. On Sun, 31 Jan 2010, Joshua Root wrote: > On 2010-2-1 00:00 , Michael Hieb wrote: > > I have tried to date setting the configure.cflags-append in the openvpn2 > > portfile. e.g. > > > > configure.cflags-append = "-arch

Re: Howto force i386 build on Snow Leopard / macports 1.8.2

2010-01-31 Thread Joshua Root
On 2010-2-1 00:00 , Michael Hieb wrote: > I have tried to date setting the configure.cflags-append in the openvpn2 > portfile. e.g. > > configure.cflags-append = "-arch i386" > > and find the executable fails to build with multiple architectures (i386 and > x86_64) > > I also tried to use a buil

Re: Howto force i386 build on Snow Leopard / macports 1.8.2

2010-01-31 Thread Dominik Reichardt
Hi, look at other 32bit only ports, change the portfile accordingly and then try whether it builds ok :) Wine and Dosbox are examples that I know of that build in 32bit only. Good luck. Dom > Can anyone give some guidance as to how to force macports to build openvpn > i386 executable only (and

Howto force i386 build on Snow Leopard / macports 1.8.2

2010-01-31 Thread Michael Hieb
Can anyone give some guidance as to how to force macports to build openvpn i386 executable only (and not x86_64) under Snow Leopard / macports 1.8.2 as this appears the only way to get the macport of openvpn to work at present. Details below and apologies for the duplicate post but I thought it

Re: Installing OPENVPN2 as i386 on Snow Leopard

2010-01-31 Thread Michael Hieb
Hi Scott, The suggestion is much appreciated. Without debating the merits of one VPN implementation over another, I think I need Open VPN as the network is a mixed platform Linux/Mac and Open VPN works well on everything except the Macbook Pro running Snow Leopard (including older Macs already

Re: Getting gcc4.4 to work with XCode

2010-01-31 Thread Ryan Schmidt
On Jan 30, 2010, at 17:06, William B. Clodius wrote: > I downloaded and installed macport gcc44 primarily so I could use more recent > versions of gfortran than are supported by Apple's gcc 4.2 distributed with > XCode. I didn't think any version of Xcode supplied any version of any Fortran c

Re: Setting up mysql5

2010-01-31 Thread Ryan Schmidt
On Jan 30, 2010, at 21:17, Harald Hanche-Olsen wrote: > I just installed mysql5. Compiling it went fine, and running it seems > to be no problem using the supplied launchd item. > > However, I am unable to connect to the database: > > ; mysql5 -h localhost -u root > ERROR 1045 (28000): Access de