tenderlove (owner)

Revisions

gist: 210330 Download_button fork
public
Public Clone URL: git://gist.github.com/210330.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[apatterson@mobile-166-129-147-076 ~]$ /usr/bin/gcc -I. -I/usr/include -I/usr/include/libxml2 -I/Library/Frameworks/MacRuby.framework/Versions/0.5/usr/include/ruby-1.9.0/universal-darwin10.0 -I/Library/Frameworks/MacRuby.framework/Versions/0.5/usr/include/ruby-1.9.0/ruby/backward -I/Library/Frameworks/MacRuby.framework/Versions/0.5/usr/include/ruby-1.9.0 -I. -fno-common -pipe -O3 -g -Wall -g -DXP_UNIX -Wall -arch i386 -arch x86_64 -o test.o -c test.c
In file included from /usr/include/libxml2/libxml/parser.h:19,
                 from test.c:2:
/usr/include/libxml2/libxml/valid.h:276: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
/usr/include/libxml2/libxml/valid.h:302: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
In file included from test.c:2:
/usr/include/libxml2/libxml/parser.h:791: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
In file included from /usr/include/libxml2/libxml/parser.h:799,
                 from test.c:2:
/usr/include/libxml2/libxml/xmlIO.h:293: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
In file included from test.c:2:
/usr/include/libxml2/libxml/parser.h:952: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
/usr/include/libxml2/libxml/parser.h:958: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
/usr/include/libxml2/libxml/parser.h:1054: error: expected ‘)’ before ‘f’
/usr/include/libxml2/libxml/parser.h:1056: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘xmlGetExternalEntityLoader’
/usr/include/libxml2/libxml/parser.h:1059: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
In file included from /usr/include/libxml2/libxml/parser.h:19,
                 from test.c:2:
/usr/include/libxml2/libxml/valid.h:276: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
/usr/include/libxml2/libxml/valid.h:302: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
In file included from test.c:2:
/usr/include/libxml2/libxml/parser.h:791: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
In file included from /usr/include/libxml2/libxml/parser.h:799,
                 from test.c:2:
/usr/include/libxml2/libxml/xmlIO.h:293: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
In file included from test.c:2:
/usr/include/libxml2/libxml/parser.h:952: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
/usr/include/libxml2/libxml/parser.h:958: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
/usr/include/libxml2/libxml/parser.h:1054: error: expected ‘)’ before ‘f’
/usr/include/libxml2/libxml/parser.h:1056: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘xmlGetExternalEntityLoader’
/usr/include/libxml2/libxml/parser.h:1059: error: expected ‘;’, ‘,’ or ‘)’ before ‘unsigned’
lipo: can't open input file: /var/folders/rv/rvbZJ+sNGd44Uy+ov-+B9k+++TI/-Tmp-//ccqCU6XJ.out (No such file or directory)
[apatterson@mobile-166-129-147-076 ~]$