GithubHelp home page GithubHelp logo

gild's People

Contributors

simon-brooke avatar

Watchers

 avatar  avatar  avatar  avatar

gild's Issues

Binary gets wrong name

Small bug in your makefile, the binary gets named 'bin' rather than moved to a directory named, 'bin'

make gcc -g -c gild.c
In file included from gild.c:20:
gild.h:64: warning: conflicting types for built-in function 'log'
gild.c: In function 'error':
gild.c:35: warning: incompatible implicit declaration of built-in function 'exit'
gild.c: In function 'main':
gild.c:47: warning: incompatible implicit declaration of built-in function 'malloc'
gild.c:69: warning: incompatible implicit declaration of built-in function 'exit'
gild.c:76: warning: incompatible implicit declaration of built-in function 'exit'
gild.c:83: warning: incompatible implicit declaration of built-in function 'exit'
gild.c:90: warning: incompatible implicit declaration of built-in function 'exit'
gild.c:109: warning: incompatible implicit declaration of built-in function 'exit'
gild.c:116: warning: incompatible implicit declaration of built-in function 'exit'
gild.c:176: warning: incompatible implicit declaration of built-in function 'exit'
gild.c:180: warning: incompatible implicit declaration of built-in function 'free'
gcc -g -c wrapper.c
In file included from wrapper.c:19:
gild.h:64: warning: conflicting types for built-in function 'log'
wrapper.c: In function 'die':
wrapper.c:29: warning: incompatible implicit declaration of built-in function 'exit'
wrapper.c: In function 'wrapper':
wrapper.c:95: warning: incompatible implicit declaration of built-in function 'exit'
gcc -g -c config.c
In file included from config.c:17:
gild.h:64: warning: conflicting types for built-in function 'log'
config.c: In function 'parse_config':
config.c:58: warning: incompatible implicit declaration of built-in function 'malloc'
gcc -g -c log.c
In file included from log.c:19:
gild.h:64: warning: conflicting types for built-in function 'log'
gcc -g  -o gild gild.o wrapper.o config.o log.o
mv gild ../bin
cd ..
ls
bin  gild.conf  handlers  LICENSE  README.md  src

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.