Devlin OK that error means that cmake is unable to locate the source directory from the build directory. You would use it in this form if the directory structure is Applications | -------------------------------------- | | gnucash-3.4 gnucash-3.4-build | source code
however your directory structure appears to be: Applications | gnucash-3.4 | ------------------------------------------ | | sources gnucash-3.4-build the relative path from gnucash-3.4-build to gnucash-3.4 in this case is ".." not "../gnucash-3.4". try $cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local .. Apologies I should have picked that up earlier but I wasn't looking past the unneeded directive for the libraries. David Cousens ----- David Cousens -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html _______________________________________________ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.