Any idea what's wrong here? Thanks.
ProcyonLeo: ~/textmate] ./configure rm /Users/louis/build/TextMate/Frameworks/SoftwareUpdate/fixtures/secret.pem [1/1] Generate source from ‘Frameworks/encoding/src/frequencies.capnp’… FAILED: capnp compile -oc++ Frameworks/encoding/src/frequencies.capnp Frameworks/encoding/src/frequencies.capnp:9:9: error: Parse error. Frameworks/encoding/src/frequencies.capnp:13:10-11: error: Skipped ordinal @0. Ordinals must be sequential with no holes. ninja: build stopped: subcommand failed. [45/45] Generate source from ‘Frameworks/plist/src/cache.capnp’… FAILED: capnp compile -oc++ Frameworks/plist/src/cache.capnp Frameworks/plist/src/cache.capnp:6:8: error: Parse error. ninja: build stopped: subcommand failed. [4/119] Generate source from ‘Frameworks/plist/src/cache.capnp’… FAILED: capnp compile -oc++ Frameworks/plist/src/cache.capnp Frameworks/plist/src/cache.capnp:6:8: error: Parse error. [4/119] Compile ‘Shared/PCH/prelude.cc’… ninja: build stopped: subcommand failed.
On 22 Dec 2013, at 7:01, Louis Zulli wrote:
Any idea what's wrong here? Thanks. […] FAILED: capnp compile -oc++ Frameworks/encoding/src/frequencies.capnp […]
I have: capnp --version
Cap'n Proto version 0.3.0
What version are you using (it might be that the capnp files need updating if you are using something newer, or if you are using something older, you need to update capnp)?
On Dec 23, 2013, at 6:31 AM, Allan Odgaard wrote:
I have: capnp --version
Cap'n Proto version 0.3.0
What version are you using (it might be that the capnp files need updating if you are using something newer, or if you are using something older, you need to update capnp)?
ProcyonLeo: ~] capnp --version Cap'n Proto version 0.2.0
I guess I'll try updating. Thanks.