You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bash Make.sh
In file included from dklab_realplexor.cpp:79:
./Realplexor/Event/Server.h:183:30: fatal error: use 'template' keyword to treat 'set' as a
dependent template name
closure->io->ev::io::set<IoTimerClosure, &IoTimerClosure::handle>(closure);
^
template
1 error generated.
$ gcc -v
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.54) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
The text was updated successfully, but these errors were encountered:
bash Make.sh
In file included from dklab_realplexor.cpp:79:
./Realplexor/Event/Server.h:183:30: fatal error: use 'template' keyword to treat 'set' as a
dependent template name
closure->io->ev::io::set<IoTimerClosure, &IoTimerClosure::handle>(closure);
^
template
1 error generated.
$ gcc -v
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.54) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
The text was updated successfully, but these errors were encountered: