----- Original Message ----- From: "邬 明辉" <[EMAIL PROTECTED]> To: <inline@perl.org> Sent: Monday, August 21, 2006 7:14 PM Subject: Re: Inline::CPP build wrong about 'MODULE'
> > Something is wrong, but I can not find the problem. > > > ---------------------------------------------------------- > use Inline CPP; > use Inline CPP => Config => > INC => '-I /opt/ems/scada/src/dbUtil/include', Try: INC => '-I/opt/ems/scada/src/dbUtil/include', ie, remove the space between the "-I" and the "/". If that doesn't help, could you post the full output you get when run the script. Cheers, Rob