Hi all,
I also have a problem with how Config is used. I see Config in the
following way, it's a way to control the 'make' system of Inline.
Unfortunately the control is sometiles too limited for me. An example or
two will help.
Use Inline C => 'A' ;
perl code
Use Inline C => 'B' ;
A and B are processed separately, this might be the right thing some
times but not all the time.
use Inline Flex => 'some flex code' ;
use Inline Bison => 'some bison code' ;
In this case the bison code is dependent on the code flex generated,
what I need to have a better contol over how things get compiled and
when. Worse is when I have a external dependency I want to update due to
the compilation of, say, the Flex code. I simply don't know where to do
it!
my 2 Euro cents.
Nadim.