Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
When I compiled it i got error- Syntax error input(line_number)... pointing to definitions in Father class which are absolutely correct. Can anyone throw light on this as to where i have gone wrong?%module example %import Grand_Father.h %import Father.h %{ #include "son.h" %} %int foo();
jdporter added <code> tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error while compiling Swig Interface file
by PodMaster (Abbot) on Dec 14, 2005 at 07:22 UTC |