Compilation problem with ACLIC library

Hi I erase some lines just left the TArtStore ones. and remove other files
and I attach the very simple version in attachments
my code is :

#include
#include
#include
#include
#include “TArtStoreManager.hh”
#include “TSystem.h”
#include “TTree.h”
#include “TFile.h”
#include “TClonesArray.h”
#include “TVector3.h”
#include “signal.h”
using namespace std;
bool stoploop = false;
void stop_interrupt(){
printf(“keyboard interrupt\n”);
stoploop = true;
}
void Maketry( char *infile, char *outfile=“bigrips.root”){
TArtStoreManager * sman = TArtStoreManager::Instance();
cout<<“Writing the tree.”<<endl;
fout->Write();
fout->Close();
}
TArtRawEventObject.hh (1.9 KB)
TArtRawFADCDataObject.hh (1021 Bytes)
TArtRawFeminosDataObject.hh (1.8 KB)
TArtRawScalerObject.hh (1.11 KB)
TArtRawSegmentObject.hh (2.87 KB)