Re: [Linuxsampler-devel] GigEdit Build Problem on Gentoo Ebuild

2008-01-19 Thread Chris Cherrett
Christian Schoenebeck wrote: > Am Mittwoch, 16. Januar 2008 14:42:34 schrieb Chris Cherrett: > >> here is a pastebin of the output. line 340 might help: >> >> http://pastebin.com/m3ba3cabc >> >> it is linking: >> >> -L/usr/lib64/gigedit -lgigedit >> >> I hope this means something to you. I have

Re: [Linuxsampler-devel] GigEdit Build Problem on Gentoo Ebuild

2008-01-19 Thread Christian Schoenebeck
Am Mittwoch, 16. Januar 2008 14:42:34 schrieb Chris Cherrett: > here is a pastebin of the output. line 340 might help: > > http://pastebin.com/m3ba3cabc > > it is linking: > > -L/usr/lib64/gigedit -lgigedit > > I hope this means something to you. I have installed via good old make > for now and am

Re: [Linuxsampler-devel] GigEdit Build Problem on Gentoo Ebuild

2008-01-16 Thread Chris Cherrett
Christian Schoenebeck wrote: > Am Mittwoch, 16. Januar 2008 13:49:10 schrieb Christian Schoenebeck: > >> We're not linking against an install path. When you look at >> src/plugins/Makefile.am you see we're using the $(top_builddir) Make >> variable, which *should* always reflect the directory wh

Re: [Linuxsampler-devel] GigEdit Build Problem on Gentoo Ebuild

2008-01-16 Thread Christian Schoenebeck
Am Mittwoch, 16. Januar 2008 13:49:10 schrieb Christian Schoenebeck: > We're not linking against an install path. When you look at > src/plugins/Makefile.am you see we're using the $(top_builddir) Make > variable, which *should* always reflect the directory where you build > gigedit. > > libgigedit

Re: [Linuxsampler-devel] GigEdit Build Problem on Gentoo Ebuild

2008-01-16 Thread Christian Schoenebeck
Am Mittwoch, 16. Januar 2008 07:49:43 schrieb Chris Cherrett: > something like this in the build string would help: > > -L../gigedit -lgigedit > > > or > > -L$(DESTDIR)/usr/lib64/gigedit -lgigedit > > instead of this: > > -L/usr/lib64/gigedit -lgigedit > > > > I hope this can help. I don't think t

[Linuxsampler-devel] GigEdit Build Problem on Gentoo Ebuild

2008-01-15 Thread Chris Cherrett
I have installed your ebuild from your website for GigEdit. It compiles fine but fails to link libraries. To quote my friend Andrew who walked through this with me: It is failing on the install stage because you are building in a sand box. So when you are linking you need to link from within you