On 5/20/05, Yen-Ju Chen <[EMAIL PROTECTED]> wrote: [snip] > > To avoid picking the old installed headers, > I think I can modify the GNUmakefile in source code from > LuceneKit_INCLUDE_DIRS += -I../.. > to LuceneKit_INCLUDE_DIRS = -I../.. > It may solve the problem
The other way around is to use "...." while both headers are in the same directory and <...> while they are not in the same directory. "../Index/LCDocumentWriter.h" is another way around but I prefer not to "../" though it shouldn't be a problem. > > Yen-Ju > > > > > > Quentin. > > > > -- > > Quentin Mathé > > [EMAIL PROTECTED] > > > > > > _______________________________________________ > > Etoile-dev mailing list > > [email protected] > > https://mail.gna.org/listinfo/etoile-dev > > >
