This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.\node_modules\express\lib\application.js:37 | |
var app = exports = module.exports = {}; | |
^ | |
ReferenceError: exports is not defined | |
at .\node_modules\express\lib\application.js:37:19 | |
at Object.exports.runInContext (vm.js:44:17) | |
at sbRequire (C:\Bin\LightTable\builds\lighttable-0.8.0-windows\resources\app\plugins\Javascript\node\ltnodeclient.js:99:10) | |
at req (C:\Bin\LightTable\builds\lighttable-0.8.0-windows\resources\app\plugins\Javascript\node\ltnodeclient.js:79:12) | |
at .\node_modules\express\lib\express.js:17:13 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/bin/gst-package --srcdir . --target-directory='' --destdir="" Objc.star | |
Object: '' error: Invalid index 1: index out of range | |
SystemExceptions.IndexOutOfRange(Exception)>>pass (ExcHandling.st:385) | |
optimized [] in UndefinedObject>>executeStatements (/usr/local/share/smalltalk/scripts/Package.st:1195) | |
SystemExceptions.IndexOutOfRange(Exception)>>activateHandler: (ExcHandling.st:516) | |
SystemExceptions.IndexOutOfRange(Exception)>>signal (ExcHandling.st:254) | |
SystemExceptions.IndexOutOfRange class>>signalOn:withIndex: (SysExcept.st:658) | |
String(Object)>>checkIndexableBounds: (Object.st:798) | |
String>>at: (String.st:312) | |
File class(FilePath class)>>isAbsolute: (FilePath.st:171) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AC_SUBST(OBJC, [$CC]) | |
AC_SUBST(OBJCFLAGS, [$CFLAGS]) | |
AC_SUBST(GNUSTEP_CFLAGS) | |
AC_SUBST(OBJCLIBS) | |
_AM_DEPENDENCIES(OBJC) | |
AC_CANONICAL_HOST | |
LDFLAGS=-module | |
case $host in | |
*-*-darwin*) OBJCLIBS='-framework Cocoa' ;; | |
*) AC_CHECK_TOOL(GNUSTEP_CONFIG, [gnustep-config], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AC_CHECK_PROG(GNUSTEP_FLAGS, [gnustep-config], [yes], [no]) | |
if test "$GNUSTEP_FLAGS" = yes; then | |
GNUSTEP_FLAGS=`gnustep-config --objc-flags --base-libs` | |
else | |
GNUSTEP_FLAGS= | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mathk@Nani gst-objc $ sudo make install | |
Password: | |
test -z "/usr/local/lib" || ./install-sh -c -d "/usr/local/lib" | |
/bin/sh ./libtool --mode=install /usr/bin/install -c libgstobjc.la '/usr/local/lib' | |
libtool: install: /usr/bin/install -c .libs/libgstobjc.0.dylib /usr/local/lib/libgstobjc.0.dylib | |
libtool: install: (cd /usr/local/lib && { ln -s -f libgstobjc.0.dylib libgstobjc.dylib || { rm -f libgstobjc.dylib && ln -s libgstobjc.0.dylib libgstobjc.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgstobjc.lai /usr/local/lib/libgstobjc.la | |
libtool: install: /usr/bin/install -c .libs/libgstobjc.a /usr/local/lib/libgstobjc.a | |
libtool: install: chmod 644 /usr/local/lib/libgstobjc.a | |
libtool: install: ranlib /usr/local/lib/libgstobjc.a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ autoreconf -vi | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: running: libtoolize --install --copy | |
autoreconf: running: /usr/bin/autoconf | |
autoreconf: configure.ac: not using Autoheader | |
autoreconf: running: automake --add-missing --copy --no-force | |
configure.ac:12: required file `gst.in' not found |