Giter Club home page Giter Club logo

Comments (8)

wulf7 avatar wulf7 commented on August 19, 2024

Which version of FreeBSD are you using? sys/tree.h has been imported into source tree in 2002

Anyway I have created a pull request #31 with bundled sys/tree.h so you can try that code now

from libinotify-kqueue.

yurivict avatar yurivict commented on August 19, 2024

10.1
The file tree.h isn't missing, include is missing. I added this to quick-fix the build:

@echo "#include <sys/tree.h>" >> ${WRKSRC}/config.h

from libinotify-kqueue.

wulf7 avatar wulf7 commented on August 19, 2024

Are you trying to compile libinotify out of FreeBSD port system through hacking of port`s Makefile? If so it would be a wrong way. You should run full autotools suite than configure than resulting Makefile rather than just run ports bundled Makefile

from libinotify-kqueue.

yurivict avatar yurivict commented on August 19, 2024

Free port already bypasses autotools. I was updating it to the latest version, and found that this include is missing. It was added for some other OSes, but not FreeBSD in code.

from libinotify-kqueue.

wulf7 avatar wulf7 commented on August 19, 2024

The code evolved since port version. It now requires autotools

from libinotify-kqueue.

wulf7 avatar wulf7 commented on August 19, 2024

Run autogen.sh && configure && make in ${WRKSRC} directory and dont run make on port bundled Makefile

from libinotify-kqueue.

yurivict avatar yurivict commented on August 19, 2024

Port doesn't use autogen.sh the way how it is defined. autogen.sh would require perl, and will take literally 20 times longer to build. So it avoids this. In any case, there is no action required. Thanks.

from libinotify-kqueue.

dmatveev avatar dmatveev commented on August 19, 2024

Thanks, Vladimir, for help with this issue!

from libinotify-kqueue.

Related Issues (18)

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.