View Single Post
  #4  
Old 05-26-2011, 06:58 PM
Tabasco's Avatar
Tabasco
Discordant
 
Join Date: Sep 2009
Posts: 269
Default

It looks like as of gcc 4.4, scoped and strongly typed enums are supported. Just fix the makefile.

Code:
COPTS=$(WFLAGS) -O -g -m32 -pthread -pipe -DEQLAUNCH $(DFLAGS) $(MYSQL_FLAGS) -std=c++0x

Last edited by Tabasco; 05-26-2011 at 07:00 PM.. Reason: That reall belongs in COPTS instead of WFLAGS
Reply With Quote