Code: Select all
deb ftp://ftp.fr.debian.org/debian/ unstable main
deb-src ftp://ftp.fr.debian.org/debian/ unstable main
Code: Select all
deb ftp://ftp.fr.debian.org/debian/ unstable main
deb-src ftp://ftp.fr.debian.org/debian/ unstable main
Code: Select all
.
.
.
checking for FreeType - version >= 9.0.0... yes
checking for dlopen in -ldl... yes
checking for pow in -lm... yes
checking for gzopen in -lz... yes
checking for pthread_create in -lpthread... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for cppunit-config... /usr/bin/cppunit-config
checking for Cppunit - version >= 1.9.0... 1.10.0
./configure: line 20722: syntax error near unexpected token `ZZIPLIB,'
./configure: line 20722: `PKG_CHECK_MODULES(ZZIPLIB, zziplib)'
ogre-plugins-cgprogrammanager and nvidia-cg-toolkit are not completely free (the second is just an installer for the non-free NVIDIA Cg toolkit and the first one depends on it, making it "contrib".) Just make your apt src line into:BaffledMollusc wrote:The other problem is that I have added "deb http://ftp.us.debian.org/debian/ unstable main" to my repository list, but I still can't see some of the packages above (e.g. ogre-plugins-cgprogrammanager and nvidia-cg-toolkit).
Finally, is there a problem in that Ubuntu uses XOrg and standard Debian uses XFree?
Code: Select all
http://ftp.us.debian.org/debian/ unstable main contrib non-free
Code: Select all
apt-get install libogre-dev libcegui-mk2-dev libcegui-mk2-doc ogre-doc ogre-tools ogre-plugins-cgprogrammanager blender-ogrexml
Code: Select all
deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
Code: Select all
W: GPG error: http://ftp.us.debian.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F1D53D8C4F368D5D
Code: Select all
libzzip-dev
libdevil-dev
libtiff4-dev
liblcms1-dev
libpng12-dev
libxerces26-dev
Code: Select all
Making install in OgreMain
make[1]: Entering directory `/home/gene/Projects/ogrenew/OgreMain'
Making install in src
make[2]: Entering directory `/home/gene/Projects/ogrenew/OgreMain/src'
make[3]: Entering directory `/home/gene/Projects/ogrenew/OgreMain/src'
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'libOgreMain.la' '/usr/local/lib/libOgreMain.la'
/usr/bin/install -c .libs/libOgreMain.so.5.1.0 /usr/local/lib/libOgreMain.so.5.1.0
(cd /usr/local/lib && rm -f libOgreMain.so.5 && ln -s libOgreMain.so.5.1.0 libOgreMain.so.5)
(cd /usr/local/lib && rm -f libOgreMain.so && ln -s libOgreMain.so.5.1.0 libOgreMain.so)
/usr/bin/install -c .libs/libOgreMain.lai /usr/local/lib/libOgreMain.la
/usr/bin/install: cannot stat `.libs/libOgreMain.lai': No such file or directorymake[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory `/home/gene/Projects/ogrenew/OgreMain/src'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/gene/Projects/ogrenew/OgreMain/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/gene/Projects/ogrenew/OgreMain'
make: *** [install-recursive] Error 1
Code: Select all
- Install dependencies (see below)
- Download/extract ogre release file
- Pull down bug fixes from CVS stable (see bottom of 'developers' link on main page)
$ aclocal
$ ./bootstrap
$ ./configure --prefix=/usr --with-platform=GLX --enable-openexr
$ make
$ ln -s Docs doc-pak
$ sudo checkinstall -D --pkgname=libogre --pkgversion=1.0.1 --pkgrelease=1 --maintainer=myemail@blah.com
Code: Select all
$ apt-get install g++ gcc cpp make automake1.9 checkinstall libtool \
libsdl1.2-dev libdevil-dev libfreetype6-dev libgtkmm2.0-dev \
libcegui-mk2-0 libcegui-mk2-dev libcegui-mk2-doc libxerces26-dev \
libpng3-dev libtiff4-dev liblcms1-dev libpng3 libjpeg62-dev \
libglademm2.0-dev libzzip-dev libxaw7-dev\
libopenexr-dev libopenexr2
Thank you very much. Next version of the libogre-dev package will have apprpriate dependencies on the packages you listed.BaffledMollusc wrote:But since the bug report would probably go to you (fog) since you're the maintainer, I'll mention the problems here. I found I needed these additional packages:
Code: Select all
automake 1.9.5
autoconf 2.59a
make 3.80
libtool 1.5.6
pkg-config 0.17.2