Re: [Qgis-user] QGIS installation problem with Mac OSX 10.8.4 and some Qt4 Modules

2013-07-06 Thread Marcel Stadelmann
Hello, I removed everything from homebrew which could cause problems for a QGIS installation. I just left bison and expat in homebrew, for sqlite I was not sure if I can leave it (see below the brew list). Then I installed the required components according the install instruction, Qt 4.8.5,

Re: [Qgis-user] Crash: merge shapefiles

2013-07-06 Thread Filipe Dias
Merge shapes from SAGA GIS (which can be used via Sextante) is quite fast, even with large shapefiles. On Fri, Jul 5, 2013 at 10:25 PM, Giovanni Manghi giovanni.man...@faunalia.pt wrote: Hi, As I've got loads of shapefiles, to define the .prj for each is not realistic

Re: [Qgis-user] [Qgis-developer] SEXTANTE adaptation to new SAGA version

2013-07-06 Thread samuelm...@gmail.com
Thanks Victor for the great work with SEXTANTE. In Arch Linux distribution is available the SAGA GIS v2.1.0 update to be installed from AUR repositories. https://aur.archlinux.org/packages/saga-gis/ Thanks, Samuel Mesa. 2013/7/4 Victor Olaya vola...@gmail.com Hi all SAGA 2.1.0 has just

Re: [Qgis-user] [Qgis-developer] SEXTANTE adaptation to new SAGA version

2013-07-06 Thread Filipe Dias
Does anyone know if there's a ppa for Linux Ubuntu 12.04 available with SAGA GIS 2.10? On Sat, Jul 6, 2013 at 3:22 PM, samuelm...@gmail.com samuelm...@gmail.comwrote: Thanks Victor for the great work with SEXTANTE. In Arch Linux distribution is available the SAGA GIS v2.1.0 update to be

[Qgis-user] No data in attribute table using GPS module on PC tablet

2013-07-06 Thread Christophe TUFFERY
I'm using QGIS GPS module on PC tablet (MOTION COMPUTING F5t) under Windows 7. It works fine ! But I don't get any attribute data in attribute table. I didn't find any ticket on that point in QGIS wiki. Thanks by advance for any answer or idea. Christophe TUFFERY

Re: [Qgis-user] QGIS installation problem with Mac OSX 10.8.4 and some Qt4 Modules

2013-07-06 Thread Marcel Stadelmann
yeah, there was an old sipconfig.pyc in /usr/local/lib/python2.7/site-packages/ (the results of your instructions see below). After deleting sipconfig.pyc, the python configuration passed, but then i got stacked while make -j 8. The following failures appeared: g++ -c -pipe -fPIC -O2 -Wall -W

Re: [Qgis-user] QGIS installation problem with Mac OSX 10.8.4 and some Qt4 Modules

2013-07-06 Thread William Kyngesburye
make sure to delete the corresponding /usr/local/lib/python2.7/site-packages/sipconfig.py file, just to make sure. And any other sip and pyqt files and folders left there. Also, try compiling without the -j 8 flag (it will take a lot longer to compile), sometimes too much parallel compilation

Re: [Qgis-user] QGIS installation problem with Mac OSX 10.8.4 and some Qt4 Modules

2013-07-06 Thread Marcel Stadelmann
I use Xcode 4.6.3 Cmake QGIS didn't work. First GDAL was not found. After including -D GDAL_CONFIG=/Library/Frameworks/GDAL.framework/Versions/1.10/unix/bin/gdal-config it was found, but other errors occurred (see below). What could it be? Marcels-iMac:build Marcello$ cmake -D

Re: [Qgis-user] QGIS installation problem with Mac OSX 10.8.4 and some Qt4 Modules

2013-07-06 Thread William Kyngesburye
This is very strange, cmake should be finding all the frameworks (GEOS, PROJ, SQLite/Spatialite) and not other libraries. You have to explicitly set a cmake variable so it doesn't prefer frameworks over libraries. Maybe cmake is misbehaving - what is your cmake version? On Jul 6, 2013, at

Re: [Qgis-user] QGIS installation problem with Mac OSX 10.8.4 and some Qt4 Modules

2013-07-06 Thread William Kyngesburye
Current stable was 2.8.11 (what I have) until a few days ago. 2.8.11.2 was released Jul 3. I don't see any changes in the latest release or in master that might cause this behavior. 2.8.11.2 still works for me, but I don't have anything in /usr/local that would confuse it. On Jul 6, 2013,