Jump to content

framodan

Community Newbie
  • Posts

    1
  • Joined

  • Last visited

framodan's Achievements

Tiro

Tiro (1/14)

1

Reputation

  1. Hello everyone! I've tried build svn21811 with $make -j5 and the result is: Also building later svn21815 with $make -j3 gave me similar error: [gcc]$ make -j3 ==== Building mocks_real (release) ==== ==== Building network (release) ==== ==== Building tinygettext (release) ==== ==== Building lobby (release) ==== ==== Building glooxwrapper (release) ==== ==== Building simulation2 (release) ==== Simulation2.cpp Linking simulation2 ==== Building scriptinterface (release) ==== ==== Building engine (release) ==== GameSetup.cpp VideoMode.cpp World.cpp JSInterface_Main.cpp Linking engine ==== Building graphics (release) ==== MapGenerator.cpp MapIO.cpp MapReader.cpp MapWriter.cpp Linking graphics ==== Building atlas (release) ==== MapHandlers.cpp Linking atlas ==== Building gui (release) ==== ==== Building lowlevel (release) ==== ==== Building mongoose (release) ==== ==== Building Collada (release) ==== ==== Building pyrogenesis (release) ==== Linking pyrogenesis ==== Building mocks_test (release) ==== ==== Building AtlasObject (release) ==== ==== Building AtlasUI (release) ==== MapDialog.cpp AtlasEventLoop.cpp AtlasWindowCommand.cpp In file included from /usr/include/wx-2.8/wx/version.h:17:0, from /usr/include/wx-2.8/wx/defs.h:134, from /usr/include/wx-2.8/wx/wxprec.h:13, from ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:48: ../../../source/tools/atlas/AtlasUI/CustomControls/MapDialog/MapDialog.cpp: In constructor ‘MapDialog::MapDialog(wxWindow*, MapDialogType, const wxIcon&)’: ../../../source/tools/atlas/AtlasUI/CustomControls/MapDialog/MapDialog.cpp:113:54: error: ‘Lm_Type’ was not declared in this scope enameSizer->Add(new wxStaticText(this, wxID_ANY, _(m_Type == MAPDIALOG_SAVE ? "Map name: " : "Map path: ")), wxSizerFlags().Align(wxALIGN_CENTER_VERTICAL)); ^ ../../../source/tools/atlas/AtlasUI/CustomControls/MapDialog/MapDialog.cpp:113:54: note: suggested alternative: ‘m_Type’ make[1]: *** [AtlasUI.make:346: obj/AtlasUI_Release/MapDialog.o] Błąd 1 make[1]: *** Oczekiwanie na niezakończone zadania.... make: *** [Makefile:165: AtlasUI] Błąd 2 I'm using Fedora 26 and installed all dependecies. As was mentioned some posts ago I received: [gcc]$ g++ -dumpversion 7 What could cause it? How could I compile code in other way? I really get stuck... P. S. By the way: nice to say you hello once again
×
×
  • Create New...