SynthForge
Posted: Tue Sep 12, 2017 12:03 pm
Hi all,
trying to install Synthforge, I get errors regarding a library placement. Any suggestions? At the "make install" step I get this:
thanks in advance!
brian
trying to install Synthforge, I get errors regarding a library placement. Any suggestions? At the "make install" step I get this:
Code: Select all
sudo make install
Making install in engine
make[1]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/engine'
make install-am
make[2]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/engine'
make[3]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/engine'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libsynthforge-engine.la' '/usr/local/lib/libsynthforge-engine.la'
/usr/bin/install -c .libs/libsynthforge-engine.so.0.0.0 /usr/local/lib/libsynthforge-engine.so.0.0.0
(cd /usr/local/lib && { ln -s -f libsynthforge-engine.so.0.0.0 libsynthforge-engine.so.0 || { rm -f libsynthforge-engine.so.0 && ln -s libsynthforge-engine.so.0.0.0 libsynthforge-engine.so.0; }; })
(cd /usr/local/lib && { ln -s -f libsynthforge-engine.so.0.0.0 libsynthforge-engine.so || { rm -f libsynthforge-engine.so && ln -s libsynthforge-engine.so.0.0.0 libsynthforge-engine.so; }; })
/usr/bin/install -c .libs/libsynthforge-engine.lai /usr/local/lib/libsynthforge-engine.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/engine'
make[2]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/engine'
make[1]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/engine'
Making install in ui
make[1]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/ui'
make[2]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/ui'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libsynthforge-ui.la' '/usr/local/lib/libsynthforge-ui.la'
/usr/bin/install -c .libs/libsynthforge-ui.so.0.0.0 /usr/local/lib/libsynthforge-ui.so.0.0.0
(cd /usr/local/lib && { ln -s -f libsynthforge-ui.so.0.0.0 libsynthforge-ui.so.0 || { rm -f libsynthforge-ui.so.0 && ln -s libsynthforge-ui.so.0.0.0 libsynthforge-ui.so.0; }; })
(cd /usr/local/lib && { ln -s -f libsynthforge-ui.so.0.0.0 libsynthforge-ui.so || { rm -f libsynthforge-ui.so && ln -s libsynthforge-ui.so.0.0.0 libsynthforge-ui.so; }; })
/usr/bin/install -c .libs/libsynthforge-ui.lai /usr/local/lib/libsynthforge-ui.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/ui'
make[1]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/ui'
Making install in src
make[1]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/src'
make[2]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'synthforge' '/usr/local/bin/synthforge'
/usr/bin/install -c .libs/synthforge /usr/local/bin/synthforge
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/src'
make[1]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/src'
Making install in demo
make[1]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/demo'
make[2]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/demo'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/local/share/synthforge/demo" || /bin/mkdir -p "/usr/local/share/synthforge/demo"
/usr/bin/install -c -m 644 'demo.sfo' '/usr/local/share/synthforge/demo/demo.sfo'
/usr/bin/install -c -m 644 'demo2-filter.sfo' '/usr/local/share/synthforge/demo/demo2-filter.sfo'
/usr/bin/install -c -m 644 'demo3-lfo.sfo' '/usr/local/share/synthforge/demo/demo3-lfo.sfo'
make[2]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/demo'
make[1]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/demo'
Making install in graphics
make[1]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics'
Making install in knobs
make[2]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics/knobs'
make[3]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics/knobs'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/usr/local/share/synthforge/knobs" || /bin/mkdir -p "/usr/local/share/synthforge/knobs"
/usr/bin/install -c -m 644 'default.png' '/usr/local/share/synthforge/knobs/default.png'
/usr/bin/install -c -m 644 'default-small.png' '/usr/local/share/synthforge/knobs/default-small.png'
make[3]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics/knobs'
make[2]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics/knobs'
Making install in sliders
make[2]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics/sliders'
make[3]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics/sliders'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/usr/local/share/synthforge/sliders" || /bin/mkdir -p "/usr/local/share/synthforge/sliders"
/usr/bin/install -c -m 644 'defaulth.png' '/usr/local/share/synthforge/sliders/defaulth.png'
/usr/bin/install -c -m 644 'defaultv.png' '/usr/local/share/synthforge/sliders/defaultv.png'
make[3]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics/sliders'
make[2]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics/sliders'
Making install in toggles
make[2]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics/toggles'
make[3]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics/toggles'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/usr/local/share/synthforge/toggles" || /bin/mkdir -p "/usr/local/share/synthforge/toggles"
/usr/bin/install -c -m 644 'toggle1.png' '/usr/local/share/synthforge/toggles/toggle1.png'
make[3]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics/toggles'
make[2]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics/toggles'
make[2]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics'
make[3]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/usr/local/share/synthforge" || /bin/mkdir -p "/usr/local/share/synthforge"
/usr/bin/install -c -m 644 'image.png' '/usr/local/share/synthforge/image.png'
make[3]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics'
make[2]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics'
make[1]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/graphics'
Making install in docs
make[1]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/docs'
make[2]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/docs'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/docs'
make[1]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/docs'
Making install in po
make[1]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/po'
if test -r ".././mkinstalldirs"; then \
.././mkinstalldirs /usr/local/share; \
else \
/bin/sh ../mkinstalldirs /usr/local/share; \
fi
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/synthforge.mo
if test "synthforge" = "glib"; then \
if test -r ".././mkinstalldirs"; then \
.././mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
else \
/bin/sh ../mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
fi; \
/usr/bin/install -c -m 644 ./Makefile.in.in \
/usr/local/share/glib-2.0/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[1]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3/po'
make[1]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3'
make[2]: Entering directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3'
make[1]: Leaving directory '/home/brian/Tarballs/synthforge-0.3/synthforge-0.3'brian