Yavor Doganov <[email protected]> writes: > В Tue, 29 Jun 2010 19:39:01 +0100, Nicola Pero написа: > >>> I have installed GNUstep on my Debian GN U/Linux Squeeze with aptitude.
> Assuming that the forthcoming Renaissance release is ABI compatible > with 0.9.0, and it works with Base 1.19.3/GUI 0.16.0, you can do: > > $ apt-get source renaissance > # apt-get build-dep renaissance > # aptitude install build-essential devscripts > $ cd <your-fresh-renaissance-svn-checkout> > $ svn export ... (optional) > $ gs_make dist > $ cd <some-other-dir> > $ cp <your-fresh-renaissance-svn-checkout>/releases/\ > Renaissance-0.9.0.tar.gz . > $ tar xzvf Renaissance* && cd Renaissance* > $ cp -a <your-renaissance-debian-source>/debian . > $ dch -l local "Temporary package of SVN trunk." > $ dpkg-buildpackage -us -uc > # dpkg -i ../*.deb Thanks for this informations (command sequence)! :) I did these commands and get debian packages, and have installed them. But, when I do openapp GSMarkupBrowser.app LPT_Interface_NicolaPero.gsmarkup I get again warning: 2010-07-02 10:22:58.449 GSMarkupBrowser[3870] Warning: Unknown tag <gridEmptyCell> - ignored So I think that that the deb-src that I get with apt-get source isn't enough fresh. I was checkout the Renaissance SVN repository too and there in the trunk/ directory there I can't see any debian/ directory so I can't apply abowe commands on this source to get debian packages for installation. What is the solution? -- Regards, Paul Chany You can freely correct my English. http://csanyi-pal.info _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
