HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] v 4.1.5 on macos 10.2.4 using g++ 3.2.2 - help
Hi,
I am sure it's me making error's but the compiler gives quite a few
errors. Who did succesfully build HylaFAX 4.1.5 on macosx ? I found
<http://www.hylafax.org/howto/misc/installnotes.php#OSX>, installed
gcc 3.2.2 but could not compile all.
first error on util:
/usr/local/bin/g++ -D__ANSI_CPP__ -I.
-I.. -I.././regex -I.././util -I.././util -I/usr/local/include -g -O -x
c++ -c RegEx.c++
In file included from
/usr/local/lib/gcc-lib/powerpc-apple-darwin6.4/3.2.2/include/c++/
backward/new.h:33,
from Types.h:32,
from Obj.h:29,
from Str.h:31,
from RegEx.h:31,
from RegEx.c++:30:
/usr/local/lib/gcc-lib/powerpc-apple-darwin6.4/3.2.2/include/c++/
backward/backward_warning.h:32:2: warning: #warning This file includes
at least one deprecated or antiquated header. Please consider using one
of the 32 headers found in section 17.4.1.2 of the C++ standard.
Examples include substituting the <X> header for the <X.h> header for
C++ includes, or <sstream> instead of the deprecated header
<strstream.h>. To disable this warning use -Wno-deprecated.
In file included from RegEx.c++:30:
RegEx.h:58: 'regex_t' is used as a type, but is not defined as a type.
RegEx.h:59: syntax error before `*' token
RegEx.h:42: `REG_EXTENDED' was not declared in this scope
RegEx.h:41: `REG_EXTENDED' was not declared in this scope
RegEx.h:40: `REG_EXTENDED' was not declared in this scope
RegEx.c++: In destructor `virtual RegEx::~RegEx()':
RegEx.c++:49: `c_pattern' undeclared (first use this function)
RegEx.c++:49: (Each undeclared identifier is reported only once for each
function it appears in.)
RegEx.c++:49: `regfree' undeclared (first use this function)
RegEx.c++:50: `matches' undeclared (first use this function)
RegEx.c++: In member function `void RegEx::init(int)':
RegEx.c++:56: `regcomp' undeclared (first use this function)
RegEx.c++:58: parse error before `[' token
RegEx.c++:59: `REG_NOMATCH' undeclared (first use this function)
RegEx.c++: In member function `bool RegEx::Find(const char*, unsigned
int,
unsigned int)':
RegEx.c++:80: `REG_STARTEND' undeclared (first use this function)
RegEx.c++:80: `regexec' undeclared (first use this function)
RegEx.c++: In member function `void RegEx::getError(fxStr&) const':
RegEx.c++:90: `regerror' undeclared (first use this function)
make[1]: *** [RegEx.o] Error 1
make: *** [default] Error 2
Who can guide me through this ?
Ronald.
---
I like windows, as long as it is mac
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*