Am Donnerstag 09 September 2010 schrieb Emad ud din Btt: > Hi, > > Many Thanks Dale and Kornel. Yes, It was fresh Ubuntu installation. > I have updated it and Hugin is now working. I will update you if I get any > error. > > On Wed, Sep 8, 2010 at 9:13 PM, Dale Beams <[email protected]> wrote: > > Emaad, > > > > You'll also need: > > > > sudo aptitude install libwxbase2.8-0 > >
We should add this dependencies for debian in CMakeLists.txt. (RPM does this
automatically!) But I fear, the list may be too long, and it depends on how
hugin is built. On my system (ubuntu 10.04, 64bit) it would be (line 513):
...
set(CPACK_DEBIAN_PACKAGE_DEPENDS "freeglut3 (>=
2.6.0-0),libatlas3gf-base (>= 3.6.0-24),libboost-date-time1.38.0 (>=
1.38.0-6),libboost-thread1.38.0 (>= 1.38.0-6),libexiv2-6 (>=0.19-1),libglew1.5
(>= 1.5.2-0),libopenexr6 (>= 1.6.1-4.1),libpano13 (>= 2.9.17),libwxgtk2.8-0 (>=
2.8.10.1-0)")
...
Maybe some statements like e.g.
if(wxWidgets_FOUND)
sett(CPACK_DEBIAN_PACKAGE_DEPENDS "libwxgtk2.8-0 (>=
2.8.10.1-0),${CPACK_DEBIAN_PACKAGE_DEPENDS}")
endif()
etc.
Kornel
> > Dale
> >
--
Kornel Benko
[email protected]
signature.asc
Description: This is a digitally signed message part.
