Giter Site home page Giter Site logo

Error while using cli (linux) about gdsdecomp HOT 8 CLOSED

bruvzg avatar bruvzg commented on May 27, 2024
Error while using cli (linux)

from gdsdecomp.

Comments (8)

nikitalita avatar nikitalita commented on May 27, 2024 1

Looks like we've drifted out of sync with master; try checking out godot @ b08dc1ea and running the build again.

from gdsdecomp.

nikitalita avatar nikitalita commented on May 27, 2024

The release version doesn't have this; I only implemented this on the master branch (i.e. 4.x), the release is on the 3.3 branch. You have to build from source.

from gdsdecomp.

The-ThirtyFour avatar The-ThirtyFour commented on May 27, 2024

wait, so i can't use this on godot 3.3?

from gdsdecomp.

nikitalita avatar nikitalita commented on May 27, 2024

It works on projects from Godot 2.x to Godot 4.x; it's just built against Godot 4.x.

from gdsdecomp.

The-ThirtyFour avatar The-ThirtyFour commented on May 27, 2024

Oh, understood. I'm gonna try.

from gdsdecomp.

The-ThirtyFour avatar The-ThirtyFour commented on May 27, 2024

so...

modules/gdsdecomp/editor/gdre_editor.cpp: In member function 'void GodotREEditor::init_gui(Control*, HBoxContainer*, bool)':
modules/gdsdecomp/editor/gdre_editor.cpp:395:16: error: 'class Label' has no member named 'set_autowrap'; did you mean 'set_autowrap_mode'?
  395 |   about_label->set_autowrap(true);
      |                ^~~~~~~~~~~~
      |                set_autowrap_mode
[Initial build] Compiling ==> modules/gdsdecomp/editor/gdre_pck_dlg.cpp
scons: *** [modules/gdsdecomp/editor/gdre_editor.linuxbsd.tools.64.o] Error 1
modules/gdsdecomp/editor/gdre_pck_dlg.cpp: In constructor 'PackDialog::PackDialog()':
modules/gdsdecomp/editor/gdre_pck_dlg.cpp:47:13: error: 'class Tree' has no member named 'set_column_min_width'; did you mean 'get_column_minimum_width'?
   47 |  file_list->set_column_min_width(1, 120 * EDSCALE);
      |             ^~~~~~~~~~~~~~~~~~~~
      |             get_column_minimum_width
modules/gdsdecomp/editor/gdre_pck_dlg.cpp:48:13: error: 'class Tree' has no member named 'set_column_min_width'; did you mean 'get_column_minimum_width'?
   48 |  file_list->set_column_min_width(2, 120 * EDSCALE);
      |             ^~~~~~~~~~~~~~~~~~~~
      |             get_column_minimum_width
scons: *** [modules/gdsdecomp/editor/gdre_pck_dlg.linuxbsd.tools.64.o] Error 1
scons: building terminated because of errors.
[Time elapsed: 00:09:37.162]

from gdsdecomp.

The-ThirtyFour avatar The-ThirtyFour commented on May 27, 2024

It worked, thanks!!!!

from gdsdecomp.

ngoctnq avatar ngoctnq commented on May 27, 2024

Worked for me too. Also, could you put this in the README for clarity?

from gdsdecomp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.