[Scilab-Dev] Weird issue in the Scilab core

Stéphane Mottelet stephane.mottelet at utc.fr
Mon Mar 10 17:18:20 CET 2008


Sylvestre Ledru a écrit :
> Hi,
>
> I am trying to port Scilab under Mac OS X and I have a weird issue on basic
> Scilab feature.
>
> Using the function size is returning an error about the type of the input
> argument.
>
> -->size(rand(1,1))
>                 !--error 42 
> Incompatible input argument.
>
> Before I spend more time on this issue, did anyone had it before ?
>
> Cheers,
> Sylvestre
>   
which version of pcre is required ? I have 4.5 (2003) and I am missing
constants :

src/c/pcre_private.c: In function 'check_match_limit':
src/c/pcre_private.c:204: error: 'PCRE_ERROR_PARTIAL' undeclared (first 
use in this function)
src/c/pcre_private.c:204: error: (Each undeclared identifier is reported 
only once
src/c/pcre_private.c:204: error: for each function it appears in.)
src/c/pcre_private.c: In function 'pcre_private':
src/c/pcre_private.c:400: error: 'PCRE_FIRSTLINE' undeclared (first use 
in this function)
src/c/pcre_private.c:409: error: 'PCRE_AUTO_CALLOUT' undeclared (first 
use in this function)
src/c/pcre_private.c:415: error: 'PCRE_DUPNAMES' undeclared (first use 
in this function)
src/c/pcre_private.c:522: error: 'PCRE_EXTRA_MATCH_LIMIT_RECURSION' 
undeclared (first use in this function)
src/c/pcre_private.c:653: error: 'PCRE_PARTIAL' undeclared (first use in 
this function)
src/c/pcre_private.c:663: error: 'struct pcre_extra' has no member named 
'match_limit_recursion'
src/c/pcre_private.c:677: error: 'PCRE_DFA_RESTART' undeclared (first 
use in this function)
src/c/pcre_private.c:727: error: 'struct pcre_extra' has no member named 
'match_limit_recursion'
src/c/pcre_private.c:728: error: 'PCRE_ERROR_RECURSIONLIMIT' undeclared 
(first use in this function)

?

-- 
Stéphane Mottelet
Laboratoire de Mathématiques Appliquées
Université de Technologie de Compiègne
http://www.lmac.utc.fr/~mottelet



More information about the dev mailing list