Hi Olaf, On Fri, 2013-11-15 at 18:10 +0100, Olaf Radicke wrote: > g++ -I../include -I/opt/gsd/include -fpic -DPIC -O5 -funroll-loops > -m64 -Wall > -Wno-long-long -pedantic -c -o nexus.o nexus.cpp > nexus.cpp:1:0: sorry, unimplemented: 64-bit mode not compiled in
i doubt that you did edit Makefile.inc and it seems you have an older revision of it, as the newer git version containts more generic defaults. You might just replace it by a newer Makefile.inc.default, which will more likely match your needs, but still, you might need to edit it. BTW: vablo works fine on 64bit platforms to me it seems you're trying to compile it on a 32bit platform which doesn't have 64bit compiled libstdc ++ (would fail anyway if your cxxtools & tntndb is compiled with 32bit.) Regards, Julian ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
