<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>I'll take a look at the link you sent.</p>
<p>Since I can't install (or make install), there is no fsthost32 or fsthost64 file to run. When I try to make this is what I get:</p>
<p> </p>
<p style="padding-left: 30px;">brian@brian-BM5242-BM5342-BM5642:~/Tarballs/fsthost-1.6.2$ make install<br />gcc -c -m32 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircommon -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -Wall -fPIC -Wno-deprecated-declarations -Wno-multichar -march=native -mfpmath=sse -I. -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows -I/usr/include/x86_64-linux-gnu -o fsthost_32.o fsthost.c<br />In file included from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9:0,<br /> from /usr/include/glib-2.0/glib/gtypes.h:32,<br /> from /usr/include/glib-2.0/glib/galloca.h:32,<br /> from /usr/include/glib-2.0/glib.h:30,<br /> from fsthost.c:31:<br />/usr/include/glib-2.0/glib/gtypes.h: In function ‘_GLIB_CHECKED_ADD_U64’:<br />/usr/include/glib-2.0/glib/gmacros.h:232:53: error: size of array ‘_GStaticAssertCompileTimeAssertion_0’ is negative<br /> #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAs<br /> ^<br />/usr/include/glib-2.0/glib/gmacros.h:229:47: note: in definition of macro ‘G_PASTE_ARGS’<br /> #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2<br /> ^<br />/usr/include/glib-2.0/glib/gmacros.h:232:44: note: in expansion of macro ‘G_PASTE’<br /> #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAs<br /> ^<br />/usr/include/glib-2.0/glib/gtypes.h:422:3: note: in expansion of macro ‘G_STATIC_ASSERT’<br /> G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));<br /> ^<br />Makefile:128: recipe for target 'fsthost_32.o' failed<br />make: *** [fsthost_32.o] Error 1</p>
<p> </p>
<p> </p>
<p>brian</p>
<p> </p>
<p>On Thu, 21 Jul 2016 12:22:40 +0200, Ralf Mardorf wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<pre>On Thu, 21 Jul 2016 09:33:00 +0200, <a href="mailto:brian@linuxsynths.com">brian@linuxsynths.com</a>wrote:</pre>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">When running fsthost in the terminal, "Command not found" is all I get, since I haven't yet found the missing libraries/files...</blockquote>
<pre>It's described by the README from upstream:
"6) To run your vst plugins:
./fsthost32 /path/to/someplugin.dll
or
./fsthost64 /path/to/someplugin.dll"
IOW
./command option
translated it means
path/to/fsthost* /path/to/someplugin.dll
The name is not fsthost it's fsthost{64,32} and it most likely
isn't in /usr/bin, so it requires to add the path.
Paths might be different for the filesystem hierarchy used by Arch
Linux, and Arch definitively doesn't split packages to bin, lib, devel,
but if you take a look at the PKGBUILD and at the snapshot's info file
and reading the websites comments, it might help you to transform this
to install it to Ubuntu, or better build a package, e.g. try
checkinstall instead of make install:
<a href="https://aur.archlinux.org/packages/fsthost/">https://aur.archlinux.org/packages/fsthost/</a>
Regards,
Ralf
</pre>
</blockquote>
<p> </p>
<div> </div>
</body></html>