I'll take a look at the link you sent.
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: brian@brian-BM5242-BM5342-BM5642:~/Tarballs/fsthost-1.6.2$ make install 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 In file included from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9:0, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from fsthost.c:31: /usr/include/glib-2.0/glib/gtypes.h: In function '_GLIB_CHECKED_ADD_U64': /usr/include/glib-2.0/glib/gmacros.h:232:53: error: size of array '_GStaticAssertCompileTimeAssertion_0' is negative #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAs ^ /usr/include/glib-2.0/glib/gmacros.h:229:47: note: in definition of macro 'G_PASTE_ARGS' #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2 ^ /usr/include/glib-2.0/glib/gmacros.h:232:44: note: in expansion of macro 'G_PASTE' #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAs ^ /usr/include/glib-2.0/glib/gtypes.h:422:3: note: in expansion of macro 'G_STATIC_ASSERT' G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64)); ^ Makefile:128: recipe for target 'fsthost_32.o' failed make: *** [fsthost_32.o] Error 1 brian On Thu, 21 Jul 2016 12:22:40 +0200, Ralf Mardorf wrote: > On Thu, 21 Jul 2016 09:33:00 +0200, [email protected] [1]wrote: > >> When running fsthost in the terminal, "Command not found" is all I get, since I haven't yet found the missing libraries/files... > > 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: > > https://aur.archlinux.org/packages/fsthost/ [2] > > Regards, > Ralf Links: ------ [1] mailto:[email protected] [2] https://aur.archlinux.org/packages/fsthost/
-- ubuntu-studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
