GithubHelp home page GithubHelp logo

cfrp's Introduction

Hi there 👋

editso's github stats

cfrp's People

Contributors

editso avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cfrp's Issues

编译错误

make

gcc -Iinclude -Icargparser/include -std=c99 -c src/clib.c -o build/obj/src/clib.c.o
gcc -Iinclude -Icargparser/include -std=c99 -c src/cbuff.c -o build/obj/src/cbuff.c.o
gcc -Iinclude -Icargparser/include -std=c99 -c src/clist.c -o build/obj/src/clist.c.o
gcc -Iinclude -Icargparser/include -std=c99 -c src/logger.c -o build/obj/src/logger.c.o
gcc -Iinclude -Icargparser/include -std=c99 -c src/cfrp.c -o build/obj/src/cfrp.c.o
src/cfrp.c: 在函数‘cfrp_run’中:
src/cfrp.c:413:5: 警告:隐式声明函数‘vfork’ [-Wimplicit-function-declaration]
int pid = vfork();
^
gcc -Iinclude -Icargparser/include -std=c99 -c src/cqueue.c -o build/obj/src/cqueue.c.o
gcc -Iinclude -Icargparser/include -std=c99 -c src/cmap.c -o build/obj/src/cmap.c.o
cp include/config.def.h config.h
gcc -Iinclude -Icargparser/include -std=c99 build/obj/src/clib.c.o build/obj/src/cbuff.c.o build/obj/src/clist.c.o build/obj/src/logger.c.o build/obj/src/cfrp.c.o build/obj/src/cqueue.c.o build/obj/src/cmap.c.o server.c -o build/bin/server
server.c: 在函数‘main’中:
server.c:5:26: 错误:‘server_mapping’未声明(在此函数内第一次使用)
cfrp *frp = make_cfrp(server_mapping, SERVER);
^
server.c:5:26: 附注:每个未声明的标识符在其出现的函数内只报告一次
make: *** [server] 错误 1

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.