Re: Gnopernicus 1.0



On Tue, 2006-03-14 at 18:48, Michael Wigle wrote:
> This may not be the place for this question but I wasn't sure where else to 
> post. I have downloaded Gnopernicus 1.0 and have been able to successfully 
> make it but when I do a make install it fails near the end because of some 
> files that seem to not be getting extracted to a folder if I read the logs 
> right. Could someone help me here or privately with this? I'm not a great 
> linux user but I understand the main concepts and have compiled and 
> installed other apps successfully. Here is the last part of the make install 
> that seems to indicate what the problem is:
> 
> test -z "/usr/local/include/gnopernicus-1.0/libmag" || mkdir -p -- . 
> "/usr/local /include/gnopernicus-1.0/libmag"
> /usr/bin/install -c -m 644 'magxmlapi.h' 
> '/usr/local/include/gnopernicus-1.0/li bmag/magxmlapi.h'
> make[3]: Leaving directory `/opt/gnopernicus-1.0.0/magnifier/libmag'
> make[2]: Leaving directory `/opt/gnopernicus-1.0.0/magnifier/libmag'
> Making install in test
> make[2]: Entering directory `/opt/gnopernicus-1.0.0/magnifier/test'
> make[3]: Entering directory `/opt/gnopernicus-1.0.0/magnifier/test'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory `/opt/gnopernicus-1.0.0/magnifier/test'
> make[2]: Leaving directory `/opt/gnopernicus-1.0.0/magnifier/test'
> make[2]: Entering directory `/opt/gnopernicus-1.0.0/magnifier'
> make[3]: Entering directory `/opt/gnopernicus-1.0.0/magnifier'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory `/opt/gnopernicus-1.0.0/magnifier'
> make[2]: Leaving directory `/opt/gnopernicus-1.0.0/magnifier'
> make[1]: Leaving directory `/opt/gnopernicus-1.0.0/magnifier'
> Making install in srcore
> make[1]: Entering directory `/opt/gnopernicus-1.0.0/srcore'
> LC_ALL=C ../intltool-merge -x -u -c ../po/.intltool-merge-cache ../po 
> default.xm l.in default.xml
> LC_ALL=C ../intltool-merge -x -u -c ../po/.intltool-merge-cache ../po 
> verbose.xm l.in verbose.xml
> make[2]: Entering directory `/opt/gnopernicus-1.0.0/srcore'
> test -z "/usr/local/bin" || mkdir -p -- . "/usr/local/bin"
>   /bin/sh ../libtool --mode=install /usr/bin/install -c 'srcore' 
> '/usr/local/bin /srcore'
> /usr/bin/install -c .libs/srcore /usr/local/bin/srcore
> LC_ALL=C ../intltool-merge -x -u -c ../po/.intltool-merge-cache ../po 
> default.xm l.in default.xml
> LC_ALL=C ../intltool-merge -x -u -c ../po/.intltool-merge-cache ../po 
> verbose.xm l.in verbose.xml
> test -z "/usr/local/share/gnopernicus/presentation" || mkdir -p -- . 
> "/usr/local /share/gnopernicus/presentation"
> /usr/bin/install -c -m 644 './default.xml' 
> '/usr/local/share/gnopernicus/presen tation/default.xml'

The line above should be
'/usr/local/share/gnopernicus/presentation/default.xml'
('presen tation' should be 'presentation' (1 word)). Is this the problem
or a copy-paste issue?

Also, before running "make install" check if in 'srcore' directory files
'default.xml' and 'verbose.xml' are present.

Regards,
Remus





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]