Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 10-14-2014, 11:03 AM
amraist
Fire Beetle
 
Join Date: Aug 2005
Posts: 29
Default

I had a working build on FreeBSD a few months ago, but I haven't been tracking the changes lately.

Specifically for the LUA, I added fixes like this(below) in a few different places.

I did my work with clang and 9.x I believe.

I'd be interested in any fixes you do resolve.

Code:
# include <boost/mpl/next.hpp>
# include <boost/mpl/size.hpp>
-namespace luabind {
+namespace luabind { namespace adl
+{
-class object;
-class argument;
-template <class Base>
-struct table;
+ class object;
+ class argument;
+ template <class Base>
+ struct table;
+
+} // namespace adl
+
+using adl::object;
+using adl::argument;
+using adl::table;
} // namespace luabind
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:48 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3