Greetings. I am on Gentoo and trying build Kapitonov Plugins Pack. This 
software
depends on libfaust. I have packaged up and installed faust to include the 
dynamiclib,
but when I try build Kapitonov Plugins Pack I get this error:
  ERROR : unable to open file stdfaust.lib
    I'm not sure about my installation. I found the build instructions
    unclear. 
https://faust.grame.fr/doc/manual/index.html#compiling-and-installing-the-faust-compiler
    I have these commands in my build script(ebuild)
        rm -r achitecture/android (Otherwise I get missing sonames)
        make PREFIX="/usr" LIBDIR="lib64" BACKEND=light.cmake
        make PREFIX="/usr" LIBDIR="lib64"
        cd build/faustdir
        cmake -DINCLUDE_DYNAMIC=on ..
        make PREFIX="/usr" LIBDIR="lib64" dynamiclib
        make DESTDIR="${D}" PREFIX="/usr" LIBDIR="lib64" install
  The instructions have a list of Project Targets:

make configstatic: add the libfaust static library to your projects
make configdynamic: add the libfaust dynamic library to your projects
make configall: add the libfaust static and dynamic libraries to your projects
make reset: restore the default project settings.

After making the GENERATOR, I am unable to access these targets, nor is
the cmake target available to regenerate the project.

None the less, the build succeeds and I have these libs installed:

/usr/lib/libHTTPDFaust.a
/usr/lib/libOSCFaust.a
/usr/lib/libfaust.so -> libfaust.so.2
/usr/lib/libfaust.so.2 -> libfaust.so.2.14.4
/usr/lib/libfaust.so.2.14.4

  I don't know where to go from here. Any help would be greatly
  appreciated.


_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to