05-09-2012, 05:53 PM
(05-09-2012, 05:22 PM)xoft Wrote: Welcome back
Can you try the latest rev (488), if it compiles? There have been some changes in the preprocessor magic, and I've kinda lost track of what's been done where
I think you should be able to compile, and if not, the only problematic thing is the strerror_r(). It seems Apple has been changing their mind a lot regarding this function and they use both signatures in different OSs, maybe even in the same OS, just a different version.
Yep, compiles without a hitch now. However, it crashes with a genuine true segmentation-fault when a client tries to connect.
I'll run it in the x-code debugger later and see why. Too tired right now.