Hi, Tom. You did a great job . Thank you so much for that.
I’ve tested meteor on FreeBSD 10.2 and it runs fine, but I’ve install it without flex, because to install flex, I would need to update the 500+ packages. And even without it todo-app was runs fine, but without inputs:)
root@testefreebsd:~/meteor # ./meteor
It's the first time you've run Meteor from a git checkout.
I will download a kit containing all of Meteor's dependencies.
You are trying to run Meteor on yet not official supported platform: FreeBSD_amd64
There is currently no pre-built dev_bundle available for your system.
Check https://github.com/4commerce-technologies-AG/meteor to get
the information how you may generate your own dev_bundle using
scripts/generate-dev-bundle.sh
Unable to download: https://dl.bintray.com/4commerce-technologies-ag/meteor-universal/bsd_dev_bundles/dev_bundle_FreeBSD_amd64_0.5.16.tar.gz
Pre-built tarball is not available!
Failed to install dependency kit.
In file included from ../deps/v8/src/mark-compact.h:32:
../deps/v8/src/spaces.h:838:26: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to true [-Wtautological-undefined-compare]
bool exists() { return this != NULL && code_range_ != NULL; }
^~~~ ~~~~
../deps/v8/src/spaces.h:840:9: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare]
if (this == NULL || code_range_ == NULL) return false;
^~~~ ~~~~
../deps/v8/src/platform-freebsd.cc:346:53: error: use of undeclared identifier 'MAP_NORESERVE'
MAP_PRIVATE | MAP_ANON | MAP_NORESERVE,
^
../deps/v8/src/platform-freebsd.cc:418:48: error: use of undeclared identifier 'MAP_NORESERVE'
MAP_PRIVATE | MAP_ANON | MAP_NORESERVE,
^
../deps/v8/src/platform-freebsd.cc:448:40: error: use of undeclared identifier 'MAP_NORESERVE'
MAP_PRIVATE | MAP_ANON | MAP_NORESERVE | MAP_FIXED,
^