Reply To: Firefly on Solaris (sparc)

#9756
jheinitz
Participant

Hello Ron,

I have upgraded sqlite from 3.3.8 to 3.3.14 and now my configure script completed. But there are other issues under SPARC Solaris.

One is that you declare something called lock_t in util.h. The thing is that there is already something called lock_t in /usr/include/sys/machtypes.h

I changed the definiton from lock_t to jh_lock_t in the util.h and util.c. That solved this issue and the make compiled more sources. But now I failed compiling mDNS.c and the included file mDNSClientAPI.h. Lots of errors.

HELP!!!

Best regards

Jens