# HG changeset patch # User fmoatamr # Date 1260209812 -3600 # Node ID eb5b9d2951921e844675461f0a1dfe7ffdb51b25 # Parent 0328056e7faa353ec1313c925eaa15ed3c48b369 Fixing building with python bindings under MacOS and MingW diff -r 0328056e7faa -r eb5b9d295192 bindings/python/ns3modulegen.py --- a/bindings/python/ns3modulegen.py Mon Dec 07 11:14:58 2009 +0100 +++ b/bindings/python/ns3modulegen.py Mon Dec 07 19:16:52 2009 +0100 @@ -138,6 +138,7 @@ if 'EmuNetDevice' not in enabled_features: for clsname in ['EmuNetDevice', 'EmuHelper']: root_module.classes.remove(root_module['ns3::%s' % clsname]) + root_module.enums.remove(root_module['ns3::EmuNetDevice::EncapsulationMode']) if 'RealTime' not in enabled_features: for clsname in ['WallClockSynchronizer', 'RealtimeSimulatorImpl']: