Just a guess...

The output directory of the make install is the same directory as the build directory (I've made this mistake in the past).

Graham


On 16/07/2018 12:36 PM, John Ralls wrote:

On Jul 15, 2018, at 3:05 PM, Carol & David Weiner <cdwei...@comcast.net> wrote:

Trying to build gnucash 3.2 from a tar file on a Debian Stretch
system.  CMAKE and MAKE run to completion just fine.  If I look at
/build_directory/lib/gnucash/ I see a number of libraries including
libgncmod-app-utils.so.  If I run 'sudo make install' it fails because
libgncmod-app-utils.so is not found.  Sure enough this library is no
longer in /build_directory/lib/gnucash/ after the make install command
completes.  The error occurs at line 42 of the cmake_install.cmake file
in libgnucash/app-utils/.  Any suggestions?
That’s seriously strange. make install shouldn’t be removing anything. Try 
starting over and then run
   make install VERBOSE=1
and examine the output to see what’s becoming of it.

Regards,
John Ralls


_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to