Re: [q-lang-users] Problems installing on OS X
Brought to you by:
agraef
From: Tim H. <q...@st...> - 2008-04-07 10:53:12
|
Don Groves <dg...@cc...> writes: > Hi, all -- > > I'm highly interested in Q and just tried to install the MacPorts > version with the following results: > > ---> Fetching pkgconfig > ... > ---> Activating zlib 1.2.3_1 > Error: Target org.macports.activate returned: Image error: /opt/local/ > include/zconf.h already exists and does not belong to a registered > port. Unable to activate port zlib. > Error: The following dependencies failed to build: curl zlib gmp > readline ncurses ncursesw > Error: Status 1 encountered during processing. > > Any help will be greatly appreciated. Where did you get your /opt/local/include/zconf.h from, if not ports? Either remove the offending files, run port clean zlib && port install zlib , or you can forcibly activate it with port -f activate zlib and resume, see what that does. I just grabbed and built the latest MacPorts (on a PPC box) over this past weekend and had no such problem. So finally... | zsh, pizza 11:08AM ~/ # port install q | ---> Fetching q | ---> Attempting to fetch q-7.10.tar.gz from | http://downloads.sourceforge.net/q-lang | ---> Verifying checksum(s) for q | ---> Extracting q | ---> Configuring q | ---> Building q with target all | ---> Staging q into destroot | ---> Installing q 7.10_0 | ---> Activating q 7.10_0 | ---> Cleaning q | zsh, pizza 11:16AM ~/ # It works! Needs more variants adding for things like ODBC, I think... ~Tim -- <http://spodzone.org.uk/> |