Jump to content
The Dark Mod Forums

Recommended Posts

Posted

I got the following error when building in Ubuntu 19.10:

make[3]: Entering directory '/home/biel/games/src/DarkRadiant/plugins/script'
  CXX      ScriptingSystem.lo
  CXX      ScriptCommand.lo
  CXX      ScriptModule.lo
  CXX      ScriptMenu.lo
  CXX      ScriptWindow.lo
  CXX      SceneNodeBuffer.lo
  CXX      PythonModule.lo
In file included from /usr/include/pybind11/pytypes.h:12,
                 from /usr/include/pybind11/cast.h:13,
                 from /usr/include/pybind11/attr.h:13,
                 from /usr/include/pybind11/pybind11.h:49,
                 from PythonModule.h:5,
                 from PythonModule.cpp:1:
PythonModule.cpp: In static member function static void script::PythonModule::RegisterToPython(const ModuleRegistrationCallback&)’:
PythonModule.cpp:30:13: error: dev0 was not declared in this scope
   30 |             PYBIND11_VERSION_PATCH << std::endl;
      |             ^~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:674: PythonModule.lo] Error 1
make[3]: Leaving directory '/home/biel/games/src/DarkRadiant/plugins/script'
make[2]: *** [Makefile:442: all-recursive] Error 1
make[2]: Leaving directory '/home/biel/games/src/DarkRadiant/plugins'
make[1]: *** [Makefile:751: all-recursive] Error 1
make[1]: Leaving directory '/home/biel/games/src/DarkRadiant'
make: *** [Makefile:492: all] Error 2

 

Biel Bestué de Luna - Github

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...