after some more research it seems the offending line is added by
ExtUtils/MM_Unix.pm VERSION_MACRO = VERSION and then VERSION_MACRO gets defined to eventually become the -D... business that it causing my problems On Tue, Jan 21, 2003 at 11:27:02AM -0600, Good Times wrote: > > hello everyone > > here is my issue > > Inline::CPP generates a Makefile that passes -DVERSION=\"0.00\" > > to the compiler > > well, this seems to change the following in a library header file (not under my >control) > > static const short VERSION; > > into > > static const short 0.00; > > which as you can imagine > > causes compilation problems > > how do i turn off the append of -DVERSION=\"0.00\" to my Inline::CPP compilations? > > > -- > Aaron > -- Aaron