Created
August 14, 2012 22:00
-
-
Save staticfloat/3353396 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
$ brew --config | |
HOMEBREW_VERSION: 0.9.2 | |
HEAD: c6dee782206c77700ea10224e516b9f0cc935a78 | |
HOMEBREW_PREFIX: /Users/sabae/.homebrew | |
HOMEBREW_CELLAR: /Users/sabae/.homebrew/Cellar | |
CPU: dual-core 64-bit penryn | |
OS X: 10.8-x86_64 | |
Xcode: 4.4.1 | |
CLT: 4.4.0.0.1.1249367152 | |
GCC-4.0: N/A | |
GCC-4.2: build 5666 | |
LLVM: build 2336 | |
Clang: 4.0 build 421 | |
MacPorts or Fink? false | |
X11: XQuartz 2.7.2 in /opt/X11 | |
System Ruby: 1.8.7-358 | |
Which Perl: /usr/bin/perl | |
Which Python: /Users/sabae/.homebrew/bin/python => /Users/sabae/.homebrew/Cellar/python/2.7.3/bin/python2.7 | |
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby |
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
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
julia | |
matplotlib | |
Warning: Your Homebrew is not installed to /usr/local | |
You can install Homebrew anywhere you want, but some brews may only build | |
correctly if you install in /usr/local. Sorry! |
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
$ brew install -v https://raw.github.com/fxthomas/homebrew/c3c4e152e1eaf2dc933ef5ffc8ab9ca66cf964c2/Library/Formula/texmacs.rb | |
configure: WARNING: unrecognized options: --disable-dependency-tracking | |
configure: WARNING: unable to link statically with guile | |
configure: WARNING: unrecognized options: --disable-dependency-tracking | |
./Plugins/MacOS/HIDRemote.m:168:6: warning: 'Gestalt' is deprecated: first deprecated in Mac OS X 10.8 [-Wdeprecated-declarations] | |
if (Gestalt(gestaltSystemVersion, &systemVersion) == noErr) | |
^ | |
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note: 'Gestalt' declared here | |
Gestalt( | |
^ | |
./Plugins/MacOS/HIDRemote.m:1249:12: warning: 'Gestalt' is deprecated: first deprecated in Mac OS X 10.8 [-Wdeprecated-declarations] | |
if (Gestalt(gestaltSystemVersion, &systemVersion) == noErr) | |
^ | |
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note: 'Gestalt' declared here | |
Gestalt( | |
^ | |
In file included from ./Plugins/Qt/QTMFileDialog.cpp:24: | |
In file included from ./Plugins/Qt/qt_utilities.hpp:14: | |
In file included from Graphics/Gui/message.hpp:15: | |
In file included from Graphics/Gui/widget.hpp:17: | |
Kernel/Abstractions/command.hpp:15:1: warning: struct 'object' was previously declared as a class [-Wmismatched-tags] | |
struct object; | |
^ | |
Data/String/analyze.hpp:18:7: note: previous use is here | |
class object; | |
^ | |
In file included from ./Plugins/Qt/QTMFileDialog.cpp:26: | |
System/Language/dictionary.hpp:23:1: warning: 'dictionary_rep' defined as a class here but previously declared as a struct [-Wmismatched-tags] | |
class dictionary_rep: public rep<dictionary> { | |
^ | |
System/Language/dictionary.hpp:17:1: note: did you mean class here? | |
RESOURCE(dictionary); | |
^ | |
Kernel/Abstractions/resource.hpp:42:53: note: expanded from macro 'RESOURCE' | |
#define RESOURCE(PTR) \ | |
^ | |
2 warnings generated. | |
2 warnings generated. | |
In file included from ./Plugins/Qt/QTMMenuHelper.cpp:12: | |
./Plugins/Qt/QTMMenuHelper.hpp:80:1: warning: struct 'QLineEdit' was previously declared as a class [-Wmismatched-tags] | |
struct QLineEdit; | |
^ | |
/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers/qlineedit.h:66:20: note: previous use is here | |
class Q_GUI_EXPORT QLineEdit : public QWidget | |
^ | |
./Plugins/Qt/QTMMenuHelper.hpp:80:1: note: did you mean class here? | |
struct QLineEdit; | |
^~~~~~ | |
class | |
1 warning generated. | |
In file included from ./Plugins/Qt/QTMWidget.cpp:19: | |
In file included from Data/String/converter.hpp:16: | |
In file included from System/Files/file.hpp:16: | |
Data/String/analyze.hpp:18:1: warning: class 'object' was previously declared as a struct [-Wmismatched-tags] | |
class object; | |
^ | |
Kernel/Abstractions/command.hpp:15:8: note: previous use is here | |
struct object; | |
^ | |
In file included from ./Plugins/Qt/QTMWidget.cpp:19: | |
Data/String/converter.hpp:29:1: warning: 'converter_rep' defined as a class here but previously declared as a struct [-Wmismatched-tags] | |
class converter_rep: public rep<converter> { | |
^ | |
Data/String/converter.hpp:20:1: note: did you mean class here? | |
RESOURCE(converter); | |
^ | |
Kernel/Abstractions/resource.hpp:42:53: note: expanded from macro 'RESOURCE' | |
#define RESOURCE(PTR) \ | |
^ | |
In file included from ./Plugins/Qt/QTMWidget.cpp:19: | |
Data/String/converter.hpp:43:10: warning: class 'converter' was previously declared as a struct [-Wmismatched-tags] | |
friend class converter; | |
^ | |
Data/String/converter.hpp:20:10: note: previous use is here | |
RESOURCE(converter); | |
^ | |
Kernel/Abstractions/resource.hpp:45:8: note: expanded from macro 'RESOURCE' | |
struct PTR : public resource_ptr<PTR##_rep> { \ | |
^ | |
Data/String/converter.hpp:43:10: note: did you mean struct here? | |
friend class converter; | |
^~~~~ | |
struct | |
In file included from ./Data/String/analyze.cpp:14: | |
Data/String/converter.hpp:29:1: warning: 'converter_rep' defined as a class here but previously declared as a struct [-Wmismatched-tags] | |
class converter_rep: public rep<converter> { | |
^ | |
Data/String/converter.hpp:20:1: note: did you mean class here? | |
RESOURCE(converter); | |
^ | |
Kernel/Abstractions/resource.hpp:42:53: note: expanded from macro 'RESOURCE' | |
#define RESOURCE(PTR) \ | |
^ | |
In file included from ./Data/String/analyze.cpp:14: | |
Data/String/converter.hpp:43:10: warning: class 'converter' was previously declared as a struct [-Wmismatched-tags] | |
friend class converter; | |
^ | |
Data/String/converter.hpp:20:10: note: previous use is here | |
RESOURCE(converter); | |
^ | |
Kernel/Abstractions/resource.hpp:45:8: note: expanded from macro 'RESOURCE' | |
struct PTR : public resource_ptr<PTR##_rep> { \ | |
^ | |
Data/String/converter.hpp:43:10: note: did you mean struct here? | |
friend class converter; | |
^~~~~ | |
struct | |
In file included from ./Data/String/analyze.cpp:15: | |
In file included from Guile/Scheme/object.hpp:16: | |
Kernel/Abstractions/command.hpp:15:1: warning: struct 'object' was previously declared as a class [-Wmismatched-tags] | |
struct object; | |
^ | |
Data/String/analyze.hpp:18:7: note: previous use is here | |
class object; | |
^ | |
In file included from ./Data/String/analyze.cpp:15: | |
Guile/Scheme/object.hpp:72:1: warning: 'object' defined as a struct here but previously declared as a class [-Wmismatched-tags] | |
struct object { | |
^ | |
Data/String/analyze.hpp:18:1: note: did you mean struct here? | |
class object; | |
^~~~~ | |
struct | |
./Data/String/analyze.cpp:197:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'A': r << '¡'; break; | |
^ | |
./Data/String/analyze.cpp:198:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'E': r << '…'; break; | |
^ | |
./Data/String/analyze.cpp:199:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'I': r << 'Õ'; break; | |
^ | |
./Data/String/analyze.cpp:200:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'N': r << '—'; break; | |
^ | |
./Data/String/analyze.cpp:201:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'O': r << '”'; break; | |
^ | |
./Data/String/analyze.cpp:202:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'U': r << '⁄'; break; | |
^ | |
./Data/String/analyze.cpp:203:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'Y': r << '›'; break; | |
^ | |
./Data/String/analyze.cpp:204:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'a': r << '·'; break; | |
^ | |
./Data/String/analyze.cpp:205:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'e': r << 'È'; break; | |
^ | |
./Data/String/analyze.cpp:206:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'i': r << 'Ì'; break; | |
^ | |
./Data/String/analyze.cpp:207:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'n': r << 'Ò'; break; | |
^ | |
./Data/String/analyze.cpp:208:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'o': r << 'Û'; break; | |
^ | |
./Data/String/analyze.cpp:209:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'u': r << '˙'; break; | |
^ | |
./Data/String/analyze.cpp:210:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'y': r << '˝'; break; | |
^ | |
./Data/String/analyze.cpp:225:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '¡': r << "'A"; break; | |
^ | |
./Data/String/analyze.cpp:226:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '…': r << "'E"; break; | |
^ | |
./Data/String/analyze.cpp:227:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'Õ': r << "'I"; break; | |
^ | |
./Data/String/analyze.cpp:228:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '—': r << "'N"; break; | |
^ | |
./Data/String/analyze.cpp:229:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '”': r << "'O"; break; | |
^ | |
./Data/String/analyze.cpp:230:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '⁄': r << "'U"; break; | |
^ | |
./Data/String/analyze.cpp:231:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '›': r << "'Y"; break; | |
^ | |
./Data/String/analyze.cpp:232:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '·': r << "'a"; break; | |
^ | |
./Data/String/analyze.cpp:233:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'È': r << "'e"; break; | |
^ | |
./Data/String/analyze.cpp:234:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'Ì': r << "'i"; break; | |
^ | |
./Data/String/analyze.cpp:235:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'Ò': r << "'n"; break; | |
^ | |
./Data/String/analyze.cpp:236:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'Û': r << "'o"; break; | |
^ | |
./Data/String/analyze.cpp:237:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '˙': r << "'u"; break; | |
^ | |
./Data/String/analyze.cpp:238:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '˝': r << "'y"; break; | |
^ | |
./Data/String/analyze.cpp:249:17: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
if (s[i] == 'fl') r << 'ˇ'; | |
^ | |
./Data/String/analyze.cpp:249:27: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
if (s[i] == 'fl') r << 'ˇ'; | |
^ | |
./Data/String/analyze.cpp:259:17: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
if (s[i] == 'ˇ') r << 'fl'; | |
^ | |
./Data/String/analyze.cpp:259:27: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
if (s[i] == 'ˇ') r << 'fl'; | |
^ | |
./Data/String/analyze.cpp:269:3: warning: illegal character encoding in string literal [-Winvalid-source-encoding] | |
"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü Åä âëüíìîôöõ °™©±≤≥¥π∫ªè¡¬ÄƒàǫɅÜÀÖՌіã唑é÷.êó⁄ñ‹›ïˇØ·‚†‰®¢Á£È¶Î•ÌÓ§û´¨ÛÙÆˆ/∞∑˙∂¸˝µ "; | |
^ | |
./Data/String/analyze.cpp:310:3: warning: illegal character encoding in string literal [-Winvalid-source-encoding] | |
"·‚˜Á‰Âˆ˙ÈÍÎÏÌÓÔÚÛÙıÊË„˛˚˝ˇ˘¯¸‡Ò¡¬◊«ƒ≈÷⁄… ÀÃÕŒœ–“”‘’∆»√fi€›flŸÿ‹¿—"; | |
^ | |
./Data/String/analyze.cpp:312:3: warning: illegal character encoding in string literal [-Winvalid-source-encoding] | |
"˛‡·ˆ‰ÂÙ„ıËÈÍÎÏÌÓÔˇÒÚÛÊ‚¸˚Á¯˝˘˜˙fi¿¡÷ƒ≈‘√’»… ÀÃÕŒœfl–—“”∆¬‹€«ÿ›Ÿ◊⁄"; | |
^ | |
./Data/String/analyze.cpp:317:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
if (i==156) return '≥'; | |
^ | |
./Data/String/analyze.cpp:318:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
if (i==188) return '£'; | |
^ | |
./Data/String/analyze.cpp:323:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'I':return '∂'; | |
^ | |
./Data/String/analyze.cpp:324:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'à':return '∑'; | |
^ | |
./Data/String/analyze.cpp:324:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'à':return '∑'; | |
^ | |
./Data/String/analyze.cpp:325:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'ô':return '¥'; | |
^ | |
./Data/String/analyze.cpp:325:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'ô':return '¥'; | |
^ | |
./Data/String/analyze.cpp:326:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'Ä':return 'Ω'; | |
^ | |
./Data/String/analyze.cpp:326:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'Ä':return 'Ω'; | |
^ | |
./Data/String/analyze.cpp:327:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'i':return '¶'; | |
^ | |
./Data/String/analyze.cpp:328:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '®':return 'ß'; | |
^ | |
./Data/String/analyze.cpp:328:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '®':return 'ß'; | |
^ | |
./Data/String/analyze.cpp:329:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'π':return '§'; | |
^ | |
./Data/String/analyze.cpp:329:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'π':return '§'; | |
^ | |
./Data/String/analyze.cpp:330:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '†':return '≠'; | |
^ | |
./Data/String/analyze.cpp:330:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '†':return '≠'; | |
^ | |
./Data/String/analyze.cpp:340:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
if (c=='≥') return (char) 156; | |
^ | |
./Data/String/analyze.cpp:341:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
if (c=='£') return (char) 188; | |
^ | |
./Data/String/analyze.cpp:346:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '∂':return 'I'; | |
^ | |
./Data/String/analyze.cpp:347:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '∑':return 'à'; | |
^ | |
./Data/String/analyze.cpp:347:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '∑':return 'à'; | |
^ | |
./Data/String/analyze.cpp:348:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '¥':return 'ô'; | |
^ | |
./Data/String/analyze.cpp:348:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '¥':return 'ô'; | |
^ | |
./Data/String/analyze.cpp:349:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'Ω':return 'Ä'; | |
^ | |
./Data/String/analyze.cpp:349:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'Ω':return 'Ä'; | |
^ | |
./Data/String/analyze.cpp:350:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '¶':return 'i'; | |
^ | |
./Data/String/analyze.cpp:351:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'ß':return '®'; | |
^ | |
./Data/String/analyze.cpp:351:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case 'ß':return '®'; | |
^ | |
./Data/String/analyze.cpp:352:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '§':return 'π'; | |
^ | |
./Data/String/analyze.cpp:352:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '§':return 'π'; | |
^ | |
./Data/String/analyze.cpp:353:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '≠':return '†'; | |
^ | |
./Data/String/analyze.cpp:353:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] | |
case '≠':return '†'; | |
^ | |
3 warnings generated. | |
In file included from ./Typeset/Boxes/Animate/animate_boxes.cpp:14: | |
In file included from System/Files/file.hpp:16: | |
Data/String/analyze.hpp:18:1: warning: class 'object' was previously declared as a struct [-Wmismatched-tags] | |
class object; | |
^ | |
Kernel/Abstractions/command.hpp:15:8: note: previous use is here | |
struct object; | |
^ | |
71 warnings generated. | |
1 warning generated. | |
In file included from ./Kernel/Abstractions/basic.cpp:15: | |
System/Language/dictionary.hpp:23:1: warning: 'dictionary_rep' defined as a class here but previously declared as a struct [-Wmismatched-tags] | |
class dictionary_rep: public rep<dictionary> { | |
^ | |
System/Language/dictionary.hpp:17:1: note: did you mean class here? | |
RESOURCE(dictionary); | |
^ | |
Kernel/Abstractions/resource.hpp:42:53: note: expanded from macro 'RESOURCE' | |
#define RESOURCE(PTR) \ | |
^ | |
1 warning generated. | |
./Typeset/Bridge/bridge_docrange.cpp:245:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
else | |
^ | |
1 warning generated. | |
In file included from ./Typeset/Bridge/bridge_gui.cpp:13: | |
Data/String/analyze.hpp:18:1: warning: class 'object' was previously declared as a struct [-Wmismatched-tags] | |
class object; | |
^ | |
Kernel/Abstractions/command.hpp:15:8: note: previous use is here | |
struct object; | |
^ | |
1 warning generated. | |
./Typeset/Bridge/bridge_with.cpp:129:3: error: variable length array of non-POD element type 'string' | |
STACK_NEW_ARRAY(vars,string,k); | |
^ | |
Kernel/Abstractions/basic.hpp:55:44: note: expanded from macro 'STACK_NEW_ARRAY' | |
#define STACK_NEW_ARRAY(name,T,size) T name[size] | |
^ | |
./Typeset/Bridge/bridge_with.cpp:130:3: error: variable length array of non-POD element type 'tree' | |
STACK_NEW_ARRAY(newv,tree,k); | |
^ | |
Kernel/Abstractions/basic.hpp:55:44: note: expanded from macro 'STACK_NEW_ARRAY' | |
#define STACK_NEW_ARRAY(name,T,size) T name[size] | |
^ | |
./Typeset/Bridge/bridge_with.cpp:161:3: error: variable length array of non-POD element type 'string' | |
STACK_NEW_ARRAY(vars,string,k); | |
^ | |
Kernel/Abstractions/basic.hpp:55:44: note: expanded from macro 'STACK_NEW_ARRAY' | |
#define STACK_NEW_ARRAY(name,T,size) T name[size] | |
^ | |
./Typeset/Bridge/bridge_with.cpp:162:3: error: variable length array of non-POD element type 'tree' | |
STACK_NEW_ARRAY(oldv,tree,k); | |
^ | |
Kernel/Abstractions/basic.hpp:55:44: note: expanded from macro 'STACK_NEW_ARRAY' | |
#define STACK_NEW_ARRAY(name,T,size) T name[size] | |
^ | |
./Typeset/Bridge/bridge_with.cpp:163:3: error: variable length array of non-POD element type 'tree' | |
STACK_NEW_ARRAY(newv,tree,k); | |
^ | |
Kernel/Abstractions/basic.hpp:55:44: note: expanded from macro 'STACK_NEW_ARRAY' | |
#define STACK_NEW_ARRAY(name,T,size) T name[size] | |
^ | |
5 errors generated. | |
make[1]: *** [Objects/bridge_with.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
make: *** [TEXMACS] Error 2 | |
abae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Plugins/Qt/QTMPrintDialog.cpp -o Objects/QTMPrintDialog.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Plugins/Qt/QTMPrinterSettings.cpp -o Objects/QTMPrinterSettings.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Plugins/Qt/QTMScrollView.cpp -o Objects/QTMScrollView.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Plugins/Qt/QTMStyle.cpp -o Objects/QTMStyle.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Plugins/Qt/QTMWidget.cpp -o Objects/QTMWidget.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Plugins/Qt/QTMWindow.cpp -o Objects/QTMWindow.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -I/private/tmp/homebrew-texmacs-1.0.7.14-bs7U/TeXmacs-1.0.7.14-src/TeXmacs/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Data/String/analyze.cpp -o Objects/analyze.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Boxes/Animate/animate_boxes.cpp -o Objects/animate_boxes.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -I/private/tmp/homebrew-texmacs-1.0.7.14-bs7U/TeXmacs-1.0.7.14-src/TeXmacs/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Data/History/archiver.cpp -o Objects/archiver.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Kernel/Containers/array.cpp -o Objects/array.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Kernel/Abstractions/basic.cpp -o Objects/basic.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Boxes/Basic/basic_boxes.cpp -o Objects/basic_boxes.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Graphics/Renderer/basic_renderer.cpp -o Objects/basic_renderer.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Plugins/Bibtex/bibtex.cpp -o Objects/bibtex.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Plugins/Bibtex/bibtex_functions.cpp -o Objects/bibtex_functions.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Graphics/Bitmap_fonts/bitmap_font.cpp -o Objects/bitmap_font.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Boxes/Basic/boxes.cpp -o Objects/boxes.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge.cpp -o Objects/bridge.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_argument.cpp -o Objects/bridge_argument.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_auto.cpp -o Objects/bridge_auto.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_compound.cpp -o Objects/bridge_compound.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_default.cpp -o Objects/bridge_default.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_docrange.cpp -o Objects/bridge_docrange.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_document.cpp -o Objects/bridge_document.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_eval.cpp -o Objects/bridge_eval.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_expand_as.cpp -o Objects/bridge_expand_as.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_formatting.cpp -o Objects/bridge_formatting.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_gui.cpp -o Objects/bridge_gui.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_hidden.cpp -o Objects/bridge_hidden.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_locus.cpp -o Objects/bridge_locus.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_mark.cpp -o Objects/bridge_mark.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_rewrite.cpp -o Objects/bridge_rewrite.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_surround.cpp -o Objects/bridge_surround.o | |
/usr/bin/clang++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/Users/sabae/.homebrew/Cellar/guile/1.8.8/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -D_THREAD_SAFE -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/mkspecs/macx-g++ -I. -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtCore.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib/QtGui.framework/Versions/4/Headers -I/Users/sabae/.homebrew/Cellar/qt/4.8.2/include -I. -I. -F/Users/sabae/.homebrew/Cellar/qt/4.8.2/lib -DQTTEXMACS -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions -I/Users/sabae/.homebrew/Cellar/texmacs/1.0.7.14/include -c ./Typeset/Bridge/bridge_with.cpp -o Objects/bridge_with.o | |
==> Exit Status: 2 | |
https://github.com/mxcl/master/blob/master/Library/Formula/.rb#L | |
==> Build Environment | |
HOMEBREW_VERSION: 0.9.2 | |
HEAD: c6dee782206c77700ea10224e516b9f0cc935a78 | |
HOMEBREW_PREFIX: /Users/sabae/.homebrew | |
CPU: dual-core 64-bit penryn | |
OS X: 10.8-x86_64 | |
Xcode: 4.4.1 | |
CLT: 4.4.0.0.1.1249367152 | |
X11: XQuartz 2.7.2 in /opt/X11 | |
CC: /usr/bin/clang | |
CXX: /usr/bin/clang++ => /usr/bin/clang | |
LD: /usr/bin/clang | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 | |
CPPFLAGS: -I/Users/sabae/.homebrew/Cellar/readline/6.2.4/include -I/Users/sabae/.homebrew/Cellar/libffi/3.0.11/include -I/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/include -isystem /Users/sabae/.homebrew/include -I/opt/X11/include | |
LDFLAGS: -L/Users/sabae/.homebrew/Cellar/readline/6.2.4/lib -L/Users/sabae/.homebrew/Cellar/libffi/3.0.11/lib -L/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/lib -L/Users/sabae/.homebrew/lib -L/opt/X11/lib | |
CMAKE_PREFIX_PATH: /Users/sabae/.homebrew:/opt/X11 | |
MAKEFLAGS: -j2 | |
MACOSX_DEPLOYMENT_TARGET: 10.8 | |
PKG_CONFIG_PATH: /opt/X11/share/pkgconfig:/opt/X11/lib/pkgconfig:/Users/sabae/.homebrew/Cellar/libffi/3.0.11/lib/pkgconfig:/Users/sabae/.homebrew/Library/Homebrew/pkgconfig | |
ACLOCAL_PATH: /Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/share/aclocal | |
OBJC: /usr/bin/clang | |
PATH: /opt/X11/bin:/Users/sabae/.homebrew/Cellar/readline/6.2.4/bin:/Users/sabae/.homebrew/Cellar/libffi/3.0.11/bin:/Users/sabae/.homebrew/Cellar/gettext/0.18.1.1/bin:/Users/sabae/bin:/Users/sabae/.homebrew/share/python:/Users/sabae/.homebrew/bin:/Users/sabae/.homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin:/Users/sabae/.ec2/bin:/Users/sabae/.homebrew/Library/Contributions/cmds | |
Error: Failed executing: make (.rb:) | |
This link will help resolve the above errors: | |
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment