Git Product home page Git Product logo

Comments (4)

Corbachu avatar Corbachu commented on May 17, 2024 1

I think I might have wrapped some defines in I_video wrong (the wgl stuff is for Windows). I'll try and fix it ASAP -- I apologize for that problem!

from edge.

Corbachu avatar Corbachu commented on May 17, 2024

Ooops, sorry, I had forgotten to wrap the wglSwapIntervalEXT in a WIN32 define.

Fixed in 7e7e087

Please try again and let me know if it is compiling again =)

from edge.

Metalhead33 avatar Metalhead33 commented on May 17, 2024

Scanning dependencies of target updaterevision
[ 0%] Building C object tools/updaterevision/CMakeFiles/updaterevision.dir/updaterevision.c.o
[ 1%] Linking C executable updaterevision
[ 1%] Built target updaterevision
Scanning dependencies of target revision_check
src/gitinfo.h updated to commit 2.1.0pre-429-gfe5f37e.
[ 1%] Built target revision_check
Scanning dependencies of target 3DGE
[ 1%] Building CXX object CMakeFiles/3DGE.dir/coal/c_compile.cc.o
[ 1%] Building CXX object CMakeFiles/3DGE.dir/coal/c_execute.cc.o
[ 2%] Building CXX object CMakeFiles/3DGE.dir/coal/c_memory.cc.o
[ 2%] Building CXX object CMakeFiles/3DGE.dir/ddf/anim.cc.o
[ 3%] Building CXX object CMakeFiles/3DGE.dir/ddf/attack.cc.o
[ 3%] Building CXX object CMakeFiles/3DGE.dir/ddf/boom.cc.o
[ 4%] Building CXX object CMakeFiles/3DGE.dir/ddf/colormap.cc.o
[ 4%] Building CXX object CMakeFiles/3DGE.dir/ddf/font.cc.o
[ 4%] Building CXX object CMakeFiles/3DGE.dir/ddf/game.cc.o
[ 5%] Building CXX object CMakeFiles/3DGE.dir/ddf/image.cc.o
[ 5%] Building CXX object CMakeFiles/3DGE.dir/ddf/language.cc.o
[ 6%] Building CXX object CMakeFiles/3DGE.dir/ddf/level.cc.o
[ 6%] Building CXX object CMakeFiles/3DGE.dir/ddf/line.cc.o
[ 7%] Building CXX object CMakeFiles/3DGE.dir/ddf/main.cc.o
[ 7%] Building CXX object CMakeFiles/3DGE.dir/ddf/playlist.cc.o
[ 8%] Building CXX object CMakeFiles/3DGE.dir/ddf/sector.cc.o
[ 8%] Building CXX object CMakeFiles/3DGE.dir/ddf/sfx.cc.o
[ 8%] Building CXX object CMakeFiles/3DGE.dir/ddf/states.cc.o
[ 9%] Building CXX object CMakeFiles/3DGE.dir/ddf/style.cc.o
[ 9%] Building CXX object CMakeFiles/3DGE.dir/ddf/switch.cc.o
[ 10%] Building CXX object CMakeFiles/3DGE.dir/ddf/thing.cc.o
[ 10%] Building CXX object CMakeFiles/3DGE.dir/ddf/weapon.cc.o
[ 11%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/ammo.cc.o
[ 11%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/attacks.cc.o
[ 12%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/buffer.cc.o
[ 12%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/convert.cc.o
[ 12%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/frames.cc.o
[ 13%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/info.cc.o
[ 13%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/main.cc.o
[ 14%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/system.cc.o
[ 14%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/util.cc.o
[ 15%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/wad.cc.o
[ 15%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/mobj.cc.o
[ 16%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/sounds.cc.o
[ 16%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/things.cc.o
[ 16%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/weapons.cc.o
[ 17%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/misc.cc.o
[ 17%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/text.cc.o
[ 18%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/storage.cc.o
[ 18%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/patch.cc.o
[ 19%] Building CXX object CMakeFiles/3DGE.dir/deh_edge/rscript.cc.o
[ 19%] Building CXX object CMakeFiles/3DGE.dir/src/system/i_main.cc.o
[ 20%] Building CXX object CMakeFiles/3DGE.dir/src/system/i_ctrl.cc.o
[ 20%] Building CXX object CMakeFiles/3DGE.dir/src/system/i_video.cc.o
/tmp/hyper3DGE/src/system/i_video.cc:377:1: error: expected declaration before ‘}’ token
}
^
make[2]: *** [CMakeFiles/3DGE.dir/build.make:1095: CMakeFiles/3DGE.dir/src/system/i_video.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:68: CMakeFiles/3DGE.dir/all] Error 2
make: *** [Makefile:84: all] Error 2

from edge.

madame-rachelle avatar madame-rachelle commented on May 17, 2024

Fixed in c90b785

from edge.

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.