Woof!

On Mon, 18 Aug 2008 14:25:45 -0400, Bruce McAlister <[EMAIL PROTECTED]> wrote:
> Does anyone have any idea's on the error listed below?

> /opt/SUNWspro/bin/cc -w -DMULTIPLICITY -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TS_ERRNO
> -I/usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE -DEMBED_PERL
> -I/export/home/vzhsxn/packages/BUILD/freeswitch-1.0.1/src/include
> -I/export/home/vzhsxn/packages/BUILD/freeswitch-1.0.1/libs/libteletone/src
> -KPIC -DPIC -DPATH_MAX=2048 -g -v -Xc -xc99=all -D_GNU_SOURCE
> -DHAVE_CONFIG_H -c -o perlxsi.o perlxsi.c
>
> "/usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE/scope.h", line 221: syntax
> error before or at: sigjmp_buf

Just a guess (from previous solaris experience), that somewhere in the 
perlxsi.c file, there is an include that is re-defining a symbol used in 
scope.h.  I don't have access to scope.h here to see what it is complaining 
about, but that is where I'd look.

Another thing to try would be use gcc instead of Sun's compiler...see if that 
makes a difference or changes the error message to something a bit more useful.

--Woof!

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to