View Single Post
  #13  
Old 06-18-2007, 06:22 AM
Darkonig
Hill Giant
 
Join Date: Dec 2006
Posts: 102
Default

I did have an issue compiling the CVS source. It seems the file source/zone/zonedb.h was saved with the wrong (or at least inconsistent with the other source files) line terminators. This resulted in lines terminated with 0x0d0d0a instead of 0x0d0a or just 0x0a. Although the file looks fine when displayed in notepad, when compiling a number of errors are reported in a lot of files because it cannot process zonedb.h claiming it uses mac line terminators instead of dos or unix. I resolved this for me to compile successfully by running the dos2unix utility against zonedb.h to convert all the line terminators to 0x0a and then running unix2dos against it to convert line terminators to 0x0d0a.
Reply With Quote