Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't compile under Mac OS X 10.10.1 #6

Closed
acceptable-security opened this issue Dec 24, 2014 · 1 comment
Closed

Won't compile under Mac OS X 10.10.1 #6

acceptable-security opened this issue Dec 24, 2014 · 1 comment

Comments

@acceptable-security
Copy link

$ make
c++ -Wall -O2 -I/usr/local/include -DBUILD_WITH_PARALLELISM -L/usr/local/lib -lpcre -pthread grab.cc -o grab
grab.cc:439:3: error: unknown type name 'cpu_set_t'
                cpu_set_t cpuset;
                ^
1 error generated.
make: *** [grab] Error 1

and

$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
@stealth
Copy link
Owner

stealth commented Dec 28, 2014

Check comment in makefile. parallel build has to be disabled for OSX

@stealth stealth closed this as completed Dec 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants