On Thu, 30 Oct 1997, Mike Carpenter wrote: >I implemented this little snippet from the CircleMud Resources and I get >this error, can anyone help me out what does this mean? I can't seem to >find the error. I just copied all the errors, there are 57 errors mostly >the same... Abram > > >races.c >C:\Windows\Desktop\circ\circle30bpl11\src\structs.h(487) : error C2061: >syntax error : identifier 'byte' All your problems stem from this one. Look up typedef in structs.h and make up a new one for byte (probably using a char or int as the base) Or just change every instance of byte to int...there are a number of ways to fix this that hinge on making the phrase 'byte' valid. -- George Greer - Me@Null.net | Genius may have its limitations, but stupidity http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST