View Single Post
  #1 (permalink)  
Old 02-21-2003
rodrigc rodrigc is offline
Registered User
 
 
Join Date: Feb 2003
Location: Boston, MA, U.S.A.
Posts: 27
Cool Working on FreeBSD-CURRENT port

Hi,

I am working on a FreeBSD-CURRENT port of Ice, because
Ice looks pretty interesting. I've found some problems in the FreeBSD header
files, and am working with the FreeBSD developer's to fix them.

To make your code more portable, you could include
<stdint.h> and define __STDC_LIMIT_MACROS to 1, as allowed by the C99
standard, for compatibility with C++.

I'm not sure if this is the best forum to post patches, but Michi
told me to post it here, so here goes.
Attached Files
File Type: txt config.h.patch.txt (849 Bytes, 201 views)
__________________
--
Craig Rodrigues
Reply With Quote