Re: [Qgis-developer] Re: Error_while _Compiling _Qgis_using _MSVC

2011-05-13 Thread Tim Sutton
Hi Sunil Maybe you should start a new thread since you seem to be talking about linux issues now. Some distros require you to add /usr/lib64/grass64/lib to your /etc/ld.so.conf After adding it do ldconfig All above need to be done as sudo / root. Regards Tim On Fri, May 13, 2011 at 7:38

Re: [Qgis-developer] Re: Error_while _Compiling _Qgis_using _MSVC

2011-05-13 Thread Tim Sutton
Hi On Tue, May 10, 2011 at 4:21 PM, sttsx sso...@tai.com.tr wrote: You won't get much thing even if you follow the notes carefully.  There are many things missing in windows installation instructions. There are tons of compilation errors. I could not fix them all and I give up after dealing

Re: [Qgis-developer] Re: Error_while _Compiling _Qgis_using _MSVC

2011-05-12 Thread sunilrajkiran pichaimani
HI , ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Re: Error_while _Compiling _Qgis_using _MSVC

2011-05-12 Thread sunilrajkiran pichaimani
Hi I have successfully compiled QGIS in both Windows and Ubuntu , Thanks to all. But when I install QGIS in both, Though QGIS runs smoothly I could not able to load Grass plugin in both platforms, when I run in debug mode I find out the issue Failed to load:

Re: [Qgis-developer] Re: Error_while _Compiling _Qgis_using _MSVC

2011-05-11 Thread sunilrajkiran pichaimani
+1 to sstx , I followed the same steps from INSTALL.doc but could not suceed still I got the last 2 errors as Generating ui_qgsplugininstalleroldreposbase.py 'import site' failed; use -v for traceback Traceback (most recent call last): File

Re: [Qgis-developer] Re: Error_while _Compiling _Qgis_using _MSVC

2011-05-11 Thread Alexander Bruy
Try to add environment variable PYTHONHOME = С:\OSGeo4W\apps\Python25. I've always use this instruction http://gis-lab.info/qa/qgis-compile-vce.html (sorry, it's in Russian) and have no problems with compiling. Note, that this instruction is very similar with INSTALL file from QGIS source tree

Re: [Qgis-developer] Re: Error_while _Compiling _Qgis_using _MSVC

2011-05-10 Thread Tim Sutton
Hi Did you run cmake-gui from within an osgeo shell environment? Regards Tim On Tue, May 10, 2011 at 1:52 PM, sttsx sso...@tai.com.tr wrote: 1- download sip. 2- configure with python( python configure.py) 3- Some folders and files are generated by python(siplib directory + sip.exe + some

RE: [Qgis-developer] Re: Error_while _Compiling _Qgis_using _MSVC

2011-05-10 Thread Sunilrajkiran
Regards, Sunil Original Message- From: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer-boun...@lists.osgeo.org] On Behalf Of Tim Sutton Sent: Tuesday, May 10, 2011 5:50 PM To: sttsx Cc: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Re: Error_while _Compiling

Re: [Qgis-developer] Re: Error_while _Compiling _Qgis_using _MSVC

2011-05-10 Thread Tim Sutton
Hi Sunil On Tue, May 10, 2011 at 3:56 PM, sttsx sso...@tai.com.tr wrote: Add C:\Program Files\GnuWin32\bin to your PATH environment variable. Are you sure you are following recent instructions? Use the INSTALL document in the top of the source tree and go through the procedure there step by