[Qgis-developer] please, help me... Radim

Radim Blazek radim.blazek at gmail.com
Thu Aug 24 03:56:28 EDT 2006


On 8/23/06, Byambaa Mendbayar <mendbayar_b at mongol.net> wrote:
> Dear Radim Blazek,
>
> In first thanks a lot for your great article "BuildingWindowsBinaryOnLinux".
>
>
> I am new in QGIS development.
>
> I want to write simple plug-in for my own purpose, therefore I need to
> compile QGIS for Windows platform. In first time I was using Mateusz
> Loskot's HOWTO (Building Quantum GIS with Visual C++ 2005). However I can
> not compile latest QGIS source for myself. I have been getting lot of
> compiler errors; I was so many times to trying compiling QGIS using Visual
> C++ 2005 on the windows XP. Of course I my compilation progress is improved,
> although still so many strange compiler errors alert to me.
>
> After that I was decide to using yours HOWTO.
>
> Every thing is OK until GRASS compilation. In GRASS compilation process had
> some compilation error. Please look at attached "error.log" file. I have
> using GRASS 6.3 source from CVS repository which is noted in your HOWTO.

GRASS is not obligatory, if you dont need GRASS you can compile
QGIS without GRASS support. The errors in error.log you can ignore,
those modules failed to compile but that is not important because
those modules are only few (not important) from hundreds of others
which compiled well.

> Then next step is "GDAL GRASS support" processing. This step is so buggy for
> my compiling time. After I recompiling according your HOWTO then I had error
> occurred please see it from attached file "gdal-winmake-error".

The same as GRASS, you only need to do this if you want to display
GRASS rasters.

|  ../libgdal.a(cpl_vsil.o):cpl_vsil.cpp:(.text+0x401): undefined reference to
|  `_VSIInstallLargeFileHandler'

No idea, you need to find where VSIInstallLargeFileHandler is/should
be defined and then find why it is missing.

> In finally I have compiling QGIS without-postgresql option (according
> HOWTO); however I found many errors in SPIT plug-in compiling also
> postgresql related things. Why it was occurs for me, I was specifying in
> QGIS for without-postgresql.

I have noticed the same, I also dont have postgres compiled.
It is bug in Makefile.win, I have fixed some of them but
then I get tired and simply commented those subdirs in
src/Makefile.win, this has to be fixed.

> In the end please help me, what I will do for compiling QGIS within
> PostgreSQL support, should I compile PostgreSQL from source distro? If yes
> then which configure script and make util I have to use? Simple Linux
> configure script or winconfigure within winmake and winmake install?

Here I cannot help, I dont have postgres compiled but it should be possible.
I think that Gary compiles with postgres.

> Thanks for reading my so long and so boring email.
>
> I hope you will help to me; I am looking your reply.
>
>
> Best regards,
>         Byambaa Mendbayar
>
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.qgis.org
> http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
>
>
>
>



More information about the Qgis-developer mailing list