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: Louis Ciotti
Subject: Re: [Fwd: Re: Octave Forge on linux error during compile??]
Date: Sat, 11 Jun 2005 09:23:23 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050328 Fedora/1.7.6-1.2.5

Louis Ciotti wrote:

Okay, Now being more of a user than a programmer, especially on linux, could you be more specific on what you would like me to do here?? (I know enough C to right a small useless program)

Where to I try the #include <stdint.h>??

and what is grep?? I must admit to being a total unix/Linux lackie... to much time spent using the trash the Microsoft puts out. I have lost my way and I am now trying to get Linux to serve my needs now which has been going smoothly so far. I love the open source idea and if I can get free or low cost software to help me do my work then I will be a happy person...

Thanks again for all your help!!

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]