Go Back   EQEmulator Home > EQEmulator Forums > General > General::News

General::News EQemu news posts.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #13  
Old 09-08-2007, 10:15 PM
Criimson
Hill Giant
 
Join Date: Sep 2006
Posts: 172
Default

OK reinstalled Linux (Fedora 7) and have Eclipse installed. This is a really nice IDE.
I am trying to get azone_eqg compiled but am getting these errors.

Code:
Severity and Description	Path	Resource	Location	Creation Time	Id
error: ‘FACE’ has not been declared	aZone	azone.h	line 129	1189332762511	146
error: ‘FACE’ was not declared in this scope	aZone	azone.cpp	line 240	1189332762521	166
error: ‘FACE’ was not declared in this scope	aZone	azone.cpp	line 305	1189332762525	173
error: ‘FACE’ was not declared in this scope	aZone	azone.h	line 117	1189332762508	140
error: ‘faceBlock’ was not declared in this scope	aZone	azone.cpp	line 97	1189332762511	148
error: ‘faceBlock’ was not declared in this scope	aZone	azone.cpp	line 114	1189332762512	149
error: ‘faceBlock’ was not declared in this scope	aZone	azone.cpp	line 116	1189332762512	151
error: ‘faceBlock’ was not declared in this scope	aZone	azone.cpp	line 181	1189332762518	159
error: ‘faceBlock’ was not declared in this scope	aZone	azone.cpp	line 305	1189332762525	172
error: ‘faceptr’ was not declared in this scope	aZone	azone.cpp	line 240	1189332762522	167
error: ‘head’ was not declared in this scope	aZone	azone.cpp	line 280	1189332762524	171
error: ‘heads’ was not declared in this scope	aZone	azone.cpp	line 386	1189332762532	182
error: ‘int QTNode::fillBlocks’ is not a static member of ‘class QTNode’	aZone	azone.cpp	line 386	1189332762530	180
error: ‘mapHeader’ was not declared in this scope	aZone	azone.cpp	line 279	1189332762523	169
error: ‘nodeHeader’ has not been declared	aZone	azone.h	line 158	1189332762511	147
error: ‘nodeHeader’ was not declared in this scope	aZone	azone.cpp	line 312	1189332762526	174
error: ‘nodeHeader’ was not declared in this scope	aZone	azone.cpp	line 386	1189332762531	181
error: ‘nodes’ was not declared in this scope	aZone	azone.cpp	line 312	1189332762526	175
error: ‘struct FaceRecord’ has no member named ‘face’	aZone	azone.cpp	line 243	1189332762522	168
error: ‘v’ was not declared in this scope	aZone	azone.cpp	line 194	1189332762520	163
error: ‘v’ was not declared in this scope	aZone	azone.cpp	line 205	1189332762520	164
error: ‘v’ was not declared in this scope	aZone	azone.cpp	line 216	1189332762521	165
error: ‘v1’ was not declared in this scope	aZone	azone.cpp	line 140	1189332762513	154
error: ‘v2’ was not declared in this scope	aZone	azone.cpp	line 148	1189332762514	155
error: ‘v3’ was not declared in this scope	aZone	azone.cpp	line 156	1189332762516	156
error: ‘VERTEX’ does not name a type	aZone	azone.h	line 56	1189332762502	133
error: ‘VERTEX’ does not name a type	aZone	azone.h	line 125	1189332762510	145
error: ‘VERTEX’ has not been declared	aZone	azone.h	line 111	1189332762505	139
error: ‘VERTEX’ was not declared in this scope	aZone	azone.cpp	line 137	1189332762513	152
error: /zone/map.h: No such file or directory	aZone	azone.h	line 5	1189332762502	132
error: expected `;' before ‘FACE’	aZone	azone.cpp	line 181	1189332762519	161
error: expected `;' before ‘head’	aZone	azone.cpp	line 279	1189332762524	170
error: expected `;' before ‘nodeHeader’	aZone	azone.cpp	line 312	1189332762528	177
error: expected `;' before ‘v1’	aZone	azone.cpp	line 137	1189332762513	153
error: expected `)' before ‘&’ token	aZone	azone.h	line 63	1189332762503	134
error: expected ‘,’ or ‘;’ before ‘{’ token	aZone	azone.cpp	line 386	1189332762534	185
error: expected ‘,’ or ‘...’ before ‘*’ token	aZone	azone.h	line 108	1189332762504	137
error: expected ‘;’ before ‘*’ token	aZone	azone.h	line 94	1189332762503	136
error: expected ‘;’ before ‘*’ token	aZone	azone.h	line 123	1189332762510	144
error: expected primary-expression before ‘unsigned’	aZone	azone.cpp	line 386	1189332762532	183
error: expected type-specifier before ‘FACE’	aZone	azone.cpp	line 181	1189332762519	160
error: expected type-specifier before ‘nodeHeader’	aZone	azone.cpp	line 312	1189332762527	176
error: initializer expression list treated as compound expression	aZone	azone.cpp	line 386	1189332762534	184
error: invalid types ‘int[long unsigned int]’ for array subscript	aZone	azone.cpp	line 184	1189332762520	162
error: ISO C++ forbids declaration of ‘FACE’ with no type	aZone	azone.h	line 94	1189332762503	135
error: ISO C++ forbids declaration of ‘FACE’ with no type	aZone	azone.h	line 108	1189332762504	138
error: ISO C++ forbids declaration of ‘FACE’ with no type	aZone	azone.h	line 123	1189332762509	143
error: request for member ‘size’ in ‘((QTBuilder*)this)->QTBuilder::_FaceList’, which is of non-class type ‘int’	aZone	azone.cpp	line 167	1189332762517	157
error: request for member ‘size’ in ‘((QTBuilder*)this)->QTBuilder::_FaceList’, which is of non-class type ‘int’	aZone	azone.cpp	line 172	1189332762517	158
error: template argument 1 is invalid	aZone	azone.h	line 117	1189332762508	141
error: template argument 2 is invalid	aZone	azone.h	line 117	1189332762509	142
error: type ‘’ argument given to ‘delete’, expected pointer	aZone	azone.cpp	line 115	1189332762512	150
error: type ‘’ argument given to ‘delete’, expected pointer	aZone	azone.cpp	line 342	1189332762529	178
error: variable or field ‘fillBlocks’ declared void	aZone	azone.cpp	line 386	1189332762530	179
Any ideas?

Criimson
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump

   

All times are GMT -4. The time now is 11:55 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3