Hi,
I'm trying to compile linuxsampler & co. with the classic ./configure + make + sudo make install combination.
I never do that (with linuxsampler), so I ask you if I'm doing right:

# libgig
make -f Makefile.svn $*
CXXFLAGS="-O3 -msse -march=core2 -mfpmath=sse -ffast-math -fomit-frame-pointer -funroll-loops" ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
make
sudo make install

# linuxsampler
make -f Makefile.svn $*
CXXFLAGS="-O3 -msse -march=core2 -mfpmath=sse -ffast-math -fomit-frame-pointer -funroll-loops" ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
make
sudo make install

# liblscp
make -f Makefile.git $*
CXXFLAGS="-O3 -msse -march=core2 -mfpmath=sse -ffast-math -fomit-frame-pointer -funroll-loops" ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
make
sudo make install

Is it right? "make -f Makefile.svn $*" Is the right method to generate .config file?

    thanks

Il 15/09/2017 10:23, Nicola Pandini ha scritto:
Il 14/09/2017 16:51, Christian Schoenebeck ha scritto:
On Wednesday, September 13, 2017 16:27:47 Nicola Pandini wrote:
Hi,

I'mencountering errors trying to compile linuxsampler and related
libraries under Debian Stretch.
I've followed the "LinuxSampler for Debian" guide (dpkg-buildpackage
-rfakeroot -b).
You are too fast for me. I haven't upgraded to Debian 9 yet.
:-) I'm just testing. I will use a fresh Debian Stretch installation, so I'm checking if all my vital software will work.


Libgig does not compile, saying:
dpkg-gencontrol: error: Depends field of package libgig-dev: obsolete
substitution variable ${Source-Version}
dh_gencontrol: dpkg-gencontrol -plibgig-dev -ldebian/changelog
-Tdebian/libgig-dev.substvars -Pdebian/libgig-dev returned exit code 255
debian/rules:76: recipe for target 'binary-arch' failed
make: *** [binary-arch] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
status 2
Liblscp:
debian/rules:45: recipe for target 'clean' failed
make: *** [clean] Error 25
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit
status 2
I can't say if linuxsampler, qsampler and gigedit would compile, because
of unmet depenencies.
Can you give me a hint? Thanks!
 From the snippets you posted its hard to tell what's wrong. The actual errors
are certainly earlier.
I've attached the full compilation logs of both libgig and liblscp.


However if the Debian packaging script complains about unmet build
dependencies, then it should also output which build dependencies are not met.
Like with all major Debian releases the respective Debian packages required to
be installed prior to compiling the LS packages might have slightly been
renamed.

Before I started compiling, I did an apt-get build-dep of all the linuxsampler's libraries, in order to install all the dependencies. I don't know if linuxsampler and liblinuxsampler will compile simply because it asks for libgig to be installed :-)



--
Nicola


--
Nicola

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to