Errors in wiki Linux build documentation (build 1.2.7)
Posted: Sat Jun 18, 2016 4:02 pm
Starting here
Building mmex Debian (Ubuntu) Linux
The build for bakefile gives warnings in src/bkl_c_wrap.c i guess these can be ignored.
running the make gave this error,
aclocal: error: couldn't open directory '/usr/local/share/aclocal': No such file or directory
not sure exactly why that is missing but resolved by creating an empty directory. It's not clear if this should have any content.
[/b]I will raise another topic on 1.2.7 mmex next.
Thank you
edit: running ubuntu 14.04
Building mmex Debian (Ubuntu) Linux
If you skip this then the build will fail - so it is not optional.Download, build and install bakefile (optional)
The build for bakefile gives warnings in src/bkl_c_wrap.c i guess these can be ignored.
directory name is compile (not release) elsewhere. The shell script is ./bootstrap.shmkdir release
./bootstrap
this path no longer exists, probably the file to modify is ~/Development/moneymanagerex/setup/linux/variables.sh although the defaults seem fine.Configure mmexModify "setup/linux/debian/build.sh"
running the make gave this error,
aclocal: error: couldn't open directory '/usr/local/share/aclocal': No such file or directory
not sure exactly why that is missing but resolved by creating an empty directory. It's not clear if this should have any content.
Code: Select all
sudo mkdir /usr/local/share/aclocalThank you
edit: running ubuntu 14.04