Giter VIP home page Giter VIP logo

c99splinesgl3v3's People

Contributors

chriscamacho avatar

Watchers

 avatar  avatar

c99splinesgl3v3's Issues

src/main.c:217:30: error: too many arguments to function 'newSprite'

Title sums it up, when building commit 7af204c, I get the error:

gcc -Iinclude -Isupport/include -Isupport/cglm/include -Wall -Wfatal-errors -std=c99 -g -c src/main.c -o .build/main.o
src/main.c: In function 'main':
src/main.c:217:30: error: too many arguments to function 'newSprite'
  217 |     mouseSprite            = newSprite(spriteSet, (vec4s){ { -1, 2, -1, 2 } }, 0);
      |                              ^~~~~~~~~
compilation terminated due to -Wfatal-errors.
make: *** [Makefile:25: .build/main.o] Error 1

Running:

gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Under:

Linux work-p6689md60968 6.5.0-25-generic

Build error after update

Ahoy Chris!

I get the build error:

gcc -Iinclude -Isupport/include -Isupport/cglm/include -Wall -Wfatal-errors -std=c99 -g -c src/main.c -o .build/main.o
gcc -Iinclude -Isupport/include -Isupport/cglm/include -Wall -Wfatal-errors -std=c99 -g -c src/spline.c -o .build/spline.o
gcc -Iinclude -Isupport/include -Isupport/cglm/include -Wall -Wfatal-errors -std=c99 -g -c src/sprite.c -o .build/sprite.o
gcc -Iinclude -Isupport/include -Isupport/cglm/include -Wall -Wfatal-errors -std=c99 -g -c src/text.c -o .build/text.o
gcc -Iinclude -Isupport/include -Isupport/cglm/include -Wall -Wfatal-errors -std=c99 -g -c src/util.c -o .build/util.o
gcc -Iinclude -Isupport/include -Isupport/cglm/include -Wall -Wfatal-errors -std=c99 -g -c support/src/clist.c -o .build/support/clist.o
Assembler messages:
Fatal error: can't create .build/support/clist.o: No such file or directory
make: *** [Makefile:28: .build/support/clist.o] Error 1

After that update.

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.