Re: QGIS With Grass Plugin doesn't build (kpty.cpp)

2013-05-29 Thread lbartoletti
Le Sun, 19 May 2013 09:38:05 -0700 (PDT), GeoBSD a écrit : > Perfect ! > > This patch works also good for me. > > Many thanks. > > > > > -- > View this message in context: > http://freebsd.1045724.n5.nabble.com/QGIS-With-Grass-Plugin-doesn-t-build-kpty-cpp-tp5812385p5813188.html > Sent from

Re: QGIS With Grass Plugin doesn't build (kpty.cpp)

2013-05-19 Thread Rainer Hurling
On 20.05.2013 01:42 (UTC+2), wen heping wrote: > Hi, > > Does this error exist on other FreeBSD version? I can not reproduce it > on 10-Current and 9.0. Hmm, I have this problem on CURRENT (amd64) for a long time now [1] and the patch does solve it. Do you have 'option GRASS' enabled? Raine

Re: QGIS With Grass Plugin doesn't build (kpty.cpp)

2013-05-19 Thread wen heping
Hi, Does this error exist on other FreeBSD version? I can not reproduce it on 10-Current and 9.0. wen 2013/5/20 GeoBSD > Perfect ! > > This patch works also good for me. > > Many thanks. > > > > > -- > View this message in context: > http://freebsd.1045724.n5.nabble.com/QGIS-With-Grass-Pl

Re: QGIS With Grass Plugin doesn't build (kpty.cpp)

2013-05-19 Thread GeoBSD
Perfect ! This patch works also good for me. Many thanks. -- View this message in context: http://freebsd.1045724.n5.nabble.com/QGIS-With-Grass-Plugin-doesn-t-build-kpty-cpp-tp5812385p5813188.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___

Re: QGIS With Grass Plugin doesn't build (kpty.cpp)

2013-05-18 Thread Rainer Hurling
On 17.05.2013 21:43 (UTC+2), lbartoletti wrote: > Le Fri, 17 May 2013 07:36:53 -0700 (PDT), > GeoBSD a écrit : > >> - Compilation goes further when adding : >> #define HAVE_UTEMPTER, >> >> - But root problem is still the same. It comes from functions >> KPty::login() and KPty:logout(). >> >>

Re: QGIS With Grass Plugin doesn't build (kpty.cpp)

2013-05-17 Thread GeoBSD
- Compilation goes further when adding : #define HAVE_UTEMPTER, - But root problem is still the same. It comes from functions KPty::login() and KPty:logout(). CMakeFiles/grassplugin.dir/qtermwidget/kpty.cpp.o: In function `KPty::login(char const*, char const*)': kpty.cpp:(.text+0x21e): un

Re: QGIS With Grass Plugin doesn't build (kpty.cpp)

2013-05-17 Thread Rainer Hurling
Am 17.05.2013 10:33 (UTC+1) schrieb Pierre Stévens: > Have you Qgis with Grass plugin on your v9.1 FreeBSD machine ? > > - Problem come from file : > graphics/qgis/work/qgis-1.8.0/src/plugins/grass/qtermwidget/kpty.cpp > > - On line 85, it tries to include . > > - Thanks to v9 release note

QGIS With Grass Plugin doesn't build (kpty.cpp)

2013-05-17 Thread Pierre Stévens
Have you Qgis with Grass plugin on your v9.1 FreeBSD machine ? - Problem come from file : graphics/qgis/work/qgis-1.8.0/src/plugins/grass/qtermwidget/kpty.cpp - On line 85, it tries to include . - Thanks to v9 release notes : "The utmp(5) user accounting database has been replaced by utm