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

Building Failing on FreeBSD #393

Closed
giacomo892 opened this issue Nov 11, 2016 · 3 comments
Closed

Building Failing on FreeBSD #393

giacomo892 opened this issue Nov 11, 2016 · 3 comments

Comments

@giacomo892
Copy link

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
Copy link
Contributor

leonklingele commented Nov 11, 2016 via email

@fancycode
Copy link
Member

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

@giacomo892
Copy link
Author

Thanks and sorry for the duplicate.

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

3 participants