View Single Post
  #1  
Old 12-17-2003, 07:19 AM
krich
Hill Giant
 
Join Date: May 2003
Location: The Great Northwest
Posts: 150
Default Question about Embeded Perl Compile on Linux

The embeded perl seems to be compiling fine with one minor issue. When compiling net.cpp, I get the following error:

Code:
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/perl.h:3929: redefinition of 
   `union semun'
net.cpp:53: previous definition of `union semun'
I've commented out the redefinition in net.cpp and everything compiles fine, but while this fixes the immediate issue I'm not sure this is the proper long term solution. I've yet to fully test the zone executable generated by this method.

Comments? Guidance?

Regards,

krich
Reply With Quote