bigfug / Fugio

An open visual programming system designed for fast development and long-term preservation of digital art and creative exploration
http://www.bigfug.com/software/fugio/
GNU Lesser General Public License v3.0
151 stars 22 forks source link

Compile error of LuaQt in develop branch #49

Closed MassiminoilTrace closed 5 years ago

MassiminoilTrace commented 6 years ago

While I was compiling my translated fork in QtCreator, I found a compile error "no member function declared in class" of function luaPinGet in file luajsondocument. I'm working on Fedora on the develop branch.

Maybe it is caused by the endif in luajsondocument.h which is after luaPinGet, but in the file luajsondocument.cpp the endif is before luaPinGet. I tried to move the endif after it, as in the attached image. Now it compiles successfully but, as I don't know so much c++, I ask the question before making any code change. schermatafugio