[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: compiling ginkgocadx



opps... seems that CMake conditions IF(DEBUG) [...] are incompleted or wrong. Them should include any path Release does.

Should easy to fix. The only thing to do is to check those control sentences and ensure nothing are missing. Would you mind to try it?

Best regards.
--
Carlos Barrales Ruiz.
carlos.barrales@metaemotion.com
Móvil: 654807575
http://healthcare.metaemotion.com


On Thu, Jun 23, 2011 at 8:35 AM, Sebastian Hilbert <sebastian.hilbert@gmx.net> wrote:
Hi all,

I tried to locally build ginkgocadx via

dget -xu foo/ginkgocadx-foo.dsc

This led to downloading and unpacking of sources.

in subdir src I added

I set CMAKE_BUILD_TYPE to debug

Then I tried.


debuild -b in the debian directory


which led to


...
iles/CADxCore.dir/VTKInria3D/wxVTK/wxVTKRenderWindowInteractor.cpp.o -c
/home/tux/Sources/ginkgocadx-2.4.1.1/src/cadxcore/VTKInria3D/wxVTK/wxVTKRenderWindowInteractor.cpp
In file included from /usr/include/gtk-2.0/gdk/gdkcairo.h:28,
                from /usr/include/gtk-2.0/gdk/gdk.h:33,
                from /usr/include/gtk-2.0/gdk/gdkprivate.h:30,
                from /usr/include/gtk-2.0/gdk/gdkx.h:30,
                from
/home/tux/Sources/ginkgocadx-2.4.1.1/src/cadxcore/VTKInria3D/wxVTK/wxVTKRenderWindowInteractor.cpp:141:
/usr/include/gtk-2.0/gdk/gdkpixbuf.h:37:35: error: gdk-pixbuf/gdk-pixbuf.h:
Datei oder Verzeichnis nicht gefunden
In file included from /usr/include/gtk-2.0/gdk/gdkcairo.h:28,
                from /usr/include/gtk-2.0/gdk/gdk.h:33,
                from /usr/include/gtk-2.0/gdk/gdkprivate.h:30,
                from /usr/include/gtk-2.0/gdk/gdkx.h:30,
                from
/home/tux/Sources/ginkgocadx-2.4.1.1/src/cadxcore/VTKInria3D/wxVTK/wxVTKRenderWindowInteractor.cpp:141:
/usr/include/gtk-2.0/gdk/gdkpixbuf.h:73: error: ‘GdkPixbufAlphaMode’ has not
been declared
make[3]: ***
[src/cadxcore/CMakeFiles/CADxCore.dir/VTKInria3D/wxVTK/wxVTKRenderWindowInteractor.cpp.o]
Fehler 1
make[3]: Leaving directory `/home/tux/Sources/ginkgocadx-2.4.1.1/obj-x86_64-
linux-gnu'
make[2]: *** [src/cadxcore/CMakeFiles/CADxCore.dir/all] Fehler 2
make[2]: Leaving directory `/home/tux/Sources/ginkgocadx-2.4.1.1/obj-x86_64-
linux-gnu'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/tux/Sources/ginkgocadx-2.4.1.1/obj-x86_64-
linux-gnu'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Fehler 2
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2
debuild: fatal error at line 1325:
dpkg-buildpackage -rfakeroot -D -us -uc -b failed


Any help is appreciated.

Sebastian


Reply to: