mamchits / phantom

I/O engine with some modules
GNU Lesser General Public License v2.1
121 stars 48 forks source link

Не собирается phantom под FreeBSD 9.0 #5

Closed adw0rd closed 11 years ago

adw0rd commented 11 years ago

Клонируем и запускаем make all:

$ git clone git://github.com/mamchits/phantom.git phantom
$ cd phantom
$ make all

В ответ получаем:

"pd/library.mk", line 3: Need an operator
Error expanding embedded variable.

Окружение:

$ pkg_info |grep make
automake-1.12.4     GNU Standards-compliant Makefile generator
automake-wrapper-20101119 Wrapper script for GNU automake
cmake-2.8.9         A cross-platform Makefile generator
cmake-modules-2.8.9 Modules and Templates for CMake
gmake-3.82_1        GNU version of 'make' utility
make++-2.0          A drop-in replacement for GNU make
makedepend-1.0.3,1  A dependency generator for makefiles

$ gcc -v
Using built-in specs.
Target: amd64-undermydesk-freebsd
Configured with: FreeBSD/amd64 system compiler
Thread model: posix
gcc version 4.2.1 20070831 patched [FreeBSD]

$ uname -a
FreeBSD someserver 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
mamchits commented 11 years ago

И не должен.

On 2013-01-12 23:56, Mikhail Andreev wrote:

Клонируем и запускаем |make all|:

$ git clone git://github.com/mamchits/phantom.git phantom $ cd phantom $ make all

В ответ получаем:

"pd/library.mk", line 3: Need an operator Error expanding embedded variable.

Окружение:

|$ pkg_info |grep make automake-1.12.4 GNU Standards-compliant Makefile generator automake-wrapper-20101119 Wrapper script for GNU automake cmake-2.8.9 A cross-platform Makefile generator cmake-modules-2.8.9 Modules and Templates for CMake gmake-3.82_1 GNU version of 'make' utility make++-2.0 A drop-in replacement for GNU make makedepend-1.0.3,1 A dependency generator for makefiles

$ gcc -v Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070831 patched [FreeBSD]

$ uname -a FreeBSD someserver 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 |

— Reply to this email directly or view it on GitHub https://github.com/mamchits/phantom/issues/5.

Eugene Mamchits Старший разработчик

adw0rd commented 11 years ago

Лучший ответ!