[odf-discuss] Problem with Google Code
Peter Vandenabeele
peter at vandenabeele.com
Mon Jan 15 07:46:47 EST 2007
On 1/15/07, Daniel Carrera <daniel.carrera at zmsl.com> wrote:
...
> Ok, this is useful. The reason why installer.sh didn't work is because
> the other program sets some environment variables that installer.sh
> needs.
>
> Therefore, the failure must be happening before calling install.sh but
> the only commands before install.sh are:
>
> dirname $0
> which zenity
>
> That should be very safe. Could you try those two?
I did (see below). I will try the regular make; make install and report back.
[start of quote]
peterv at ubuntu-2006-12-26:~/data/ODF/odf-viewer/odfviewer-linux-beta1/data-01a1236688$
dirname $0
dirname: invalid option -- b
Try `dirname --help' for more information.
peterv at ubuntu-2006-12-26:~/data/ODF/odf-viewer/odfviewer-linux-beta1/data-01a1236688$
which zenity
/usr/bin/zenity
peterv at ubuntu-2006-12-26:~/data/ODF/odf-viewer/odfviewer-linux-beta1/data-01a1236688$
dirname --help
Usage: dirname NAME
or: dirname OPTION
Print NAME with its trailing /component removed; if NAME contains no /'s,
output `.' (meaning the current directory).
--help display this help and exit
--version output version information and exit
Examples:
dirname /usr/bin/sort Output "/usr/bin".
dirname stdio.h Output ".".
Report bugs to <bug-coreutils at gnu.org>.
[end of quote]
More information about the odf-discuss
mailing list