help-octave
[Top][All Lists]
Advanced

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

Re: [Fwd: Re: Octave Forge on linux error during compile??]


From: Stefan van der Walt
Subject: Re: [Fwd: Re: Octave Forge on linux error during compile??]
Date: Sat, 11 Jun 2005 18:54:59 +0200
User-agent: Mutt/1.5.6i

Hi Louis

Will you please post the output of `locate pcre.h', or if that doesn't
reveal anything, the output of 

find /usr/include/ -name "pcre.h"

Please also post the output of the ./configure command that you always
run before compiling.

Thanks.
Stefan

On Sat, Jun 11, 2005 at 09:23:23AM -0400, Louis Ciotti wrote:
> Louis Ciotti wrote:
> I inserted # include <stdint.h> into randmtzig.c and I am now down to 
> one error (Thanks Paul for the info on where to put it) and it cleared 
> one error.  now I still get the following:
> 
> make[2]: Entering directory `/home/lciotti/octave-forge/main/strings'
> mkoctfile -DHAVE_OCTAVE_29 -v pcregexp.cc -lpcre
> g++ -c -fPIC -I/usr/local/include/octave-2.9.3 
> -I/usr/local/include/octave-2.9.3/octave -I/usr/local/include -mieee-fp 
> -g -O2 -DHAVE_OCTAVE_29 pcregexp.cc -o pcregexp.o
> pcregexp.cc:26:18: pcre.h: No such file or directory
> pcregexp.cc: In function `octave_value_list Fpcregexp(const 
> octave_value_list&, int)':
> pcregexp.cc:50: error: `pcre' undeclared (first use this function)
> pcregexp.cc:50: error: (Each undeclared identifier is reported only once 
> for each function it appears in.)
> pcregexp.cc:50: error: `re' undeclared (first use this function)
> pcregexp.cc:53: error: `pcre_compile' undeclared (first use this function)
> pcregexp.cc:62: error: `PCRE_INFO_CAPTURECOUNT' undeclared (first use 
> this function)
> pcregexp.cc:62: error: `pcre_fullinfo' undeclared (first use this function)
> pcregexp.cc:66: error: `pcre_exec' undeclared (first use this function)
> pcregexp.cc:68: error: `PCRE_ERROR_NOMATCH' undeclared (first use this 
> function)
> pcregexp.cc:71: error: `pcre_free' undeclared (first use this function)
> pcregexp.cc:79: error: `pcre_get_substring_list' undeclared (first use 
> this function)
> pcregexp.cc:81: error: `PCRE_ERROR_NOMEMORY' undeclared (first use this 
> function)
> pcregexp.cc:103: error: `pcre_free_substring_list' undeclared (first use 
> this function)
> 
> Lou



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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