Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-07-03 Thread William Kyngesburye
On Jul 3, 2011, at 3:41 PM, Jürgen E. Fischer wrote: > Hi William, > > On Sun, 03. Jul 2011 at 14:00:53 -0500, William Kyngesburye wrote: >> Any luck yet? > >> Jurgen, as you seem to be the Windows guy for QGIS, maybe you can test my >> fork, make sure there are no compilation problems? > >> I

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-07-03 Thread Jürgen E . Fischer
Hi William, On Sun, 03. Jul 2011 at 14:00:53 -0500, William Kyngesburye wrote: > Any luck yet? > Jurgen, as you seem to be the Windows guy for QGIS, maybe you can test my > fork, make sure there are no compilation problems? > I'd like to get my cmake cleanup and Mac framework changes into qgis

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-07-03 Thread William Kyngesburye
Any luck yet? Jurgen, as you seem to be the Windows guy for QGIS, maybe you can test my fork, make sure there are no compilation problems? I'd like to get my cmake cleanup and Mac framework changes into qgis master soon. On Jun 20, 2011, at 9:35 AM, William Kyngesburye wrote: > On Jun 20, 201

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-06-20 Thread William Kyngesburye
On Jun 20, 2011, at 9:24 AM, Tim Sutton wrote: > Hi > > > > On Mon, Jun 20, 2011 at 3:42 PM, William Kyngesburye > wrote: >> On Jun 20, 2011, at 7:14 AM, Tim Sutton wrote: >> >>> Hi >>> >>> On Sun, Jun 19, 2011 at 9:31 PM, Tim Sutton wrote: Hi On Sun, Jun 19, 2011 at 7:00 PM

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-06-20 Thread Tim Sutton
Hi On Mon, Jun 20, 2011 at 3:42 PM, William Kyngesburye wrote: > On Jun 20, 2011, at 7:14 AM, Tim Sutton wrote: > >> Hi >> >> On Sun, Jun 19, 2011 at 9:31 PM, Tim Sutton wrote: >>> Hi >>> >>> On Sun, Jun 19, 2011 at 7:00 PM, William Kyngesburye >>> wrote: Did you get a chance to try a Wi

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-06-20 Thread William Kyngesburye
On Jun 20, 2011, at 7:14 AM, Tim Sutton wrote: > Hi > > On Sun, Jun 19, 2011 at 9:31 PM, Tim Sutton wrote: >> Hi >> >> On Sun, Jun 19, 2011 at 7:00 PM, William Kyngesburye >> wrote: >>> Did you get a chance to try a Windows build on my fork? I realize you've >>> probably been busy with 1.7 r

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-06-20 Thread Tim Sutton
Hi On Sun, Jun 19, 2011 at 9:31 PM, Tim Sutton wrote: > Hi > > On Sun, Jun 19, 2011 at 7:00 PM, William Kyngesburye > wrote: >> Did you get a chance to try a Windows build on my fork?  I realize you've >> probably been busy with 1.7 release stuff ;) >> Ok I started to test - here is the first

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-06-19 Thread Tim Sutton
Hi On Sun, Jun 19, 2011 at 7:00 PM, William Kyngesburye wrote: > Did you get a chance to try a Windows build on my fork?  I realize you've > probably been busy with 1.7 release stuff ;) > Sorry no I didnt get a chance. I'm ccing this to myself so I will see it when I get into work tomorrow. Re

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-06-19 Thread William Kyngesburye
Did you get a chance to try a Windows build on my fork? I realize you've probably been busy with 1.7 release stuff ;) On Jun 3, 2011, at 8:14 PM, Tom Elwertowski wrote: > The Python library is loading again. Your revisions work for my OS X build. > > Tom > > William Kyngesburye wrote: >> Inde

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-06-03 Thread William Kyngesburye
On Jun 3, 2011, at 3:01 PM, Tim Sutton wrote: > Hi William > > I tested on ubuntu natty 64 bit and all seemed to build fine. I tested > both checking out your master branch and then building in my existing > build-master build dir (worked fine), and by creating a new build dir > and building ever

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-06-03 Thread Tom Elwertowski
The Python library is loading again. Your revisions work for my OS X build. Tom William Kyngesburye wrote: Indeed, I had to change qgispython back to a library - the runtime loading uses QLibrary, which looks for a dylib and would need an explicit path to find a framework, too much hassle. _

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-06-03 Thread Tim Sutton
Hi William I tested on ubuntu natty 64 bit and all seemed to build fine. I tested both checking out your master branch and then building in my existing build-master build dir (worked fine), and by creating a new build dir and building everything from scratch and with all options enabled. All seems

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-06-02 Thread William Kyngesburye
Indeed, I had to change qgispython back to a library - the runtime loading uses QLibrary, which looks for a dylib and would need an explicit path to find a framework, too much hassle. On Jun 2, 2011, at 9:11 PM, William Kyngesburye wrote: > Ah, the bits in the code that I haven't gotten to yet

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-06-02 Thread William Kyngesburye
Ah, the bits in the code that I haven't gotten to yet in my framework-ization - this is looking for the library still. Maybe those I should leave qgispython as a library, since it's not public. But, shouldn't affect other platforms... On Jun 2, 2011, at 8:30 PM, Tom Elwertowski wrote: > Hi Wi

Re: [Qgis-developer] cmake cleanup to test (all platforms)

2011-06-02 Thread Tom Elwertowski
Hi William, It built ok for me using OS X 10.5.8 but there seems to be a path problem loading Python: Debug: /Users/tce/developer/qgis/kyngchaos/Quantum-GIS/src/app/qgisapp.cpp: 4591: (loadPythonSupport) Couldn't load Python support library: Cannot load library /Users/tce/developer/qgis/ky

[Qgis-developer] cmake cleanup to test (all platforms)

2011-06-02 Thread William Kyngesburye
I've been working on some build stuff for OS X which includes general changes and cleanup in the cmake configuration. So far it's OK on OS X, and I compiled on Ubuntu with no problems, though not with all optional dependencies and some older ones. It's in my master fork on github and I'd like