Created
April 24, 2012 18:51
-
-
Save marsch/2482662 to your computer and use it in GitHub Desktop.
This file contains 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
make -C public libs | |
/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/tron-build/dev/config/nsinstall -L /Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/tron-build/dev/tron/components/public -m 644 _xpidlgen/simple.xpt ../../../dist/xpi-stage/simple/components | |
make -C src libs | |
SimpleTest.cpp | |
/usr/bin/g++-4.2 -o SimpleTest.o -c -fvisibility=hidden -DXPI_NAME=simple -DDEV_BUILD=1 -DOSTYPE=\"Darwin11.3.0\" -DOSARCH=Darwin -I/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/src/release-src/tron/components/src -I. -I../../../dist/include -I../../../dist/include/nsprpub -I/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk/include -I/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk/include/nsprpub `/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk/sdk/bin/nspr-config --prefix=/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk --includedir=/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk/include/nspr --cflags` -I/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk/include/nss -fPIC -fno-rtti -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -fno-exceptions -fno-strict-aliasing -fno-common -fshort-wchar -pthread -DNO_X11 -pipe -DNDEBUG -DTRIMMED -g -fno-omit-frame-pointer -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MF .deps/SimpleTest.pp /Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/src/release-src/tron/components/src/SimpleTest.cpp | |
rm -f libsimpletest.dylib | |
/opt/local/bin/python2.7 /Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/src/release-src/config/pythonpath.py -I../../../config /Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/src/release-src/config/expandlibs_exec.py --uselist -- /usr/bin/g++-4.2 -fno-rtti -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -fno-exceptions -fno-strict-aliasing -fno-common -fshort-wchar -pthread -DNO_X11 -pipe -DNDEBUG -DTRIMMED -g -fno-omit-frame-pointer -fPIC -o libsimpletest.dylib SimpleTest.o -framework Cocoa -lobjc -framework ExceptionHandling -Wl,-executable_path,/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk/bin /Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk/lib/libmozglue.a /Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk/lib/libxpcomglue_s.a -L/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk/bin -lxpcom -lmozalloc `/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk/sdk/bin/nspr-config --prefix=/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk --libdir=/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk/lib --libs` -Wl,-exported_symbols_list -Wl,/Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/src/release-src/build/unix/gnu-ld-scripts/components-export-list -bundle | |
i686-apple-darwin11-g++-4.2.1: /Users/mario/Documents/_arbeit/OPENXCHANGE/oxnotifier/application/mozilla/xulrunner-sdk/lib/libmozglue.a: No such file or directory | |
make[7]: *** [libsimpletest.dylib] Error 1 | |
make[6]: *** [libs] Error 2 | |
make[5]: *** [components_libs] Error 2 | |
make[4]: *** [libs_tier_app] Error 2 | |
make[3]: *** [tier_app] Error 2 | |
make[2]: *** [default] Error 2 | |
make[1]: *** [realbuild] Error 2 | |
make: *** [build] Error 2 |
This file contains 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
DEPTH = ../../.. | |
topsrcdir = @top_srcdir@ | |
srcdir = @srcdir@ | |
VPATH = @srcdir@ | |
include $(DEPTH)/config/autoconf.mk | |
MODULE = simple | |
XPI_NAME = simple | |
LIBRARY_NAME = simpletest | |
SHORT_LIBNAME = simpltst | |
IS_COMPONENT = 1 | |
USE_STATIC_LIBS = 1 | |
CPPSRCS = SimpleTest.cpp | |
EXTRA_DSO_LDOPTS += \ | |
$(XPCOM_GLUE_LDOPTS) \ | |
$(NSPR_LIBS) \ | |
$(NULL) | |
EXTRA_COMPONENTS = SimpleTest.js SimpleTest.manifest | |
include $(topsrcdir)/config/rules.mk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment