-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libcfu/lib not included in code #39
Comments
Hi osvatic, Thanks for the report. Can you tell me which version of BamM you are The lib folder is supposed to be built during the setup process, so Regards, On 10/08/2016 3:06 AM, osvatic wrote:
|
I am installing the latest verison, just downloaded on Monday. Als, I am using a different version of autmake (1.14.1) than what it says generated the files originally. Here is the entire install output: (py2.7.11)labuser@Swingleylab-desktop:~/BamM$ sudo python setup.py install |
Thanks, There is an autogen.sh script in the 'c' directory of the BamM source. Regards, On 12/08/2016 1:23 AM, osvatic wrote:
|
This seems to be a problem with the automake version. |
I had the same issue and i can confirm that downgrading to automake1.11 fixed this. |
BTW, I think this issue #44 is the same problem? |
To fix this I installed autoconf-archive to get the missing macros and then I went into the Not 100% sure if the autoconf-archive stuff was needed. but @timbalam, you may need to run the aclocal part and push the updated autogen.sh into the repo. Hope this helps EDIT: installing autoconf-archive is not needed |
@minillinim completely agree. @timbalam should we update the documentation for v1.7.3. |
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?
The text was updated successfully, but these errors were encountered: