Thread
:
gcc and namespace fix /EQEmuLoginServer/Client.cpp
View Single Post
#
4
05-26-2011, 06:58 PM
Tabasco
Discordant
Join Date: Sep 2009
Posts: 269
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
Tabasco
View Public Profile
Send a private message to Tabasco
Find all posts by Tabasco