Git Product home page Git Product logo

zutils's Issues

window上使用cmake出错

window直接使用cmake,生成VS2013的构建文件。无法编译,提示找不到文件 unistd.h. 是不是CMakeLists.txt只支持Linux?

RHEL7 环境,编译出错,缺少了include 对应的头文件

RHEL7 环境,编译出错,缺少了include 对应的标准头文件

/home/samuel/install/zutils/zutils/base2/byte_stream.cc: In member function ‘virtual void* base::ByteStream::Alloc(uint32)’:
/home/samuel/install/zutils/zutils/base2/byte_stream.cc:49:61: error: ‘malloc’ was not declared in this scope
if (buffer_ == 0) buffer_ = (char *)malloc(new_buffer_size);
^
/home/samuel/install/zutils/zutils/base2/byte_stream.cc:50:58: error: ‘realloc’ was not declared in this scope
else buffer_ = (char *)realloc(buffer_, new_buffer_size);
^
/home/samuel/install/zutils/zutils/base2/byte_stream.cc: In member function ‘virtual void base::ByteStream::Free()’:
/home/samuel/install/zutils/zutils/base2/byte_stream.cc:63:15: error: ‘free’ was not declared in this scope
free(buffer_);

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.