[ENet-discuss] OGRE compatibility

Andrew Fenn andrewfenn at gmail.com
Mon Mar 16 05:08:58 PDT 2009


You don't need to rename the files and there is no fix. It's because
it was included wrong.

You're suppose to do #include <enet/enet.h> not #include <enet.h>

This is why you're getting errors about "clock_t" being in the global namespace.

2009/3/16 JoNaN88 (a.k.a. Jon Ander Peñalba) <jonan.listas at gmail.com>:
> Hi,
>
> I don't know if this has already been discussed (sorry if it has). I'm
> trying to use ENet with OGRE (http://www.ogre3d.org) and I'm getting some
> conflicts. I've done a little search and found out people with the same
> problem [1]. I'm using Ubuntu 8.10 and I have both OGRE and ENet installed
> from the repositories.
>
> Have you already fixed this or do I need to rename the files manually?
>
> Thanks,
> Jonan
>
>
> [1]
> http://www.ogre3d.org/forums/viewtopic.php?p=210781&sid=c4934d8a1ce8a62763feee104f26d3e1#p210781
>
> --
> Live Free or Die Hard
> Diario de un pre-informático: http://infojonan.blogspot.com
>
> _______________________________________________
> ENet-discuss mailing list
> ENet-discuss at cubik.org
> http://lists.cubik.org/mailman/listinfo/enet-discuss
>
>


More information about the ENet-discuss mailing list