On Thu, Jan 11, 2007 at 11:14:32AM +0100, [EMAIL PROTECTED] wrote: > No it's that. I understood that repositories are differents inside and outside > the rootstrap. Here my real problem, I want to build a gtk game (teg, a risk > like game): > > - On my pc host, when I launch ./configure, an error occurs with libgnomeui > required. With apt-get, the package is found and installed then ./configure > continue without error and build the Makefile, ok. > - In rootstrap, the same problem occurs but I don't know who to install the > package (libgnomeui-dev.deb). apt-get display an error and the package is not > installed.
You need to use 'fakeroot apt-get install' to install packages inside scratchbox. That's assuming the package itself was available. libgnomeui-dev does not appear to be available from http://repository.maemo.org/. You may have to port it first. Marius Gedminas -- When in danger, or in doubt, run in circles, scream and shout. -- Robert A. Heinlein
signature.asc
Description: Digital signature
_______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
