Skip to content

Instantly share code, notes, and snippets.

@ironfounderson
Created December 27, 2010 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ironfounderson/756264 to your computer and use it in GitHub Desktop.
Save ironfounderson/756264 to your computer and use it in GitHub Desktop.
A libparserutils/build
A libparserutils/build/conv.pl
A libparserutils/build/Aliases
A libparserutils/build/Doxyfile
A libparserutils/build/make-aliases.pl
A libparserutils/test
A libparserutils/test/cscodec-8859.c
A libparserutils/test/regression
A libparserutils/test/regression/filter-badenc-segv.c
A libparserutils/test/regression/stream-nomem.c
A libparserutils/test/regression/INDEX
A libparserutils/test/regression/filter-segv.c
A libparserutils/test/regression/data
A libparserutils/test/regression/Makefile
A libparserutils/test/aliases.c
A libparserutils/test/filter.c
A libparserutils/test/testutils.h
A libparserutils/test/INDEX
A libparserutils/test/cscodec-utf16.c
A libparserutils/test/cscodec-utf8.c
A libparserutils/test/data
A libparserutils/test/data/input
A libparserutils/test/data/input/INDEX
A libparserutils/test/data/input/UTF-8-test.txt
A libparserutils/test/data/cscodec-utf16
A libparserutils/test/data/cscodec-utf16/simple.dat
A libparserutils/test/data/cscodec-utf16/INDEX
A libparserutils/test/data/cscodec-utf8
A libparserutils/test/data/cscodec-utf8/simple.dat
A libparserutils/test/data/cscodec-utf8/INDEX
A libparserutils/test/data/cscodec-utf8/UTF-8-test.txt
A libparserutils/test/data/cscodec-ext8
A libparserutils/test/data/cscodec-ext8/cp1250.dat
A libparserutils/test/data/cscodec-ext8/cp1251.dat
A libparserutils/test/data/cscodec-ext8/cp1252.dat
A libparserutils/test/data/cscodec-ext8/cp1253.dat
A libparserutils/test/data/cscodec-ext8/cp1254.dat
A libparserutils/test/data/cscodec-ext8/cp1255.dat
A libparserutils/test/data/cscodec-ext8/INDEX
A libparserutils/test/data/cscodec-ext8/cp1256.dat
A libparserutils/test/data/cscodec-ext8/cp1257.dat
A libparserutils/test/data/cscodec-ext8/cp1258.dat
A libparserutils/test/data/cscodec-8859
A libparserutils/test/data/cscodec-8859/9.dat
A libparserutils/test/data/cscodec-8859/10.dat
A libparserutils/test/data/cscodec-8859/11.dat
A libparserutils/test/data/cscodec-8859/13.dat
A libparserutils/test/data/cscodec-8859/14.dat
A libparserutils/test/data/cscodec-8859/15.dat
A libparserutils/test/data/cscodec-8859/16.dat
A libparserutils/test/data/cscodec-8859/1.dat
A libparserutils/test/data/cscodec-8859/INDEX
A libparserutils/test/data/cscodec-8859/2.dat
A libparserutils/test/data/cscodec-8859/3.dat
A libparserutils/test/data/cscodec-8859/4.dat
A libparserutils/test/data/cscodec-8859/5.dat
A libparserutils/test/data/cscodec-8859/6.dat
A libparserutils/test/data/cscodec-8859/7.dat
A libparserutils/test/data/cscodec-8859/8.dat
A libparserutils/test/cscodec-ext8.c
A libparserutils/test/inputstream.c
A libparserutils/test/Makefile
A libparserutils/test/README
A libparserutils/Makefile.config
A libparserutils/include
A libparserutils/include/parserutils
A libparserutils/include/parserutils/input
A libparserutils/include/parserutils/input/inputstream.h
A libparserutils/include/parserutils/utils
A libparserutils/include/parserutils/utils/buffer.h
A libparserutils/include/parserutils/utils/vector.h
A libparserutils/include/parserutils/utils/stack.h
A libparserutils/include/parserutils/errors.h
A libparserutils/include/parserutils/parserutils.h
A libparserutils/include/parserutils/functypes.h
A libparserutils/include/parserutils/charset
A libparserutils/include/parserutils/charset/mibenum.h
A libparserutils/include/parserutils/charset/codec.h
A libparserutils/include/parserutils/charset/utf16.h
A libparserutils/include/parserutils/charset/utf8.h
A libparserutils/include/parserutils/types.h
A libparserutils/src
A libparserutils/src/input
A libparserutils/src/input/filter.c
A libparserutils/src/input/filter.h
A libparserutils/src/input/inputstream.c
A libparserutils/src/input/Makefile
A libparserutils/src/utils
A libparserutils/src/utils/vector.c
A libparserutils/src/utils/endian.h
A libparserutils/src/utils/stack.c
A libparserutils/src/utils/utils.h
A libparserutils/src/utils/buffer.c
A libparserutils/src/utils/Makefile
A libparserutils/src/utils/errors.c
A libparserutils/src/charset
A libparserutils/src/charset/codecs
A libparserutils/src/charset/codecs/codec_utf16.c
A libparserutils/src/charset/codecs/codec_impl.h
A libparserutils/src/charset/codecs/codec_utf8.c
A libparserutils/src/charset/codecs/codec_ascii.c
A libparserutils/src/charset/codecs/codec_ext8.c
A libparserutils/src/charset/codecs/ext8_tables.h
A libparserutils/src/charset/codecs/codec_8859.c
A libparserutils/src/charset/codecs/8859_tables.h
A libparserutils/src/charset/codecs/Makefile
A libparserutils/src/charset/aliases.c
A libparserutils/src/charset/aliases.h
A libparserutils/src/charset/encodings
A libparserutils/src/charset/encodings/utf16.c
A libparserutils/src/charset/encodings/utf8.c
A libparserutils/src/charset/encodings/Makefile
A libparserutils/src/charset/encodings/utf8impl.h
A libparserutils/src/charset/Makefile
A libparserutils/src/charset/codec.c
A libparserutils/src/Makefile
A libparserutils/COPYING
A libparserutils/docs
A libparserutils/docs/Todo
A libparserutils/libparserutils.pc.in
A libparserutils/Makefile
A libparserutils/README
U libparserutils
Fetching external item into 'libparserutils/build/makefiles'
A libparserutils/build/makefiles/Makefile.clang
A libparserutils/build/makefiles/Makefile.pkgconfig
A libparserutils/build/makefiles/Makefile.subdir
A libparserutils/build/makefiles/Makefile.gcc
A libparserutils/build/makefiles/Makefile.norcroft
A libparserutils/build/makefiles/Makefile.tools
A libparserutils/build/makefiles/Makefile.top
Checked out external at revision 11123.
Fetching external item into 'libparserutils/build/testtools'
A libparserutils/build/testtools/testrunner.pl
Checked out external at revision 11123.
Checked out revision 11123.
A libwapcaplet/build
A libwapcaplet/test
A libwapcaplet/test/basictests.c
A libwapcaplet/test/testmain.c
A libwapcaplet/test/tests.h
A libwapcaplet/test/Makefile
A libwapcaplet/include
A libwapcaplet/include/libwapcaplet
A libwapcaplet/include/libwapcaplet/libwapcaplet.h
A libwapcaplet/src
A libwapcaplet/src/libwapcaplet.c
A libwapcaplet/src/Makefile
A libwapcaplet/COPYING
A libwapcaplet/Makefile
A libwapcaplet/README
A libwapcaplet/libwapcaplet.pc.in
U libwapcaplet
Fetching external item into 'libwapcaplet/build/makefiles'
A libwapcaplet/build/makefiles/Makefile.clang
A libwapcaplet/build/makefiles/Makefile.pkgconfig
A libwapcaplet/build/makefiles/Makefile.subdir
A libwapcaplet/build/makefiles/Makefile.gcc
A libwapcaplet/build/makefiles/Makefile.norcroft
A libwapcaplet/build/makefiles/Makefile.tools
A libwapcaplet/build/makefiles/Makefile.top
Checked out external at revision 11123.
Checked out revision 11123.
A libcss/build
A libcss/build/mkprops.pl
A libcss/test
A libcss/test/csdetect.c
A libcss/test/lex-auto.c
A libcss/test/regression
A libcss/test/parse2-auto.c
A libcss/test/testutils.h
A libcss/test/dump.h
A libcss/test/dump_computed.h
A libcss/test/parse.c
A libcss/test/README
A libcss/test/parse-auto.c
A libcss/test/select-auto.c
A libcss/test/INDEX
A libcss/test/data
A libcss/test/data/select
A libcss/test/data/select/INDEX
A libcss/test/data/select/tests1.dat
A libcss/test/data/css
A libcss/test/data/css/badcomment.css
A libcss/test/data/css/simple.css
A libcss/test/data/css/blocks.css
A libcss/test/data/css/color.css
A libcss/test/data/css/INDEX
A libcss/test/data/css/allzengarden.css
A libcss/test/data/css/malformed.css
A libcss/test/data/lex
A libcss/test/data/lex/INDEX
A libcss/test/data/lex/regression.dat
A libcss/test/data/lex/tests1.dat
A libcss/test/data/lex/tests2.dat
A libcss/test/data/number
A libcss/test/data/number/number.dat
A libcss/test/data/number/INDEX
A libcss/test/data/parse
A libcss/test/data/parse/properties.dat
A libcss/test/data/parse/atrules.dat
A libcss/test/data/parse/INDEX
A libcss/test/data/parse/makefixed.pl
A libcss/test/data/parse/selectors.dat
A libcss/test/data/parse/tests1.dat
A libcss/test/data/parse/makeopv.pl
A libcss/test/data/parse/README
A libcss/test/data/parse/colours.dat
A libcss/test/data/parse2
A libcss/test/data/parse2/eof.dat
A libcss/test/data/parse2/bgpos.dat
A libcss/test/data/parse2/list.dat
A libcss/test/data/parse2/malformed-declarations.dat
A libcss/test/data/parse2/border.dat
A libcss/test/data/parse2/margin.dat
A libcss/test/data/parse2/outline.dat
A libcss/test/data/parse2/tests1.dat
A libcss/test/data/parse2/comments.dat
A libcss/test/data/parse2/README
A libcss/test/data/parse2/bg.dat
A libcss/test/data/parse2/unknown-properties.dat
A libcss/test/data/parse2/INDEX
A libcss/test/data/parse2/selectors.dat
A libcss/test/data/parse2/au.dat
A libcss/test/data/parse2/padding.dat
A libcss/test/data/parse2/illegal-values.dat
A libcss/test/data/parse2/font.dat
A libcss/test/data/csdetect
A libcss/test/data/csdetect/bom.dat
A libcss/test/data/csdetect/INDEX
A libcss/test/data/csdetect/bom-charset.dat
A libcss/test/lex.c
A libcss/test/number.c
A libcss/test/css21.c
A libcss/test/Makefile
A libcss/Makefile.config
A libcss/include
A libcss/include/libcss
A libcss/include/libcss/stylesheet.h
A libcss/include/libcss/errors.h
A libcss/include/libcss/properties.h
A libcss/include/libcss/fpmath.h
A libcss/include/libcss/libcss.h
A libcss/include/libcss/select.h
A libcss/include/libcss/computed.h
A libcss/include/libcss/functypes.h
A libcss/include/libcss/hint.h
A libcss/include/libcss/types.h
A libcss/libcss.pc.in
A libcss/src
A libcss/src/select
A libcss/src/select/dispatch.c
A libcss/src/select/select.c
A libcss/src/select/computed.c
A libcss/src/select/propset.h
A libcss/src/select/hash.c
A libcss/src/select/dispatch.h
A libcss/src/select/select.h
A libcss/src/select/computed.h
A libcss/src/select/propget.h
A libcss/src/select/hash.h
A libcss/src/select/properties
A libcss/src/select/properties/border_collapse.c
A libcss/src/select/properties/border_bottom_width.c
A libcss/src/select/properties/properties.h
A libcss/src/select/properties/padding_right.c
A libcss/src/select/properties/display.c
A libcss/src/select/properties/volume.c
A libcss/src/select/properties/orphans.c
A libcss/src/select/properties/right.c
A libcss/src/select/properties/font_weight.c
A libcss/src/select/properties/outline_color.c
A libcss/src/select/properties/quotes.c
A libcss/src/select/properties/empty_cells.c
A libcss/src/select/properties/vertical_align.c
A libcss/src/select/properties/border_left_color.c
A libcss/src/select/properties/speak_numeral.c
A libcss/src/select/properties/border_right_style.c
A libcss/src/select/properties/windows.c
A libcss/src/select/properties/Makefile
A libcss/src/select/properties/list_style_image.c
A libcss/src/select/properties/border_top_width.c
A libcss/src/select/properties/cue_before.c
A libcss/src/select/properties/font_size.c
A libcss/src/select/properties/margin_bottom.c
A libcss/src/select/properties/page_break_after.c
A libcss/src/select/properties/helpers.c
A libcss/src/select/properties/overflow.c
A libcss/src/select/properties/background_position.c
A libcss/src/select/properties/voice_family.c
A libcss/src/select/properties/helpers.h
A libcss/src/select/properties/pitch.c
A libcss/src/select/properties/height.c
A libcss/src/select/properties/content.c
A libcss/src/select/properties/page_break_inside.c
A libcss/src/select/properties/min_height.c
A libcss/src/select/properties/cursor.c
A libcss/src/select/properties/richness.c
A libcss/src/select/properties/color.c
A libcss/src/select/properties/outline_width.c
A libcss/src/select/properties/text_transform.c
A libcss/src/select/properties/line_height.c
A libcss/src/select/properties/border_spacing.c
A libcss/src/select/properties/border_bottom_style.c
A libcss/src/select/properties/stress.c
A libcss/src/select/properties/pitch_range.c
A libcss/src/select/properties/border_left_width.c
A libcss/src/select/properties/visibility.c
A libcss/src/select/properties/clip.c
A libcss/src/select/properties/padding_top.c
A libcss/src/select/properties/left.c
A libcss/src/select/properties/text_decoration.c
A libcss/src/select/properties/speak_punctuation.c
A libcss/src/select/properties/text_align.c
A libcss/src/select/properties/pause_before.c
A libcss/src/select/properties/margin_top.c
A libcss/src/select/properties/z_index.c
A libcss/src/select/properties/top.c
A libcss/src/select/properties/speak.c
A libcss/src/select/properties/letter_spacing.c
A libcss/src/select/properties/position.c
A libcss/src/select/properties/bottom.c
A libcss/src/select/properties/float.c
A libcss/src/select/properties/border_right_color.c
A libcss/src/select/properties/margin_right.c
A libcss/src/select/properties/speak_header.c
A libcss/src/select/properties/play_during.c
A libcss/src/select/properties/background_repeat.c
A libcss/src/select/properties/border_top_style.c
A libcss/src/select/properties/width.c
A libcss/src/select/properties/background_image.c
A libcss/src/select/properties/margin_left.c
A libcss/src/select/properties/white_space.c
A libcss/src/select/properties/cue_after.c
A libcss/src/select/properties/pause_after.c
A libcss/src/select/properties/outline_style.c
A libcss/src/select/properties/border_bottom_color.c
A libcss/src/select/properties/caption_side.c
A libcss/src/select/properties/page_break_before.c
A libcss/src/select/properties/font_family.c
A libcss/src/select/properties/border_left_style.c
A libcss/src/select/properties/border_right_width.c
A libcss/src/select/properties/max_height.c
A libcss/src/select/properties/background_color.c
A libcss/src/select/properties/unicode_bidi.c
A libcss/src/select/properties/speach_rate.c
A libcss/src/select/properties/list_style_position.c
A libcss/src/select/properties/word_spacing.c
A libcss/src/select/properties/direction.c
A libcss/src/select/properties/padding_left.c
A libcss/src/select/properties/azimuth.c
A libcss/src/select/properties/counter_reset.c
A libcss/src/select/properties/min_width.c
A libcss/src/select/properties/counter_increment.c
A libcss/src/select/properties/max_width.c
A libcss/src/select/properties/table_layout.c
A libcss/src/select/properties/text_indent.c
A libcss/src/select/properties/font_style.c
A libcss/src/select/properties/elevation.c
A libcss/src/select/properties/clear.c
A libcss/src/select/properties/background_attachment.c
A libcss/src/select/properties/font_variant.c
A libcss/src/select/properties/padding_bottom.c
A libcss/src/select/properties/list_style_type.c
A libcss/src/select/properties/border_top_color.c
A libcss/src/select/Makefile
A libcss/src/stylesheet.h
A libcss/src/utils
A libcss/src/utils/utils.c
A libcss/src/utils/utils.h
A libcss/src/utils/Makefile
A libcss/src/utils/errors.c
A libcss/src/utils/parserutilserror.h
A libcss/src/lex
A libcss/src/lex/lex.c
A libcss/src/lex/Makefile
A libcss/src/lex/lex.h
A libcss/src/charset
A libcss/src/charset/detect.c
A libcss/src/charset/Makefile
A libcss/src/charset/detect.h
A libcss/src/parse
A libcss/src/parse/parse.h
A libcss/src/parse/propstrings.h
A libcss/src/parse/important.h
A libcss/src/parse/language.c
A libcss/src/parse/language.h
A libcss/src/parse/parse.c
A libcss/src/parse/propstrings.c
A libcss/src/parse/properties
A libcss/src/parse/properties/utils.c
A libcss/src/parse/properties/properties.h
A libcss/src/parse/properties/effects_stacking.c
A libcss/src/parse/properties/positioning.c
A libcss/src/parse/properties/aural.c
A libcss/src/parse/properties/utils.h
A libcss/src/parse/properties/font.c
A libcss/src/parse/properties/padding.c
A libcss/src/parse/properties/border_outline.c
A libcss/src/parse/properties/page.c
A libcss/src/parse/properties/ui.c
A libcss/src/parse/properties/margin.c
A libcss/src/parse/properties/background.c
A libcss/src/parse/properties/text.c
A libcss/src/parse/properties/table.c
A libcss/src/parse/properties/display_sizing.c
A libcss/src/parse/properties/generated_list.c
A libcss/src/parse/properties/properties.c
A libcss/src/parse/properties/Makefile
A libcss/src/parse/Makefile
A libcss/src/parse/important.c
A libcss/src/stylesheet.c
A libcss/src/Makefile
A libcss/src/bytecode
A libcss/src/bytecode/opcodes.h
A libcss/src/bytecode/bytecode.h
A libcss/src/bytecode/Makefile
A libcss/COPYING
A libcss/docs
A libcss/docs/Lexer
A libcss/docs/Representation
A libcss/docs/Colour
A libcss/docs/Tokens
A libcss/docs/Grammar
A libcss/docs/API
A libcss/docs/Bytecode
A libcss/Makefile
A libcss/README
A libcss/examples
A libcss/examples/example1.c
U libcss
Fetching external item into 'libcss/build/makefiles'
A libcss/build/makefiles/Makefile.clang
A libcss/build/makefiles/Makefile.pkgconfig
A libcss/build/makefiles/Makefile.subdir
A libcss/build/makefiles/Makefile.gcc
A libcss/build/makefiles/Makefile.norcroft
A libcss/build/makefiles/Makefile.tools
A libcss/build/makefiles/Makefile.top
Checked out external at revision 11123.
Fetching external item into 'libcss/build/testtools'
A libcss/build/testtools/testrunner.pl
Checked out external at revision 11123.
Checked out revision 11123.
patching file examples/example1.c
patching file include/libcss/stylesheet.h
patching file src/stylesheet.c
------------------- libwapcaplet -------------------
COMPILE: src/libwapcaplet.c
AR: build-Darwin-i386-release-lib-static/libwapcaplet.a
COMPILE: src/libwapcaplet.c
AR: build-Darwin-x86_64-release-lib-static/libwapcaplet.a
Architectures in the fat file: lib/libwapcaplet.a are: i386 x86_64
------------------- libparserutils -------------------
ALIAS: src/charset/aliases.inc
COMPILE: src/charset/aliases.c
COMPILE: src/charset/codec.c
COMPILE: src/charset/codecs/codec_ascii.c
COMPILE: src/charset/codecs/codec_8859.c
COMPILE: src/charset/codecs/codec_ext8.c
COMPILE: src/charset/codecs/codec_utf8.c
COMPILE: src/charset/codecs/codec_utf16.c
COMPILE: src/charset/encodings/utf8.c
COMPILE: src/charset/encodings/utf16.c
COMPILE: src/input/filter.c
COMPILE: src/input/inputstream.c
COMPILE: src/utils/buffer.c
COMPILE: src/utils/errors.c
COMPILE: src/utils/stack.c
COMPILE: src/utils/vector.c
AR: build-Darwin-i386-release-lib-static/libparserutils.a
COMPILE: src/charset/aliases.c
COMPILE: src/charset/codec.c
COMPILE: src/charset/codecs/codec_ascii.c
COMPILE: src/charset/codecs/codec_8859.c
COMPILE: src/charset/codecs/codec_ext8.c
COMPILE: src/charset/codecs/codec_utf8.c
COMPILE: src/charset/codecs/codec_utf16.c
COMPILE: src/charset/encodings/utf8.c
COMPILE: src/charset/encodings/utf16.c
COMPILE: src/input/filter.c
COMPILE: src/input/inputstream.c
COMPILE: src/utils/buffer.c
COMPILE: src/utils/errors.c
COMPILE: src/utils/stack.c
COMPILE: src/utils/vector.c
AR: build-Darwin-x86_64-release-lib-static/libparserutils.a
Architectures in the fat file: lib/libparserutils.a are: i386 x86_64
------------------- libcss -------------------
Failed to open '/Users/robert/code/objc/Externals/kod/deps/libcss/libparserutils/libparserutils.pc': No such file or directory
No package 'libparserutils' found
Failed to open '/Users/robert/code/objc/Externals/kod/deps/libcss/libwapcaplet/libwapcaplet.pc': No such file or directory
No package 'libwapcaplet' found
Failed to open '/Users/robert/code/objc/Externals/kod/deps/libcss/libparserutils/libparserutils.pc': No such file or directory
No package 'libparserutils' found
Failed to open '/Users/robert/code/objc/Externals/kod/deps/libcss/libwapcaplet/libwapcaplet.pc': No such file or directory
No package 'libwapcaplet' found
COMPILE: src/stylesheet.c
COMPILE: src/charset/detect.c
COMPILE: src/lex/lex.c
COMPILE: src/parse/parse.c
COMPILE: src/parse/language.c
COMPILE: src/parse/important.c
COMPILE: src/parse/propstrings.c
COMPILE: src/parse/properties/aural.c
COMPILE: src/parse/properties/background.c
COMPILE: src/parse/properties/border_outline.c
COMPILE: src/parse/properties/display_sizing.c
COMPILE: src/parse/properties/effects_stacking.c
COMPILE: src/parse/properties/font.c
COMPILE: src/parse/properties/generated_list.c
COMPILE: src/parse/properties/margin.c
COMPILE: src/parse/properties/padding.c
COMPILE: src/parse/properties/page.c
COMPILE: src/parse/properties/positioning.c
COMPILE: src/parse/properties/properties.c
COMPILE: src/parse/properties/table.c
COMPILE: src/parse/properties/text.c
COMPILE: src/parse/properties/ui.c
COMPILE: src/parse/properties/utils.c
COMPILE: src/select/computed.c
COMPILE: src/select/dispatch.c
COMPILE: src/select/hash.c
COMPILE: src/select/select.c
COMPILE: src/select/properties/helpers.c
COMPILE: src/select/properties/azimuth.c
COMPILE: src/select/properties/background_attachment.c
COMPILE: src/select/properties/background_color.c
COMPILE: src/select/properties/background_image.c
COMPILE: src/select/properties/background_position.c
COMPILE: src/select/properties/background_repeat.c
COMPILE: src/select/properties/border_bottom_color.c
COMPILE: src/select/properties/border_bottom_style.c
COMPILE: src/select/properties/border_bottom_width.c
COMPILE: src/select/properties/border_collapse.c
COMPILE: src/select/properties/border_left_color.c
COMPILE: src/select/properties/border_left_style.c
COMPILE: src/select/properties/border_left_width.c
COMPILE: src/select/properties/border_right_color.c
COMPILE: src/select/properties/border_right_style.c
COMPILE: src/select/properties/border_right_width.c
COMPILE: src/select/properties/border_spacing.c
COMPILE: src/select/properties/border_top_color.c
COMPILE: src/select/properties/border_top_style.c
COMPILE: src/select/properties/border_top_width.c
COMPILE: src/select/properties/bottom.c
COMPILE: src/select/properties/caption_side.c
COMPILE: src/select/properties/clear.c
COMPILE: src/select/properties/clip.c
COMPILE: src/select/properties/color.c
COMPILE: src/select/properties/content.c
COMPILE: src/select/properties/counter_increment.c
COMPILE: src/select/properties/counter_reset.c
COMPILE: src/select/properties/cue_after.c
COMPILE: src/select/properties/cue_before.c
COMPILE: src/select/properties/cursor.c
COMPILE: src/select/properties/direction.c
COMPILE: src/select/properties/display.c
COMPILE: src/select/properties/elevation.c
COMPILE: src/select/properties/empty_cells.c
COMPILE: src/select/properties/float.c
COMPILE: src/select/properties/font_family.c
COMPILE: src/select/properties/font_size.c
COMPILE: src/select/properties/font_style.c
COMPILE: src/select/properties/font_variant.c
COMPILE: src/select/properties/font_weight.c
COMPILE: src/select/properties/height.c
COMPILE: src/select/properties/left.c
COMPILE: src/select/properties/letter_spacing.c
COMPILE: src/select/properties/line_height.c
COMPILE: src/select/properties/list_style_image.c
COMPILE: src/select/properties/list_style_position.c
COMPILE: src/select/properties/list_style_type.c
COMPILE: src/select/properties/margin_bottom.c
COMPILE: src/select/properties/margin_left.c
COMPILE: src/select/properties/margin_right.c
COMPILE: src/select/properties/margin_top.c
COMPILE: src/select/properties/max_height.c
COMPILE: src/select/properties/max_width.c
COMPILE: src/select/properties/min_height.c
COMPILE: src/select/properties/min_width.c
COMPILE: src/select/properties/orphans.c
COMPILE: src/select/properties/outline_color.c
COMPILE: src/select/properties/outline_style.c
COMPILE: src/select/properties/outline_width.c
COMPILE: src/select/properties/overflow.c
COMPILE: src/select/properties/padding_bottom.c
COMPILE: src/select/properties/padding_left.c
COMPILE: src/select/properties/padding_right.c
COMPILE: src/select/properties/padding_top.c
COMPILE: src/select/properties/page_break_after.c
COMPILE: src/select/properties/page_break_before.c
COMPILE: src/select/properties/page_break_inside.c
COMPILE: src/select/properties/pause_after.c
COMPILE: src/select/properties/pause_before.c
COMPILE: src/select/properties/pitch.c
COMPILE: src/select/properties/pitch_range.c
COMPILE: src/select/properties/play_during.c
COMPILE: src/select/properties/position.c
COMPILE: src/select/properties/quotes.c
COMPILE: src/select/properties/richness.c
COMPILE: src/select/properties/right.c
COMPILE: src/select/properties/speach_rate.c
COMPILE: src/select/properties/speak.c
COMPILE: src/select/properties/speak_header.c
COMPILE: src/select/properties/speak_numeral.c
COMPILE: src/select/properties/speak_punctuation.c
COMPILE: src/select/properties/stress.c
COMPILE: src/select/properties/table_layout.c
COMPILE: src/select/properties/text_align.c
COMPILE: src/select/properties/text_decoration.c
COMPILE: src/select/properties/text_indent.c
COMPILE: src/select/properties/text_transform.c
COMPILE: src/select/properties/top.c
COMPILE: src/select/properties/unicode_bidi.c
COMPILE: src/select/properties/vertical_align.c
COMPILE: src/select/properties/visibility.c
COMPILE: src/select/properties/voice_family.c
COMPILE: src/select/properties/volume.c
COMPILE: src/select/properties/white_space.c
COMPILE: src/select/properties/width.c
COMPILE: src/select/properties/windows.c
COMPILE: src/select/properties/word_spacing.c
COMPILE: src/select/properties/z_index.c
COMPILE: src/utils/errors.c
COMPILE: src/utils/utils.c
AR: build-Darwin-i386-release-lib-static/libcss.a
Failed to open '/Users/robert/code/objc/Externals/kod/deps/libcss/libparserutils/libparserutils.pc': No such file or directory
No package 'libparserutils' found
Failed to open '/Users/robert/code/objc/Externals/kod/deps/libcss/libwapcaplet/libwapcaplet.pc': No such file or directory
No package 'libwapcaplet' found
Failed to open '/Users/robert/code/objc/Externals/kod/deps/libcss/libparserutils/libparserutils.pc': No such file or directory
No package 'libparserutils' found
Failed to open '/Users/robert/code/objc/Externals/kod/deps/libcss/libwapcaplet/libwapcaplet.pc': No such file or directory
No package 'libwapcaplet' found
COMPILE: src/stylesheet.c
COMPILE: src/charset/detect.c
COMPILE: src/lex/lex.c
COMPILE: src/parse/parse.c
COMPILE: src/parse/language.c
COMPILE: src/parse/important.c
COMPILE: src/parse/propstrings.c
COMPILE: src/parse/properties/aural.c
COMPILE: src/parse/properties/background.c
COMPILE: src/parse/properties/border_outline.c
COMPILE: src/parse/properties/display_sizing.c
COMPILE: src/parse/properties/effects_stacking.c
COMPILE: src/parse/properties/font.c
COMPILE: src/parse/properties/generated_list.c
COMPILE: src/parse/properties/margin.c
COMPILE: src/parse/properties/padding.c
COMPILE: src/parse/properties/page.c
COMPILE: src/parse/properties/positioning.c
COMPILE: src/parse/properties/properties.c
COMPILE: src/parse/properties/table.c
COMPILE: src/parse/properties/text.c
COMPILE: src/parse/properties/ui.c
COMPILE: src/parse/properties/utils.c
COMPILE: src/select/computed.c
COMPILE: src/select/dispatch.c
COMPILE: src/select/hash.c
COMPILE: src/select/select.c
COMPILE: src/select/properties/helpers.c
COMPILE: src/select/properties/azimuth.c
COMPILE: src/select/properties/background_attachment.c
COMPILE: src/select/properties/background_color.c
COMPILE: src/select/properties/background_image.c
COMPILE: src/select/properties/background_position.c
COMPILE: src/select/properties/background_repeat.c
COMPILE: src/select/properties/border_bottom_color.c
COMPILE: src/select/properties/border_bottom_style.c
COMPILE: src/select/properties/border_bottom_width.c
COMPILE: src/select/properties/border_collapse.c
COMPILE: src/select/properties/border_left_color.c
COMPILE: src/select/properties/border_left_style.c
COMPILE: src/select/properties/border_left_width.c
COMPILE: src/select/properties/border_right_color.c
COMPILE: src/select/properties/border_right_style.c
COMPILE: src/select/properties/border_right_width.c
COMPILE: src/select/properties/border_spacing.c
COMPILE: src/select/properties/border_top_color.c
COMPILE: src/select/properties/border_top_style.c
COMPILE: src/select/properties/border_top_width.c
COMPILE: src/select/properties/bottom.c
COMPILE: src/select/properties/caption_side.c
COMPILE: src/select/properties/clear.c
COMPILE: src/select/properties/clip.c
COMPILE: src/select/properties/color.c
COMPILE: src/select/properties/content.c
COMPILE: src/select/properties/counter_increment.c
COMPILE: src/select/properties/counter_reset.c
COMPILE: src/select/properties/cue_after.c
COMPILE: src/select/properties/cue_before.c
COMPILE: src/select/properties/cursor.c
COMPILE: src/select/properties/direction.c
COMPILE: src/select/properties/display.c
COMPILE: src/select/properties/elevation.c
COMPILE: src/select/properties/empty_cells.c
COMPILE: src/select/properties/float.c
COMPILE: src/select/properties/font_family.c
COMPILE: src/select/properties/font_size.c
COMPILE: src/select/properties/font_style.c
COMPILE: src/select/properties/font_variant.c
COMPILE: src/select/properties/font_weight.c
COMPILE: src/select/properties/height.c
COMPILE: src/select/properties/left.c
COMPILE: src/select/properties/letter_spacing.c
COMPILE: src/select/properties/line_height.c
COMPILE: src/select/properties/list_style_image.c
COMPILE: src/select/properties/list_style_position.c
COMPILE: src/select/properties/list_style_type.c
COMPILE: src/select/properties/margin_bottom.c
COMPILE: src/select/properties/margin_left.c
COMPILE: src/select/properties/margin_right.c
COMPILE: src/select/properties/margin_top.c
COMPILE: src/select/properties/max_height.c
COMPILE: src/select/properties/max_width.c
COMPILE: src/select/properties/min_height.c
COMPILE: src/select/properties/min_width.c
COMPILE: src/select/properties/orphans.c
COMPILE: src/select/properties/outline_color.c
COMPILE: src/select/properties/outline_style.c
COMPILE: src/select/properties/outline_width.c
COMPILE: src/select/properties/overflow.c
COMPILE: src/select/properties/padding_bottom.c
COMPILE: src/select/properties/padding_left.c
COMPILE: src/select/properties/padding_right.c
COMPILE: src/select/properties/padding_top.c
COMPILE: src/select/properties/page_break_after.c
COMPILE: src/select/properties/page_break_before.c
COMPILE: src/select/properties/page_break_inside.c
COMPILE: src/select/properties/pause_after.c
COMPILE: src/select/properties/pause_before.c
COMPILE: src/select/properties/pitch.c
COMPILE: src/select/properties/pitch_range.c
COMPILE: src/select/properties/play_during.c
COMPILE: src/select/properties/position.c
COMPILE: src/select/properties/quotes.c
COMPILE: src/select/properties/richness.c
COMPILE: src/select/properties/right.c
COMPILE: src/select/properties/speach_rate.c
COMPILE: src/select/properties/speak.c
COMPILE: src/select/properties/speak_header.c
COMPILE: src/select/properties/speak_numeral.c
COMPILE: src/select/properties/speak_punctuation.c
COMPILE: src/select/properties/stress.c
COMPILE: src/select/properties/table_layout.c
COMPILE: src/select/properties/text_align.c
COMPILE: src/select/properties/text_decoration.c
COMPILE: src/select/properties/text_indent.c
COMPILE: src/select/properties/text_transform.c
COMPILE: src/select/properties/top.c
COMPILE: src/select/properties/unicode_bidi.c
COMPILE: src/select/properties/vertical_align.c
COMPILE: src/select/properties/visibility.c
COMPILE: src/select/properties/voice_family.c
COMPILE: src/select/properties/volume.c
COMPILE: src/select/properties/white_space.c
COMPILE: src/select/properties/width.c
COMPILE: src/select/properties/windows.c
COMPILE: src/select/properties/word_spacing.c
COMPILE: src/select/properties/z_index.c
COMPILE: src/utils/errors.c
COMPILE: src/utils/utils.c
AR: build-Darwin-x86_64-release-lib-static/libcss.a
Architectures in the fat file: lib/libcss.a are: i386 x86_64
------------------- headers -------------------
cp -fR libparserutils/include/parserutils include/
cp -fR libwapcaplet/include/libwapcaplet include/
cp -fR libcss/include/libcss include/
------------------- example1 -------------------
created stylesheet, size 3352
appended data, size now 3760
created selection context with 1 sheets
color of h1 is ffff0000
color of h2 is 0
color of h3 is 0
color of h4 is ff123456
color of h5 is ff123456
color of h6 is 0
------------------- CSS.framework -------------------
** BUILD FAILED **
The following build commands failed:
CSS:
ProcessInfoPlistFile /Volumes/RobHD/code/objc/Externals/kod/deps/libcss/cocoa-framework/build/Release/CSS.framework/Versions/A/Resources/Info.plist Info.plist
CpHeader build/Release/CSS.framework/Versions/A/Headers/css-cf-realloc.h css-cf-realloc.h
CpHeader build/Release/CSS.framework/Versions/A/Headers/CSSStylesheet.h CSSStylesheet.h
CpHeader build/Release/CSS.framework/Versions/A/Headers/NSString-wapcaplet.h NSString-wapcaplet.h
CpHeader build/Release/CSS.framework/Versions/A/Headers/NSError-css.h NSError-css.h
CpHeader build/Release/CSS.framework/Versions/A/Headers/CSSContext.h CSSContext.h
CpHeader build/Release/CSS.framework/Versions/A/Headers/CSSStyle.h CSSStyle.h
CpHeader build/Release/CSS.framework/Versions/A/Headers/CSSSelectHandlerBase.h CSSSelectHandlerBase.h
CpHeader build/Release/CSS.framework/Versions/A/Headers/NSColor-css.h NSColor-css.h
CpHeader build/Release/CSS.framework/Versions/A/Headers/CSS.h CSS.h
CopyStringsFile /Volumes/RobHD/code/objc/Externals/kod/deps/libcss/cocoa-framework/build/Release/CSS.framework/Versions/A/Resources/English.lproj/InfoPlist.strings English.lproj/InfoPlist.strings
ProcessPCH /var/folders/ml/mlO5e0UKEgCRqdyRPT0CIk+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/prefix-cettxuemcjualrbawitfboekobgn/prefix.pch.pth prefix.pch normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
ProcessPCH /var/folders/ml/mlO5e0UKEgCRqdyRPT0CIk+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/prefix-eonciplrogmgyldmbvuvykdvznpb/prefix.pch.pth prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(13 failures)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment