octave-maintainers
[Top][All Lists]
Advanced

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

Re: configure test for gl2ps


From: José Luis García Pallero
Subject: Re: configure test for gl2ps
Date: Tue, 3 Dec 2013 17:48:23 +0100

2013/12/3 Rik <address@hidden>:
> On 12/03/2013 07:05 AM, address@hidden wrote:
>> Message: 4
>> Date: Tue, 3 Dec 2013 12:52:49 +0100
>> From: Jos? Luis Garc?a Pallero <address@hidden>
>> To: Octave Maintainers List <address@hidden>
>> Subject: Detecting gl2ps in ./configure step
>> Message-ID:
>>       <address@hidden>
>> Content-Type: text/plain; charset=ISO-8859-1
>>
>> Hello:
>>
>> If I run ./configure on the development sources and I have not
>> installed the gl2ps library, its absence is not warned by the script,
>> and the sources can be compiled without errors. Then, it is impossible
>> to use the print() function with ftlk. It could be nice that the
>> configure script emits a warning if gl2ps is not present in order to
>> alert the user, as fltk is now the default graphics core
> 12/3/13
>
> Jose,
>
> Check what version of the sources you are using.  There is already a test
> in configure that looks for gl2ps and emits a warning about printing.  The
> changeset that introduced the test was 06a850f83dd4 from October 29th.
>
> AC_MSG_WARN([gl2ps library not found.  OpenGL printing is disabled.])

Hello:

I've cloned five minutes ago:

hg tip

changeset:   18051:e6c17e9bc600
bookmark:    @
tag:         tip
user:        Rik <address@hidden>
date:        Tue Dec 03 08:09:23 2013 -0800
summary:     maint: Bump version to 4.1.0+ on default branch.

As I said, the configure script does not warns about the lack of
gl2ps, which I'm sure I have not installed (on Debian the packages are
called libgl2ps0 and libgl2ps-dev)

Also, using this changesed I obtain this error in the documentation generation:

make[3]: se ingresa al directorio `/home/topo/octave/doc/interpreter'
./config-images.sh ../..
../../doc/interpreter/images.mk is unchanged
Updating ./version.texi
restore=: && backupdir=".am$$" && \
        am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
        rm -rf $backupdir && mkdir $backupdir && \
        if (/bin/bash /home/topo/octave/build-aux/missing makeinfo
--version) >/dev/null 2>&1; then \
          for f in octave.info octave.info-[0-9]
octave.info-[0-9][0-9] octave.i[0-9] octave.i[0-9][0-9]; do \
            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
          done; \
        else :; fi && \
        cd "$am__cwd"; \
        if /bin/bash /home/topo/octave/build-aux/missing makeinfo   -I . \
         -o octave.info octave.texi; \
        then \
          rc=0; \
          CDPATH="${ZSH_VERSION+.}:" && cd .; \
        else \
          rc=$?; \
          CDPATH="${ZSH_VERSION+.}:" && cd . && \
          $restore $backupdir/* `echo "./octave.info" | sed 's|[^/]*$||'`; \
        fi; \
        rm -rf $backupdir; exit $rc
./func.texi:548: `table' requiere un argumento: el procesador de
formato para @item
./func.texi:550: recursive call of macro qcode is not allowed; use
@rmacro if needed
./func.texi:551: recursive call of macro qcode is not allowed; use
@rmacro if needed
./func.texi:565: recursive call of macro qcode is not allowed; use
@rmacro if needed
.
.
.
.
.
./io.texi:754: recursive call of macro qcode is not allowed; use
@rmacro if needed
./io.texi:936: recursive call of macro qcode is not allowed; use
@rmacro if needed
./io.texi:943: recursive call of macro qcode is not allowed; use
@rmacro if needed
./io.texi:943: warning: @item missing argument
.
.
.
.
./emacs.texi:256: recursive call of macro qcode is not allowed; use
@rmacro if needed
./emacs.texi:395: recursive call of macro qcode is not allowed; use
@rmacro if needed
./emacs.texi:461: recursive call of macro qcode is not allowed; use
@rmacro if needed
./grammar.texi:120: recursive call of macro qcode is not allowed; use
@rmacro if needed
./grammar.texi:131: recursive call of macro qcode is not allowed; use
@rmacro if needed
make[3]: *** [octave.info] Error 1
make[3]: se sale del directorio `/home/topo/octave/doc/interpreter'
make[2]: *** [all-recursive] Error 1
make[2]: se sale del directorio `/home/topo/octave/doc'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/home/topo/octave'
make: *** [all] Error 2

>
> --Rik
>
>> Best regards
>



-- 
*****************************************
José Luis García Pallero
address@hidden
(o<
/ / \
V_/_
Use Debian GNU/Linux and enjoy!
*****************************************


reply via email to

[Prev in Thread] Current Thread [Next in Thread]