View Single Post
Old Apr 29th, 2008, 5:28 AM   #7
JD-Salinger
Unknown
 
JD-Salinger's Avatar
 
Join Date: Apr 2008
Location: unknown
Posts: 57
Rep Power: 1 JD-Salinger is on a distinguished road
Re: initilizer incmplete type

Quote:
Originally Posted by Cache View Post
You need to:
#include "Scanner.h"
#include "SymTab.h"
#include "FunTab.h"
#include "Store.h"
in either Parser.h or main.cpp

#include <cassert> in PTree.h

And there's an error in SymTab.cpp at line 54 about calling strcmp with 3 arguments. No doubt you meant to usestrncmp.
THanks a lot cache!!!! I am so STUPID!!!!!!!!!!!!!!!!!!! whoooo!!!! i just need to include those files.... and i checked the scanner.h header file... there's still some error in the ACCEPT method ill give it another check... thanks again... a big help
__________________
-------------------------------------------------------------------------
I thought what I'd Do was, I'd pretend to be one of those deaf mutes
------------------------------------------------------------------------
JD-Salinger is offline   Reply With Quote