and my ccmake looks like that :<br><br> BINDINGS_GLOBAL_INSTALL OFF <br> BISON_EXECUTABLE /usr/bin/bison <br>
EXPAT_INCLUDE_DIR /usr/include <br> EXPAT_LIBRARY /usr/lib/libexpat.so <br>
FLEX_EXECUTABLE /usr/bin/flex <br> GDAL_CONFIG /usr/bin/gdal-config <br>
GDAL_CONFIG_PREFER_FWTOOLS_PAT /bin_safe <br> GDAL_CONFIG_PREFER_PATH /bin <br>
GDAL_INCLUDE_DIR /usr/include/gdal <br> GDAL_LIBRARY /usr/lib/<a href="http://libgdal1.5.0.so">libgdal1.5.0.so</a> <br>
GEOS_CONFIG /usr/bin/geos-config <br> GEOS_CONFIG_PREFER_PATH /bin <br>
GEOS_INCLUDE_DIR /usr/include <br> GEOS_LIBRARY /usr/lib/libgeos_c.so <br>
GEOS_LIB_NAME_WITH_PREFIX -lgeos_c <br> GRASS_PREFIX <br>
GSL_CONFIG /usr/bin/gsl-config <br> GSL_CONFIG_PREFER_PATH /bin <br>
GSL_EXE_LINKER_FLAGS -Wl,-rpath, <br> PEDANTIC OFF <br>
POSTGRESQL_PREFIX <br> POSTGRES_CONFIG /usr/bin/pg_config <br>
POSTGRES_CONFIG_PREFER_PATH /bin <br> POSTGRES_INCLUDE_DIR /usr/include/postgresql <br>
POSTGRES_LIBRARY /usr/lib/libpq.so <br> PROJ_INCLUDE_DIR /usr/include <br>
PROJ_LIBRARY /usr/lib/libproj.so <br> PYRCC4_PROGRAM /usr/bin/pyrcc4 <br>
PYTHON_LIBRARY /usr/lib/<a href="http://libpython2.6.so">libpython2.6.so</a> <br> PYUIC4_PROGRAM /usr/bin/pyuic4 <br>
QT_QMAKE_EXECUTABLE /usr/bin/qmake <br> QWT_INCLUDE_DIR QWT_INCLUDE_DIR-NOTFOUND <br>
QWT_LIBRARY QWT_LIBRARY-NOTFOUND <br> SVNVERSION /usr/bin/svnversion <br>
<br><br><br><div class="gmail_quote">On Sat, Feb 6, 2010 at 8:11 PM, Michael musset <span dir="ltr"><<a href="mailto:mickamusset@gmail.com">mickamusset@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
hey again,<br><br><br>well now i'm trying to compile myself qgis with
following this tutorial :<br><a href="http://linfiniti.com/2009/11/compiling-qgis-under-ubuntu-9-10/" target="_blank">http://linfiniti.com/2009/11/compiling-qgis-under-ubuntu-9-10/</a><br>
<br><br>when i'm trying to compile qgis 'm getting this error :<br> ImportError:
No module named PyQt4.uic.pyuic<br><br><br> but i've already these
package : python-qt4 python-qt4-dev pyqt4-dev-tools<br><br><br>
here is other information :<br><br><br><br><br>Traceback (most recent
call last):<br> File "/usr/bin/pyuic4", line 3, in ?<br> import
PyQt4.uic.pyuic<br>ImportError: No module named PyQt4.uic.pyuic<br>make[2]:
*** [python/plugins/plugin_<div>installer/ui_qgsplugininstallerbase.py]
Error 1<br>
make[1]: *** [python/plugins/plugin_installer/CMakeFiles/pluginstaller.dir/all]
Error 2<br>make: *** [all] Error 2<br><br>micka@micka-laptop:~/dev/cpp/qgis/build$
whereis python<br>python: /usr/bin/python2.6 /usr/bin/python2.5
/usr/bin/python /usr/bin/python2.6-dbg-config /usr/bin/python2.4
/usr/bin/python2.4-config /usr/bin/python2.6-dbg
/usr/bin/python2.6-config /etc/python2.6 /etc/python2.5 /etc/python
/etc/python2.4 /usr/lib/python2.6 /usr/lib/python3.0 /usr/lib/python2.5
/usr/lib/python2.4 /usr/local/bin/python /usr/local/bin/python2.4
/usr/local/lib/python2.6 /usr/local/lib/python2.5
/usr/local/lib/python2.4 /usr/include/python2.6 /usr/include/python2.5
/usr/include/python2.5_d /usr/include/python2.4 /usr/include/python2.6_d
/usr/share/python /usr/share/man/man1/python.1.gz<br>
<br><br><br><br>micka@micka-laptop:~/dev/cpp/qgis/build$ which
python<br>/usr/local/bin/python<br><br><br><br>what is wrong ? thx for
your help ^^ ( ubuntu 9.10 )<br><br><br><br><br></div><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Sat, Feb 6, 2010 at 7:03 PM, Anne Ghisla <span dir="ltr"><<a href="mailto:a.ghisla@gmail.com" target="_blank">a.ghisla@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>On Sat, Feb 6, 2010 at 7:57 PM, Michael musset <<a href="mailto:mickamusset@gmail.com" target="_blank">mickamusset@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> i'm trying to follow this tutorial :<br>
> <a href="http://blog.qgis.org/node/10" target="_blank">http://blog.qgis.org/node/10</a><br>
><br>
> and when i tape the command cmake .. i'm getting this error :<br>
><br>
> CMake Error: The source directory "/home/micka" does not appear to contain<br>
> CMakeLists.txt.<br>
> Specify --help for usage, or press the help button on the CMake GUI.<br>
<br>
</div>Hi Michael,<br>
<br>
the code snippet misses<br>
<br>
cd build/<br>
<br>
before running cmake. cmake .. means that CMakeLists.txt will be<br>
searched in the parent directory (correct me if wrong).<br>
<br>
hope this helps and happy hacking :)<br>
<font color="#888888">Anne<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>