Thursday, August 31, 2006

gettext

While compiling gettext for Zeta I found that the headers for libexpat (that is included in Zeta) where missing. Those files are expat.h and expat_external.h. So I downloaded a recent expat library and placed the headers in the include directory. This allowed me to fully compile gettext.

Testing the library with make check was a success.

The code for gettext for Zeta can be found on BeOSMaxFiles.org

Expat 2.0 library I downloaded for the headers is here.

No comments: