Errors in wiki Linux build documentation (build 1.2.7)

MMEX4Desktop, incl. Windows, macOS (10.10 or newer), and Most Unix variants using the GTK+ toolkit

Moderator: Renato

Post Reply
u4ear
New MMEX User
Posts: 3
Joined: Sun Feb 27, 2011 2:39 pm
Are you a spam bot?: No

Errors in wiki Linux build documentation (build 1.2.7)

Post 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
Post Reply