Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2013 07:36:53 -0700 (PDT)
From:      GeoBSD <pierre@geobsd.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: QGIS With Grass Plugin doesn't build (kpty.cpp)
Message-ID:  <1368801413862-5812449.post@n5.nabble.com>
In-Reply-To: <5195FB7D.8040002@gwdg.de>
References:  <20130517083358.GB63515@geobsd.com> <5195FB7D.8040002@gwdg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
- 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): undefined reference to `addToUtmp'

   CMakeFiles/grassplugin.dir/qtermwidget/kpty.cpp.o: In function
`KPty::logout()':
   kpty.cpp:(.text+0x3d7): undefined reference to `removeLineFromUtmp'

- I'm not sure if it is correct to use HAVE_UTEMPTER instead of HAVE_UTMPX
(which is the standard)

- It's a vicious circle. It will better if we can modify the file "kpty.cpp"
to be directly compatible with FreeBSD and submit it to QGIS developpers.

Any help will be (very) appreciated.




--
View this message in context: http://freebsd.1045724.n5.nabble.com/QGIS-With-Grass-Plugin-doesn-t-build-kpty-cpp-tp5812385p5812449.html
Sent from the freebsd-ports mailing list archive at Nabble.com.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1368801413862-5812449.post>