Ezt láttátok már? .::glest::.

Kezdőlap Fórumok Játékok Ezt láttátok már? .::glest::.

10 bejegyzés megtekintése - 11-20 / 123
  • Szerző
    Bejegyzés
  • #2005228
    PcZolee
    Felhasználó

      A hiba megoldva! Egy rakás file kiterjesztése rossz volt (ezt nem figyeltem), de van egy új hibám :blush: !
      Ez:

      Code:
      bash-2.05b$ ./glest
      void Shared::Platform::Window::setStyle(Shared::Platform::WindowStyle) not implemented.
      void Shared::Platform::Window::setBounds(int, int, int, int) not implemented.
      Exception: OpenGL error: invalid operation at file: sources/renderer.cpp, line 2351
      Szegmens hiba

      Másnál?

      Az r3 csak men akar fordulni :(!

      #2005229
      PcZolee
      Felhasználó

        Az r3-nál ez a hiba (hátha vki ért belõle vmit):

        Code:


        lib/include/graphics/gl/opengl.h:55: error: `cerr’ undeclared in namespace `std
          ‘
        lib/include/graphics/gl/opengl.h:59: error: `cerr’ undeclared in namespace `std
          ‘
        sources/object_type.cpp:31:19: warning: no newline at end of file

           g++ -c -o ./out/i686-pc-linux-gnu/opt/sources/object_type.o  -DPACKAGE_NAME=”glest” -DPACKAGE_TARNAME=”glest” -DPACKAGE_VERSION=”1.0.10″ -DPACKAGE_STRING=”glest 1.0.10″ -DPACKAGE_BUGREPORT=”matze@braunis.de” -DUSE_POSIX_SOCKETS= -DX11_AVAILABLE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GLOB_H=1 -DUSE_SDL= -DHAVE_PTHREAD=1  -I. -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include -pthread -I/usr/X11R6/include -pthread -I-c/include     -Isources/../lib/include/graphics -Isources/../lib/include/graphics/gl -Isources/../lib/include/platform -Isources/../lib/include/sound -Isources/../lib/include/util -Isources/../lib/include/xml -Isources/../lib/include/glew -Wall -W -Wno-unused -O3 -g3 -O3 -g3   sources/object_type.cpp

        …failed C++ ./out/i686-pc-linux-gnu/opt/sources/object_type.o …
        C++ ./out/i686-pc-linux-gnu/opt/sources/renderer.o
        In file included from lib/include/graphics/model.h:15,
                        from sources/renderer.h:15,
                        from sources/renderer.cpp:9:
        lib/include/platform/types.h:62:11: missing terminating ‘ character
        In file included from lib/include/graphics/gl/model_renderer_gl.h:14,
                        from lib/include/graphics/gl/graphics_factory_gl.h:14,
                        from sources/renderer.h:24,
                        from sources/renderer.cpp:9:
        lib/include/graphics/gl/opengl.h:44: warning: `inline’ is not at beginning of
          declaration
        lib/include/graphics/gl/opengl.h: In function `void
          Shared::Graphics::Gl::_assertGl(const char*, int)’:
        lib/include/graphics/gl/opengl.h:55: error: `cerr’ undeclared in namespace `std
          ‘
        lib/include/graphics/gl/opengl.h:59: error: `cerr’ undeclared in namespace `std
          ‘
        sources/renderer.cpp: In function `Shared::Graphics::Vec2i
          Glest::Game::computeCenteredPos(const std::string&, const
          Shared::Graphics::Font2D*, int, int)’:
        sources/renderer.cpp:640: warning: passing `float’ for converting 1 of `int
          Glest::Game::Metrics::toVirtualX(int) const’
        sources/renderer.cpp:641: warning: passing `float’ for converting 1 of `int
          Glest::Game::Metrics::toVirtualY(int) const’
        sources/renderer.cpp:641: warning: passing `float’ for converting 1 of `
          Shared::Graphics::Vec2::Vec2(T, T) [with T = int]’
        sources/renderer.cpp:641: warning: passing `float’ for converting 2 of `
          Shared::Graphics::Vec2
        ::Vec2(T, T) [with T = int]’
        sources/renderer.cpp: In member function `void
          Glest::Game::Renderer::renderButton(const Glest::Game::GraphicButton*)’:
        sources/renderer.cpp:744: warning: converting to `int’ from `float’
        sources/renderer.cpp: In member function `std::string
          Glest::Game::Renderer::getGlMoreInfo()’:
        sources/renderer.cpp:1943: warning: comparison between signed and unsigned
          integer expressions
        sources/renderer.cpp:1958: warning: comparison between signed and unsigned
          integer expressions
        sources/renderer.cpp: In member function `float
          Glest::Game::Renderer::computeSunAngle(float)’:
        sources/renderer.cpp:2019: warning: converting to `int’ from `float’
        sources/renderer.cpp: In member function `float
          Glest::Game::Renderer::computeMoonAngle(float)’:
        sources/renderer.cpp:2025: warning: converting to `int’ from `float’
        sources/renderer.cpp: In member function `void
          Glest::Game::Renderer::renderProgressBar(int, int, int,
          Shared::Graphics::Font2D*)’:
        sources/renderer.cpp:2566: warning: passing `float’ for converting 2 of `
          virtual void Shared::Graphics::TextRenderer2D::render(const std::string&,
          int, int, bool)’

           g++ -c -o ./out/i686-pc-linux-gnu/opt/sources/renderer.o  -DPACKAGE_NAME=”glest” -DPACKAGE_TARNAME=”glest” -DPACKAGE_VERSION=”1.0.10″ -DPACKAGE_STRING=”glest 1.0.10″ -DPACKAGE_BUGREPORT=”matze@braunis.de” -DUSE_POSIX_SOCKETS= -DX11_AVAILABLE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GLOB_H=1 -DUSE_SDL= -DHAVE_PTHREAD=1  -I. -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include -pthread -I/usr/X11R6/include -pthread -I-c/include     -Isources/../lib/include/graphics -Isources/../lib/include/graphics/gl -Isources/../lib/include/platform -Isources/../lib/include/sound -Isources/../lib/include/util -Isources/../lib/include/xml -Isources/../lib/include/glew -Wall -W -Wno-unused -O3 -g3 -O3 -g3   sources/renderer.cpp

        …failed C++ ./out/i686-pc-linux-gnu/opt/sources/renderer.o …
        C++ ./out/i686-pc-linux-gnu/opt/sources/element_type.o
        In file included from lib/include/graphics/texture.h:12,
                        from sources/element_type.h:15,
                        from sources/element_type.cpp:9:
        lib/include/platform/types.h:62:11: missing terminating ‘ character
        In file included from lib/include/graphics/gl/model_renderer_gl.h:14,
                        from lib/include/graphics/gl/graphics_factory_gl.h:14,
                        from sources/renderer.h:24,
                        from sources/element_type.cpp:20:
        lib/include/graphics/gl/opengl.h:44: warning: `inline’ is not at beginning of
          declaration
        lib/include/graphics/gl/opengl.h: In function `void
          Shared::Graphics::Gl::_assertGl(const char*, int)’:
        lib/include/graphics/gl/opengl.h:55: error: `cerr’ undeclared in namespace `std
          ‘
        lib/include/graphics/gl/opengl.h:59: error: `cerr’ undeclared in namespace `std
          ‘
        sources/element_type.cpp: In member function `const Glest::Game::Resource*
          Glest::Game::ProducibleType::getCost(const Glest::Game::ResourceType*) const
          ‘:
        sources/element_type.cpp:77: warning: comparison between signed and unsigned
          integer expressions

           g++ -c -o ./out/i686-pc-linux-gnu/opt/sources/element_type.o  -DPACKAGE_NAME=”glest” -DPACKAGE_TARNAME=”glest” -DPACKAGE_VERSION=”1.0.10″ -DPACKAGE_STRING=”glest 1.0.10″ -DPACKAGE_BUGREPORT=”matze@braunis.de” -DUSE_POSIX_SOCKETS= -DX11_AVAILABLE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GLOB_H=1 -DUSE_SDL= -DHAVE_PTHREAD=1  -I. -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include -pthread -I/usr/X11R6/include -pthread -I-c/include     -Isources/../lib/include/graphics -Isources/../lib/include/graphics/gl -Isources/../lib/include/platform -Isources/../lib/include/sound -Isources/../lib/include/util -Isources/../lib/include/xml -Isources/../lib/include/glew -Wall -W -Wno-unused -O3 -g3 -O3 -g3   sources/element_type.cpp

        …failed C++ ./out/i686-pc-linux-gnu/opt/sources/element_type.o …
        …skipped glest for lack ofsound_container.o…
        …failed updating 79 target(s)…
        …skipped 2 target(s)…

        #2005230
        q1q2
        Felhasználó

          milyen disztrókon próbálkoztok? csak azért kérdem, mert nekem uhu-m van meg egy yoper, hogy nagyjából mire számitsak…

          #2005231
          PcZolee
          Felhasználó

            Nekem ott az aláírásomban, de Gentoo 2.6.9-es kernel, 3.3.5-ös gcc!

            #2005232
            PcZolee
            Felhasználó

              EZ AZ!!! FUT!!! Nagyon COOL! Az r3-at javították, így már fordul, és fut is!

              #2005233
              xcut
              Felhasználó

                nem rossz cuccos (kipróbáltam), bár még látszik rajta, h gyerekcipõben jár…

                #2005234
                kovi
                Felhasználó

                  a xerces forrásával kb 2 órát szoptam mert teli van hibás deklarációval meg hibár relatív utakkal. viszont amikor egy obj mappába akar lépni, amiben mindössze egy makefile van, akkor hiába a ‘make -C /obj -k’, akkor is megszakad, mert hogy nincs is mit csinálni… 🙁 bináris csomagot tudtok ebbõl (mindegy milyen rendszerre) valahol? 1általán létezik-e? kipróbálnám azzal is…

                  #2005235
                  PcZolee
                  Felhasználó
                    #2005236
                    kovi
                    Felhasználó

                      ha megoldható, akkor megköszönöm. slaki alatt használnám, de valószínûleg menni fog az idegen bináris is, ha 334 – el fordul.
                      kovi.kukac.linuxforum.pont.hu

                      #2005237
                      PcZolee
                      Felhasználó

                        ha megoldható, akkor megköszönöm. slaki alatt használnám, de valószínûleg menni fog az idegen bináris is, ha 334 – el fordul.
                        kovi.kukac.linuxforum.pont.hu
                        [align=right][snapback]122344[/snapback][/align]

                        31MB a bináris! Betömörítve ~9MB, 3 részre darabolva küldöm!

                      10 bejegyzés megtekintése - 11-20 / 123
                      • Be kell jelentkezni a hozzászóláshoz.