Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - compile errors on 6.4.0 for pfil implementation: (4 Items)
   
compile errors on 6.4.0 for pfil implementation  
Hi,
       We have all the binaries for 6.4.0 on which we are planning port ion-net to io-pkt. I am attaching the errors I 
get which makes me feel that the header files and the binaries are in mismatch.

I am running a sample pfil code.

Can anyone please guess whats going on.

Regards
Vinod
Attachment: Image pfil_Error.JPG 192.76 KB
Re: compile errors on 6.4.0 for pfil implementation  
On Thu, Dec 17, 2009 at 04:59:14PM -0500, Vinod Kolapuram wrote:
> Hi,
>        We have all the binaries for 6.4.0 on which we are planning port ion-net to io-pkt. I am attaching the errors I
 get which makes me feel that the header files and the binaries are in mismatch.
> 
> I am running a sample pfil code.
> 
> Can anyone please guess whats going on.

You're using c++.  The io-pkt + drivers + lsm headers
haven't been vetted for C++.

Regards,

-seanb
Re: compile errors on 6.4.0 for pfil implementation  
Thanks Sean. 
Now I have to update my Jam make file to make it use C compiler.
Do you have any idea of changing the option in Jam file or is it again in some binary where you cannot change it?
I am looking on the website too, but thought of asking you, if you know already.

Regards
Vinod
Re: compile errors on 6.4.0 for pfil implementation  
Hi Sean,
             Thanks for letting me know that the  io-pkt + drivers + lsm headers
haven't been vetted for C++.

I compiled the code using C compiler and I am able to build .so now.

Regards,
VK