View Single Post
Author Message
Flasher
Senior Member
Join Date: Apr 2008
Old 12-09-2008 , 16:24   -fno-exceptions and throw
Reply With Quote #1

I have a problem writing module for linux version of hl server.

If I build with -fno-exceptions I get this error:
acc/include/AccSupport.h:47: error: exception handling disabled, use -fexceptions to enable
If I build with -fexceptions module is not loading in server (I doesn't spoted any message about why it is not loaded, but it is absent in meta list output)
AccSupport.h is include from foreign library. This library seem using exceptions.

Can I somehow solve this?

PS Under Windows (for windows version of hlds) this module compiles and works.

Last edited by Flasher; 12-11-2008 at 03:59.
Flasher is offline