Re: [Qgis-developer] error starting qgis (built from source)

2014-05-02 Thread Nyall Dawson
> > Maybe you need to update your LD_LIBRARY_PATH so QGIS or Qt knows of the > custom OCI lib path during runtime? > Possibly running "sudo ldconfig" may help? Nyall ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/m

[Qgis-developer] Fwd: error starting qgis (built from source)

2014-05-02 Thread Jorge Tornero
-- Mensaje reenviado -- De: Jorge Tornero Fecha: sábado, 3 de mayo de 2014 Asunto: [Qgis-developer] error starting qgis (built from source) Para: Larry Shaffer I'm not a Linux guru, but I've had the same problem some days ago. It's related to that pointed in a previous message (

Re: [Qgis-developer] error starting qgis (built from source)

2014-05-02 Thread Larry Shaffer
Hi, On Fri, May 2, 2014 at 2:53 PM, chris marx wrote: > Hi, > So those options already had the correct paths, so I didn't need to > update them. I have the oracle instant client and sdk libraries installed, > and cmake didn't complain about not finding them. Any other ideas? > Maybe you need t

Re: [Qgis-developer] error starting qgis (built from source)

2014-05-02 Thread chris marx
Hi, So those options already had the correct paths, so I didn't need to update them. I have the oracle instant client and sdk libraries installed, and cmake didn't complain about not finding them. Any other ideas? On Fri, May 2, 2014 at 4:29 PM, Larry Shaffer wrote: > Hi Chris, > > > On Fri, Ma

Re: [Qgis-developer] error starting qgis (built from source)

2014-05-02 Thread Larry Shaffer
Hi Chris, On Fri, May 2, 2014 at 1:47 PM, chris marx wrote: > I followed the instructions here: > > https://raw.githubusercontent.com/qgis/QGIS/master/INSTALL > > and did the build on a clean ubuntu 12.04 64bit vm. the only thing i > changed from the vanilla build was to enable WITH_ORACLE. mak

[Qgis-developer] error starting qgis (built from source)

2014-05-02 Thread chris marx
I followed the instructions here: https://raw.githubusercontent.com/qgis/QGIS/master/INSTALL and did the build on a clean ubuntu 12.04 64bit vm. the only thing i changed from the vanilla build was to enable WITH_ORACLE. make and make install completed without errors, although i did have to run su

Re: [Qgis-developer] Report bug/feature on homepage

2014-05-02 Thread Jeff McKenna
All good. Never once have we had a problem. Because the process means you need to create an account, login, then report issue, it weeds out any non-serious reports (the "feedback" form idea would be full of those "non-serious" reports I worry; people who report then you never hear from them again

Re: [Qgis-developer] Report bug/feature on homepage

2014-05-02 Thread Nathan Woodrow
Did you find it a good or a bad thing Jeff? Nathan On May 2, 2014 11:43 PM, "Jeff McKenna" wrote: > It was me who years ago put "Issue Tracker" on the MapServer homepage > beside the Download link. I think you/we must remember this is about > the new users, about helping them tell developers th

Re: [Qgis-developer] Report bug/feature on homepage

2014-05-02 Thread Jeff McKenna
It was me who years ago put "Issue Tracker" on the MapServer homepage beside the Download link. I think you/we must remember this is about the new users, about helping them tell developers the problems they are having; a link to "Github" means absolutely nothing to a new user, and if it is hidden

Re: [Qgis-developer] Report bug/feature on homepage

2014-05-02 Thread João Gaspar
Hi guys, +1 for top of "get involved" page But to avoid the massive reporting bug we can write in the page a suggestion to the users, they need to ask first in one of the mailing list (qgis-user, qgis-developer) instead reporting right away the bug. In this scenario, user ask first in the mailin

[Qgis-developer] QGIS custom widgets library for Qt designer: python/cpp availability

2014-05-02 Thread Denis Rouzaud
Sorry for the noise, I just found a solution to redirect the widget module to qgis.gui: sys.modules["qgsfieldexpressionwidget"] = qgis.gui Cheers, Denis ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/l

[Qgis-developer] QGIS custom widgets library for Qt designer: python/cpp availability

2014-05-02 Thread Denis Rouzaud
Hi all, I have been creating a new library for having QGIS custom widgets available in Qt Designer, see PR 1325 [0]. I am facing a problem regarding the included file name that is defined in the custom widget and used by uic to create the code for it [1]. The problem is that this file won't

Re: [Qgis-developer] Report bug/feature on homepage

2014-05-02 Thread Alex Mandel
There's a reason some projects choose to call them issues and not bugs (translations vary). I agree you can put a link on the front page to info about issues, but I would avoid a comment box - that will get hit by spam bots and then becomes another places people have to check. Thanks, Alex On 05/