Page 1 of 1

Errors in wiki Linux build documentation (build 1.2.7)

Posted: Sat Jun 18, 2016 4:02 pm
by u4ear
Starting here
Building mmex Debian (Ubuntu) Linux
Download, build and install bakefile (optional)
If you skip this then the build will fail -  so it is not optional.

The build for bakefile gives warnings in src/bkl_c_wrap.c i guess these can be ignored.
    mkdir release
    ./bootstrap
directory name is compile (not release) elsewhere.   The shell script is   ./bootstrap.sh
Configure mmexModify "setup/linux/debian/build.sh"
this path no longer exists, probably the file to modify is ~/Development/moneymanagerex/setup/linux/variables.sh although the defaults seem fine.

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/aclocal
[/b]I will raise another topic on 1.2.7 mmex next.


Thank you

edit:  running ubuntu 14.04