Same error D:
Same error D:
As with this as well, the error persists.
(25 Mar 15, 06:06PM)PhaNtom Wrote: The most important line of this is
[SELECT ALL] Code:make: clang++: Command not found
AC uses clang for compilation. You should just need to type
[SELECT ALL] Code:sudo apt-get install clang
Although it is possible that you may need to provide a version number as part of the package, so it could be "clang-3.4" as well.
Same error D:
(25 Mar 15, 06:06PM)PhaNtom Wrote: The most important line of this is
[SELECT ALL] Code:make: clang++: Command not found
AC uses clang for compilation. You should just need to type
[SELECT ALL] Code:sudo apt-get install clang
Although it is possible that you may need to provide a version number as part of the package, so it could be "clang-3.4" as well.
(25 Mar 15, 06:21PM)Jpablon Wrote: There is not need to install clang, just change the compiler on the makefile.
[SELECT ALL] Code:sed -i "s/clang++/g++/g" Makefile
As with this as well, the error persists.