Re: Using blt in MacPorts

2008-03-03 Thread Frank Schima
On Mar 3, 2008, at 3:38 PM, Ryan Schmidt wrote: > On Mar 3, 2008, at 16:16, Frank Schima wrote: > frank$ sudo port install ---> Building tk with target all Error: Target org.macports.build returned: shell command " cd "/ opt/local/var/macports/build/_Users_frank_Downloads_tk

Re: Using blt in MacPorts

2008-03-03 Thread Kevin Walzer
Frank Schima wrote: > > OK, that works. Thanks! But now when I try to run my python program, I > get the following runtime error: > > File "./my_python_program.py", line 158, in > parent=Tkinter.Tk() >File "/opt/local/lib/python2.5/lib-tk/Tkinter.py", line 1638, in > __init__ >

Re: Using blt in MacPorts

2008-03-03 Thread Ryan Schmidt
On Mar 3, 2008, at 16:16, Frank Schima wrote: >>> frank$ sudo port install >>> ---> Building tk with target all >>> Error: Target org.macports.build returned: shell command " cd "/ >>> opt/local/var/macports/build/_Users_frank_Downloads_tk84/work/ >>> tk8.4.16/unix" && make all " returned error

Re: Using blt in MacPorts

2008-03-03 Thread Frank Schima
On Mar 3, 2008, at 2:11 PM, Ryan Schmidt wrote: >> I neglected to mention that I'm using Python 2.5 also. So I changed >> my py25-tkinter back to the 8.4 version using the following >> Portfile @30184: >> >> <@30184> >> >> That worked fine (and I had to download the setup.py and add it to >

Re: Using blt in MacPorts

2008-03-03 Thread Ryan Schmidt
On Mar 3, 2008, at 14:38, Frank Schima wrote: > On Mar 3, 2008, at 12:36 PM, Ryan Schmidt wrote: > >> On Mar 3, 2008, at 10:28, Frank Schima wrote: >> >>> Apparently Tcl/Tk version 8.5 conflicts with blt. Until this >>> (hopefully) get fixed, does anyone know some kind of workaround so I >>> can g

Re: Using blt in MacPorts

2008-03-03 Thread Frank Schima
Hi Ryan, On Mar 3, 2008, at 12:36 PM, Ryan Schmidt wrote: On Mar 3, 2008, at 10:28, Frank Schima wrote: Apparently Tcl/Tk version 8.5 conflicts with blt. Until this (hopefully) get fixed, does anyone know some kind of workaround so I can get this running - like maybe somehow install the 8.4

macports erlang build disables smp by default

2008-03-03 Thread Fred Dushin
I thought I'd mention this to any macerlangers out there. Discovered this testing some concurrency code, and saw the following in the erlang Portfile: configure.args --prefix=${destroot}${prefix} \ --enable-threads\ --enable-kernel-poll

Re: unixODBC and postgresql83 are incompatible

2008-03-03 Thread Ryan Schmidt
On Mar 3, 2008, at 13:26, Chris Waterson wrote: > It turns out that postgresql83 can't be installed with unixODBC > present, since unixODBC has a file called "sqltypes.h". It seems > like the postgresql83 build ought to be fixed to ensure that it looks > in build-local directories for include fi

Re: Using blt in MacPorts

2008-03-03 Thread Ryan Schmidt
On Mar 3, 2008, at 10:28, Frank Schima wrote: > Apparently Tcl/Tk version 8.5 conflicts with blt. Until this > (hopefully) get fixed, does anyone know some kind of workaround so I > can get this running - like maybe somehow install the 8.4 version of > Tcl/Tk? This question comes up often enough

unixODBC and postgresql83 are incompatible

2008-03-03 Thread Chris Waterson
It turns out that postgresql83 can't be installed with unixODBC present, since unixODBC has a file called "sqltypes.h". It seems like the postgresql83 build ought to be fixed to ensure that it looks in build-local directories for include files before looking in /opt/ local/include. (Sorry

Re: rsync refusal in MacPorts 1.6.0 install: still busted.

2008-03-03 Thread Ryan Schmidt
On Mar 3, 2008, at 05:30, Kevin Frost wrote: > Greetings. I thought you might be interested to know that the > problem described here is still present: > > http://lists.macosforge.org/pipermail/macports-users/2008-January/ > 008199.html > > I got exactly the same error, persistently, when run

Using blt in MacPorts

2008-03-03 Thread Frank Schima
Hi all, I'm attempting to install blt in MacPorts 1.6.0 (on an Intel MacPro) but it is not working. I have filed a bug on it: Apparently Tcl/Tk version 8.5 conflicts with blt. Until this (hopefully) get fixed, does anyone know some

RE: General Leopard Installation Recommendations - with Admin?Postgres, Postgis...

2008-03-03 Thread L.Wood
>> So, I was wondering what you guys do recommend. In the moment, I am the only >> user and the only admin on the same time on the mac. But, from a >> admin/security perspective, there should be already a different account for >> me as a user and another one for the admin, no? > > Only in certain s

Re: General Leopard Installation Recommendations - with Admin? Postgres, Postgis...

2008-03-03 Thread Randall Wood
On 3/3/08, Stefan Schwarzer <[EMAIL PROTECTED]> wrote: > Hi there, > > I am using a Mac in the office for website development, database > administration, design etc... > > Now, as I am not coming from an admin-, but more from a casual-user-side, I > did run into some admin/su/etc.-problems or chall

General Leopard Installation Recommendations - with Admin? Postgres, Postgis...

2008-03-03 Thread Stefan Schwarzer
Hi there, I am using a Mac in the office for website development, database administration, design etc... Now, as I am not coming from an admin-, but more from a casual-user- side, I did run into some admin/su/etc.-problems or challenges when installing & compiling postgres, postgis, etc.