Giter VIP home page Giter VIP logo

noengine's People

Contributors

jbudone avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

noengine's Issues

Makefile has unlisted dependencies.

Makefile Line 11:

COMPILE    = ~/.vim/bin/cc_args.py g++

Requires dependencies that are not listed in the project description. Should be able to fallback if this command is not available to just plain g++.

An attempt was made to replace that line with

COMPILE    = g++

However this returns the following output:

➜  noengine git:(master) ✗ make
g++ -shared -c src/server.cpp -L/usr/local/lib/ -L/usr/local/lib64/ -lGLEW -lGLU -lGL -lglut -lcurses -g -O0 -std=c++0x -Isrc/ -I/usr/include/ -Waddress   -Warray-bounds  -Wchar-subscripts  -Wenum-compare -Wcomment  -Wformat   -Wnonnull  -Wparentheses  -Wreturn-type  -Wsequence-point  -Wstrict-aliasing  -Wstrict-overflow=1  -Wswitch  -Wtrigraphs  -Wuninitialized  -Wunknown-pragmas  -Wunused-label     -Wvolatile-register-var
g++ -shared -c src/kernel/k_net.server.cpp -L/usr/local/lib/ -L/usr/local/lib64/ -lGLEW -lGLU -lGL -lglut -lcurses -g -O0 -std=c++0x -Isrc/ -I/usr/include/ -Waddress   -Warray-bounds  -Wchar-subscripts  -Wenum-compare -Wcomment  -Wformat   -Wnonnull  -Wparentheses  -Wreturn-type  -Wsequence-point  -Wstrict-aliasing  -Wstrict-overflow=1  -Wswitch  -Wtrigraphs  -Wuninitialized  -Wunknown-pragmas  -Wunused-label     -Wvolatile-register-var
g++ -shared -c src/libutils/lib_logger.cpp -L/usr/local/lib/ -L/usr/local/lib64/ -lGLEW -lGLU -lGL -lglut -lcurses -g -O0 -std=c++0x -Isrc/ -I/usr/include/ -Waddress   -Warray-bounds  -Wchar-subscripts  -Wenum-compare -Wcomment  -Wformat   -Wnonnull  -Wparentheses  -Wreturn-type  -Wsequence-point  -Wstrict-aliasing  -Wstrict-overflow=1  -Wswitch  -Wtrigraphs  -Wuninitialized  -Wunknown-pragmas  -Wunused-label     -Wvolatile-register-var
g++ -shared -c src/kernel/memory/k_memory.cpp -L/usr/local/lib/ -L/usr/local/lib64/ -lGLEW -lGLU -lGL -lglut -lcurses -g -O0 -std=c++0x -Isrc/ -I/usr/include/ -Waddress   -Warray-bounds  -Wchar-subscripts  -Wenum-compare -Wcomment  -Wformat   -Wnonnull  -Wparentheses  -Wreturn-type  -Wsequence-point  -Wstrict-aliasing  -Wstrict-overflow=1  -Wswitch  -Wtrigraphs  -Wuninitialized  -Wunknown-pragmas  -Wunused-label     -Wvolatile-register-var
g++ -shared -c src/libutils/lib_containers.cpp -L/usr/local/lib/ -L/usr/local/lib64/ -lGLEW -lGLU -lGL -lglut -lcurses -g -O0 -std=c++0x -Isrc/ -I/usr/include/ -Waddress   -Warray-bounds  -Wchar-subscripts  -Wenum-compare -Wcomment  -Wformat   -Wnonnull  -Wparentheses  -Wreturn-type  -Wsequence-point  -Wstrict-aliasing  -Wstrict-overflow=1  -Wswitch  -Wtrigraphs  -Wuninitialized  -Wunknown-pragmas  -Wunused-label     -Wvolatile-register-var
g++ -shared -c src/libutils/lib_shdmgr.cpp -L/usr/local/lib/ -L/usr/local/lib64/ -lGLEW -lGLU -lGL -lglut -lcurses -g -O0 -std=c++0x -Isrc/ -I/usr/include/ -Waddress   -Warray-bounds  -Wchar-subscripts  -Wenum-compare -Wcomment  -Wformat   -Wnonnull  -Wparentheses  -Wreturn-type  -Wsequence-point  -Wstrict-aliasing  -Wstrict-overflow=1  -Wswitch  -Wtrigraphs  -Wuninitialized  -Wunknown-pragmas  -Wunused-label     -Wvolatile-register-var
g++ -shared -c src/libutils/lib_resmgr.cpp -L/usr/local/lib/ -L/usr/local/lib64/ -lGLEW -lGLU -lGL -lglut -lcurses -g -O0 -std=c++0x -Isrc/ -I/usr/include/ -Waddress   -Warray-bounds  -Wchar-subscripts  -Wenum-compare -Wcomment  -Wformat   -Wnonnull  -Wparentheses  -Wreturn-type  -Wsequence-point  -Wstrict-aliasing  -Wstrict-overflow=1  -Wswitch  -Wtrigraphs  -Wuninitialized  -Wunknown-pragmas  -Wunused-label     -Wvolatile-register-var
g++ -shared -c src/kernel/k_camera.cpp -L/usr/local/lib/ -L/usr/local/lib64/ -lGLEW -lGLU -lGL -lglut -lcurses -g -O0 -std=c++0x -Isrc/ -I/usr/include/ -Waddress   -Warray-bounds  -Wchar-subscripts  -Wenum-compare -Wcomment  -Wformat   -Wnonnull  -Wparentheses  -Wreturn-type  -Wsequence-point  -Wstrict-aliasing  -Wstrict-overflow=1  -Wswitch  -Wtrigraphs  -Wuninitialized  -Wunknown-pragmas  -Wunused-label     -Wvolatile-register-var
g++ -shared -c src/kernel/k_mesh.cpp -L/usr/local/lib/ -L/usr/local/lib64/ -lGLEW -lGLU -lGL -lglut -lcurses -g -O0 -std=c++0x -Isrc/ -I/usr/include/ -Waddress   -Warray-bounds  -Wchar-subscripts  -Wenum-compare -Wcomment  -Wformat   -Wnonnull  -Wparentheses  -Wreturn-type  -Wsequence-point  -Wstrict-aliasing  -Wstrict-overflow=1  -Wswitch  -Wtrigraphs  -Wuninitialized  -Wunknown-pragmas  -Wunused-label     -Wvolatile-register-var
g++ -shared -c src/kernel/k_entity.cpp -L/usr/local/lib/ -L/usr/local/lib64/ -lGLEW -lGLU -lGL -lglut -lcurses -g -O0 -std=c++0x -Isrc/ -I/usr/include/ -Waddress   -Warray-bounds  -Wchar-subscripts  -Wenum-compare -Wcomment  -Wformat   -Wnonnull  -Wparentheses  -Wreturn-type  -Wsequence-point  -Wstrict-aliasing  -Wstrict-overflow=1  -Wswitch  -Wtrigraphs  -Wuninitialized  -Wunknown-pragmas  -Wunused-label     -Wvolatile-register-var
g++ -shared -c src/kernel/k_world.cpp -L/usr/local/lib/ -L/usr/local/lib64/ -lGLEW -lGLU -lGL -lglut -lcurses -g -O0 -std=c++0x -Isrc/ -I/usr/include/ -Waddress   -Warray-bounds  -Wchar-subscripts  -Wenum-compare -Wcomment  -Wformat   -Wnonnull  -Wparentheses  -Wreturn-type  -Wsequence-point  -Wstrict-aliasing  -Wstrict-overflow=1  -Wswitch  -Wtrigraphs  -Wuninitialized  -Wunknown-pragmas  -Wunused-label     -Wvolatile-register-var
g++ -shared -c src/libutils/lib_math.cpp -L/usr/local/lib/ -L/usr/local/lib64/ -lGLEW -lGLU -lGL -lglut -lcurses -g -O0 -std=c++0x -Isrc/ -I/usr/include/ -Waddress   -Warray-bounds  -Wchar-subscripts  -Wenum-compare -Wcomment  -Wformat   -Wnonnull  -Wparentheses  -Wreturn-type  -Wsequence-point  -Wstrict-aliasing  -Wstrict-overflow=1  -Wswitch  -Wtrigraphs  -Wuninitialized  -Wunknown-pragmas  -Wunused-label     -Wvolatile-register-var
gcc -shared -c src/extern/soil/*.c
ar rvs soil.a *.o
ar: creating soil.a
a - image_DXT.o
a - image_helper.o
a - k_camera.o
a - k_entity.o
a - k_memory.o
a - k_mesh.o
a - k_net.server.o
a - k_world.o
a - lib_containers.o
a - lib_logger.o
a - lib_math.o
a - lib_resmgr.o
a - lib_shdmgr.o
a - server.o
a - SOIL.o
a - stb_image_aug.o
g++ server.o k_net.server.o lib_logger.o k_memory.o lib_containers.o lib_shdmgr.o lib_resmgr.o  k_camera.o k_mesh.o k_entity.o k_world.o lib_math.o soil.a -DSERVER -o build/server -L/usr/local/lib/ -L/usr/local/lib64/ -lGLEW -lGLU -lGL -lglut -lcurses -g -O0 -std=c++0x -Isrc/ -I/usr/include/ -Waddress   -Warray-bounds  -Wchar-subscripts  -Wenum-compare -Wcomment  -Wformat   -Wnonnull  -Wparentheses  -Wreturn-type  -Wsequence-point  -Wstrict-aliasing  -Wstrict-overflow=1  -Wswitch  -Wtrigraphs  -Wuninitialized  -Wunknown-pragmas  -Wunused-label     -Wvolatile-register-var
/usr/bin/ld: cannot open output file build/server: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [server] Error 1

Relevant current file structure:

➜  noengine git:(master) ✗ ls
data            k_camera.o  k_mesh.o        lib_containers.o  lib_resmgr.o  README.md  SOIL.o
image_DXT.o     k_entity.o  k_net.server.o  lib_logger.o      lib_shdmgr.o  server.o   src
image_helper.o  k_memory.o  k_world.o       lib_math.o        Makefile      soil.a     stb_image_aug.o

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.