Code Monkey home page Code Monkey logo

Comments (7)

emcrisostomo avatar emcrisostomo commented on June 12, 2024

Hi @mpassell,

Don't worry about the formatting. You can have a look to Github Flavored Markdown syntax for your own reference.

The error appears because std::vector cannot be constructed from an initializer list and the missing constructor is the error you get (sort of) because your development environment is older than fswatch expects. How old is the development environment you're using? What OS X and XCode version are you building fswatch on?

from fswatch.

mpassell avatar mpassell commented on June 12, 2024

Thanks for the markdown link. I'll check it out.

I'm on OS X v10.8.5. I had the Oct. 2013 version of the XCode command line tools for Mountain Lion, but I just downloaded the Apr. 2014 version and I'm still seeing the same error.

Here's the output from clang++ --version if that's of any help:
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix

from fswatch.

emcrisostomo avatar emcrisostomo commented on June 12, 2024

You're welcome @mpassell.

Would you please download and build the latest master? I removed the usage of initializer lists and if it builds correctly I'll tag is a v. 1.3.7.

Cheers,
-- Enrico

from fswatch.

mpassell avatar mpassell commented on June 12, 2024

I'm happy to give it a try. Could you point me at instructions for building from source (i.e., without configure)? As you can probably guess, C/C++ are not my primary languages. 😉

from fswatch.

emcrisostomo avatar emcrisostomo commented on June 12, 2024

Thanks @mpassell.

Yeah, don't worry! ;) I've just created branch release/1.3.7. Just download the distribution/fswatch-1.3.7.tar.gz tarball (you can just use GitHub web interface). That tarball is ready to be configured, built and installed as any regular release with:

$ configure
$ make
$ sudo make install

Let me know if it builds on your system.

Cheers,
-- Enrico

from fswatch.

mpassell avatar mpassell commented on June 12, 2024

Yup, that built successfully! Thanks!

from fswatch.

emcrisostomo avatar emcrisostomo commented on June 12, 2024

You're welcome. I'll release it in a couple of hours. You won't need to rebuild yours because it will be exactly the same.

Cheers,
-- Enrico

from fswatch.

Related Issues (20)

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.