Am Montag, 13. Mai 2013, 17:35:01 schrieb Allen S. Rout:
> ... Now, what I'm doing is
> 
> make
> cd src/bin
> ./gnucash
> 
> ... Is there some reason I should expect this to fail?  I can remove the
> system gnucash, and install this in my homedir, if that'll be necessary
> for development work.

I think running from the build dir doesn't quite work, unfortunately. However, 
you don't have to uninstall the system's gnucash. But you should let the newly 
compiled one be installed somewhere, such as

  ./configure --prefix=$HOME/testgnucash

and then 

  make
  make install
  cd $HOME/testgnucash/bin
  ./gnucash

Regards,

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

Reply via email to