[Qgis-developer] QGIS Windows Cmake Build Problem

Martin Dobias wonder.sk at gmail.com
Thu Jan 31 17:55:23 EST 2008


On Jan 31, 2008 10:33 AM,  <marco.pasetti at alice.it> wrote:
>
> After make and make install I have (correctly) qgis0.9.1 in my programs
> folder, but a lot of files are missing!
> I checked it out with a fresh install of qgis0.9.1, made by windows install
> package; in qgis0.9.1 built and installed dir I miss al lot of *.exe and
> *.dll, in grass folder I have only grass plug-in files, in python lots of
> files are missing...
> Now I'm making a list of files in Quantum GIS folder (installed by package)
> and checking out which files miss in built version and if those files are
> somewhere in my msys environment (local\bin, local\lib, grass-6.3.0RC4\bin
> or lib...) or if I need to copy them from Quantum GIS folder.

To determine which files are needed for a particular .dll or .exe you
can use Dependency walker. In iterations you can g
http://www.dependencywalker.com/

Here's the list of additional dlls I have in my installation. But the
amount depends on which optional parts you've compiled (e.g.
postgresql support, grass support, ..) and also what all formats does
your GDAL installation support.

comerr32.dll
krb5_32.dll
libexpat-1.dll
libgdal.dll
libgeos-2.dll
libgrass_*.dll
libiconv-2.dll
libintl-2.dll
libpng.dll
libpq.dll
libproj.dll
libz.dll.1.2.3
libz.dll.1.2.3.dll
mingwm10.dll
Qt3Support4.dll
QtCore4.dll
QtGui4.dll
QtNetwork4.dll
QtSql4.dll
QtSvg4.dll
QtXml4.dll
sqlite3.dll

Moreover for grass: libgrass_*.dll


> Anyway. I made my own msys enviroment with some updates respect to the
> actual wiki instructions, particularly I built latest RC version of grass
> (6.3.0RC4). Could it be useful for you? if you want I can give you a
> detalied document of all the updates respect to the actual wiki and upload
> an archive of the whole msys environment.

Yes, please! This is really welcome. The best way how to contribute is
to edit INSTALL.t2t file from SVN, create a patch and file a ticket
with it in Trac: https://svn.qgis.org/trac

Martin



More information about the Qgis-developer mailing list