Re: crash after uninstalling and re-installing

Bart Vanherck <[email protected]> Mon, 25 Jul 2005 18:27:04 +0200
Newsgroups gmane.editors.mlview.devel
Message-ID <1122308824.9236.1.camel@localhost>
Hello,

On Sun, 2005-07-24 at 09:16 +0200, Dodji Seketeli wrote:
> Hello Bart,
> 
> Maybe when you ran make the second time, it didn't rebuild all the
> source files (remember, these were build the first time with the prefix
> set to /usr/local). But it did install the application ressource files
> (glade files and so on) to /usr/share/mlview/... . So the binaries are
> still looking for the ressource files under /usr/local/share/mlview .
> 
> Could you please try "configure --prefix=/usr && make clean all && sudo make
> install" and tell me what you get ?

That was of course the trick to solve the problem. I overlooked at
it :-(

Thanks for the help.