Re: [Qgis-developer] Map canvas flickers

2012-08-04 Thread Matthias Kuhn
Hi Ivan, As far as I can see, it is very likely that these issues are related. If you want to be sure and you are able to compile qgis by yourself, you can check the patch I attached in the other thread. Regards On Fri, 2012-08-03 at 22:05 +0200, Ivan Mincik wrote: Hi Matthias, do you think

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-04 Thread John Abraham
I hope this isn't counter productive, but I've found the macports system to be a useful way of understanding the steps to compile on OSX. Essentially, a portfile in macports has the instructions for downloading the unix source code, has a set of patch files to the unix source/makefiles, and

[Qgis-developer] Moving SEXTANTE into QGIS core

2012-08-04 Thread Tim Sutton
Hi All (Especially Paolo and Victor) For interest of others, Paolo, Victor and myself had an offlist discussion about the procedure for moving SEXTANTE into QGIS core. This weekend I took the first step my exporting the SEXTANTE plugin from svn and bringing it over to the QGIS repo with all it's

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-04 Thread Noli Sicad
Hi John, Try installing SIP. brew install sip Post result. Thanks. Noli On Sunday, August 5, 2012, John C. Tull wrote: I think you must have something else going wrong on your system. Perhaps your mixing too many different build systems. I use homebrew and it is fine for me on Mountain

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-04 Thread Noli Sicad
I need to know where c++ is symbolic link. /usr/bin/c++ ( mine is broken) Can somebody tell me the results when you double click c++ in your system, I am assuming that you install Command Line Tools or any dev tools in your Mac OS X. Noli On 8/5/12, Noli Sicad nsi...@gmail.com wrote: Hi

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-04 Thread Noli Sicad
Hi Larry, On 8/5/12, Larry Shaffer lar...@dakotacarto.com wrote: Hi, Sorry to top post, but... I have not had any significant problems following INSTALL to build master branch on Mt. Lion today. I have just updated the Mac notes with some optional info on installing ccache, and some cmake

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-04 Thread Noli Sicad
Hi Larry, Now, this is the tricky part using my qmake for PyQt and QtSDK. I need help in this part. ### Based on the instruction (1) python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin Nolis-MacBook-Pro:PyQt-mac-gpl-4.9.4 nsicad$ python2.7 configure.py -d

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-04 Thread Noli Sicad
OK. Figure it out with -g python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin -g GPL v3 Read the license (scroll down) Accept the license Yes make sudo make install I think this is important to include -g (as showed above). Noli On 8/5/12, Noli Sicad

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-04 Thread Noli Sicad
I think this most important part of using QtSDK for Mac OS X is ~/.bash_profile file. Create this file and add your bin and lib. e.g. export PATH=$PATH:/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/bin:$PATH export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/lib ###