strukturag / spreed-webrtc

WebRTC audio/video call and conferencing server.
GNU Affero General Public License v3.0
1.1k stars 259 forks source link

Building Failing on FreeBSD #393

Closed giacomo892 closed 8 years ago

giacomo892 commented 8 years ago

This is the configure output:

[root@FreeBSD ~/spreed-webrtc-0.29.3]# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for a sed that does not truncate output... /usr/bin/sed checking for gawk... (cached) nawk checking for find... /usr/bin/find checking for gpm... no checking for jshint... no checking for python2... /usr/local/bin/python2 checking for version of python2... 2.7.12 checking for go... /usr/local/bin/go checking for version of Go... 1.7.1 checking third-party Go source code path... /root/spreed-webrtc-0.29.3/vendor checking for nodejs... no checking for node... /usr/local/bin/node checking for version of node.js... 6.9.1 checking for compass... /usr/local/bin/compass checking for version of compass... 1.0.3 checking for sass... /usr/local/bin/sass checking for version of sass... 3.4.22 checking for scss-lint... no configure: WARNING: Please install scss-lint to lint styles. checking for compass support in sass... ok checking for autoprefixer... /root/spreed-webrtc-0.29.3/node_modules/.bin/autoprefixer checking for version of autoprefixer... Autoprefixer CLI is deprecated. Use postcss-cli instead. 5.2.0 checking for pybabel... /usr/local/bin/pybabel checking for version of pybabel... 2.3.4 checking for npm... /usr/local/bin/npm checking for version of npm... 3.9.2 checking for po2json support in node.js... ok checking for version of po2json... 0.4.5 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/styles/Makefile config.status: creating src/i18n/Makefile

[root@FreeBSD ~/spreed-webrtc-0.29.3]# make make: "/root/spreed-webrtc-0.29.3/Makefile" line 591: Need an operator make: Fatal errors encountered -- cannot continue make: stopped in /root/spreed-webrtc-0.29.3

Any hints?

leonklingele commented 8 years ago

Duplicate of https://github.com/strukturag/spreed-webrtc/issues/390 Use gmake instead of make.

fancycode commented 8 years ago

This didn't make it into 0.29.3 but is already fixed in develop (see #391).

giacomo892 commented 8 years ago

Thanks and sorry for the duplicate.