You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put the sources into ext/tarantool, run ./buildconf, then ./configure --enable-tarantool (that's the correct option for extensions not linking against any libs), see lots of errors.
The text was updated successfully, but these errors were encountered:
Right. Also because all the other files are in a subdir.
Try building PHP out of source dir, you'll see what I mean:
mkdir BUILD_TEST; ../configure --with-tarantool && make
@tony2001 is there any way to create this subdirectory? Or the only way is to move sources to root of the tree?
In-source-build i've been able to fix, but OOS is not so simple to fix.
Put the sources into ext/tarantool, run ./buildconf, then ./configure --enable-tarantool (that's the correct option for extensions not linking against any libs), see lots of errors.
The text was updated successfully, but these errors were encountered: