djiamnot / gdosc

OSC module for Godot game engine - it is now discontinued in favor of https://gitlab.com/frankiezafe/gdosc
Other
16 stars 1 forks source link

compilation error, godot 3.0 - linux mint 18 #1

Closed frankiezafe closed 6 years ago

frankiezafe commented 6 years ago

at modules/gdosc/utils.cpp:

modules/gdosc/utils.cpp:6:47: error: explicit qualification in declaration of 'std::__cxx11::string utils::gdStringToString(String)'
   std::string utils::gdStringToString(String s) {

it seems related to namespace "utils"... (https://stackoverflow.com/questions/8461832/explicit-qualification-in-declaration#8461857)

djiamnot commented 6 years ago

are you compiling with use_llvm=yes?

frankiezafe commented 6 years ago

nope, with gcc, but the bug is gone after cleaning up everything and recompilation on my workstation :) - by the way, i've tested the demo, and everything is fine! great job!