#OSGEO IRC Log - 2009-11-22

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
10:57:04 issy: hey is anyone awake in here?
12:23:25 wildintellect: issy, sure but for those of us in North America where it's middle of the day its the weekend
12:27:19 issy: wildintellect: ok sure ... its sunday night 12am here
12:27:26 issy: sunday afternoon in US?
12:27:43 wildint: yup
12:27:59 issy: wildintellect: if you dont mind i have a question, i am struggling to get spatialite setup on mac
12:28:06 issy: got it working on my server
12:28:08 issy: ubuntu
12:28:19 issy: but with mac i tried the binary packages
12:28:58 wildint: they should just work - although you have to call them directly
12:29:15 issy: well followed the instructions for setting up on mac
12:29:34 issy: with the KyngChaos Binary packages
12:29:35 issy: but
12:29:42 wildint: ah
12:29:45 issy: when i try to install the SQLITE3.Framework
12:29:57 issy: it gives me an error 'PROJ.Framework required'
12:30:02 issy: but i have installed that
12:30:13 issy: its in /Library/Developer/Frameworks
12:30:15 issy: and...
12:30:23 issy: i have added the directory to my path statement
12:30:34 issy: path shell variable even
12:31:54 issy: i also tried to edit the max environment variables in ~/.MacOSX/environment.plist
12:32:16 issy: bt the package still gives the error
12:35:31 issy: my path:
12:35:59 issy: PATH
12:36:59 wildint: I don't have a mac so my help on this is limited, the best thing I would say is to ask on the spatialite email list - I think the builder of that framework is on it
12:38:55 issy: ok thanks
12:39:18 issy: got it setup on linux in a pinch
12:39:23 issy: :\ *sigh*
12:39:31 issy: max/windows always the issue
12:39:53 issy: mac even
12:40:38 wildint: well you can use the binaries from http://www.gaia-gis.it/spatialite/binaries.html
12:40:39 sigq: Title: SpatiaLite precompiled binaries download page ( at www.gaia-gis.it )
12:41:00 wildint: they just won't be in the path by default if you need other applications to see it
12:43:46 wildint: issy, which version of Mac are you on?
12:47:30 issy: wildint: 10.5.6
12:47:34 issy: snow leopard
12:48:09 wildint: I bet that's the issue, I'm not sure all those builds have been redone and tested for snow leopard yet
12:48:37 issy: wildint: ahh yeah that could be it... so best would be to comppile from soutrce
12:49:00 wildint: there are some scripts on the site
12:49:06 wildint: that should help
12:49:10 issy: yep
12:49:27 issy: will take a look, or maybe just try the hairy goal of compiling from source on mac
12:49:32 issy: prob on mac is
12:49:36 issy: the SQLITE3 version
12:50:21 issy: is not compiled with RTREE which is required by spatialite
12:50:33 issy: so you have to recompile/use another ver of sqlite3
12:50:39 issy: then bolt on spatialite after