Opened 14 years ago

Last modified 13 years ago

#2845 closed patch

QGIS won't compile with python — at Version 1

Reported by: Alexbit Owned by: borysiasty
Priority: major: does not work as expected Milestone: Version 1.6.0
Component: Python plugins and bindings Version: 1.0.2
Keywords: python bindings Cc:
Must Fix for Release: No Platform: Linux
Platform Version: Linux Awaiting user input: yes

Description (last modified by jef)

If you try to compiling any version of qgis diffrent from svn trunk on Archlinux (Linux 2.6.34-ARCH #1 SMP PREEMPT i686 Intel(R) Pentium(R) D CPU 3.20GHz GenuineIntel GNU/Linux whit KDE 4.4.4) you're unable to bind with python so you cannot get the fetch python plugin menu for install plug-in. I've try on the same machine (see above) with stable and develop but, as I say, only svn compile with no error and python bindings.

Same situation on a laptop with analog software config.

Moreover, also svn need to be manually patch at line 1051 of src/app/composer/qgscomposer.cpp. by changing if ( splitterState != QVariant::QVariant() ) in if ( splitterState != QVariant() )

Thank you for the attention. Best regards, Alessio

PS: sorry if I miss details but i'm not a programmer. If you need more info tell me how I can I send that to you (alessiob(AT)gmail.com

Change History (1)

comment:1 by jef, 14 years ago

Awaiting user input: set
Description: modified (diff)

Do you get any error messages or terminal output? Which Qt, PyQt4 and SIP version is ArchLinux using? It might be useful to post a build log.

Note: See TracTickets for help on using tickets.