[Qgis-developer] Re: Error_while _Compiling _Qgis_using _MSVC

2011-05-13 Thread sttsx
Finally I fixed all the errors. May be some of them help you to improve the instructions. (If I can reproduce the errors I will give detailed information about them) - SIP error(mentioned early in this thread) - Missing environment variable definitions(for Python, CMake, etc.) - python import er

[Qgis-developer] Re: QGis 1.6.0 Debug error

2011-05-12 Thread sttsx
It works in release mode. I think there is nothing wrong with my implementation. The problem is QGIS does not include debug information. I solved the problem by building QGIS source in debug mode. Thanks for your reply. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/QGis

[Qgis-developer] Re: Error_while _Compiling _Qgis_using _MSVC

2011-05-10 Thread sttsx
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 many hours. -- View this message in context: http://osgeo-org.1803224.n2

[Qgis-developer] Re: Error_while _Compiling _Qgis_using _MSVC

2011-05-10 Thread sttsx
Add "C:\Program Files\GnuWin32\bin" to your PATH environment variable. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Error-while-Compiling-Qgis-using-MSVC-tp6347394p6347916.html Sent from the qgis-developer mailing list archive at Nabble.com.

[Qgis-developer] Re: Error_while _Compiling _Qgis_using _MSVC

2011-05-10 Thread sttsx
1- download sip. 2- configure with python( >python configure.py) 3- Some folders and files are generated by python(siplib directory + sip.exe + some *.py files). copy them and paste to your python installation directory(C:\python25\) Thats all. -- View this message in context: http://osgeo-

[Qgis-developer] QGis 1.6.0 Debug error

2011-05-09 Thread sttsx
Hi, I'm stuck with a debugging error. I implemented a simple code with qgis 1.6.0 and qt 4.7.2 libraries and compiled with visual Studio 2005. It works fine in release mode. In debug mode, it crashes while creating the window with the message below. I've searched the forum about this error, but