BamM icon indicating copy to clipboard operation
BamM copied to clipboard

libcfu/lib not included in code

Open osvatic opened this issue 7 years ago • 8 comments

I am running the standard install and it is not finding the libcfu/lib folder in the bundle.

error from setup.py: checking for libcfu headers in /home/labuser/BamM/c/libcfu-0.03/include... found checking for libcfu libraries in /home/labuser/BamM/c/libcfu-0.03/lib... not found configure: error: Cannot find libcfu Traceback (most recent call last): File "setup.py", line 31, in check_call([join(getcwd(), "configure")] + configure_args) File "/home/labuser/anaconda3/envs/py2.7.11/lib/python2.7/subprocess.py", line 541, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/home/labuser/BamM/c/configure']' returned non-zero exit status 1

Any place to get that?

osvatic avatar Aug 09 '16 17:08 osvatic