View Single Post
  #22  
Old 02-14-2002, 03:13 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Got it too compile under gcc 3.0 !

Had to make the following changes

- Update the hex and dec fields per Mis above to point to std::<cast> . I found the section in gnu.org where they discussed the changes they made in namespaces from 2.95 to 3.0. Good catch on that one Mis!

- Had to add <include stdarg.h> to all files that referenced any of the va_start, va_stop, or va_list functions.

- Modified the makefile so the -lz was included, and changed -m486 to march=i486 (-m486 was deprecated)


Everything built successfully, I will reload the database and see if I can't get it up and running when I get home this afternoon.

Note to Mis: If ya hate those ^M linefeeds, run
dos2unix *

It will strip them out of all the files in the directory!
Reply With Quote