Hi,
currently i don’t know why building text mate from source did not work for me.
My Setup is :
- source checked out from git with all submodules - latest os x Maveriks 10.9.1 - neded dependencies are installed via brew - my ninja target is TextMate/run
after clean and build from text mate i get the following error
https://gist.github.com/tfcoding/8195924
so it would be great if somebody could say why this error appears..
thx
Tim
Did you install capnp via the build instructions and ./configure with the clang linking also established on that page?
-Graham-
Sent from my phone
On Dec 31, 2013, at 11:35 AM, Tim Fiedler tim@0x68.de wrote:
Hi,
currently i don’t know why building text mate from source did not work for me.
My Setup is :
- source checked out from git with all submodules
- latest os x Maveriks 10.9.1
- neded dependencies are installed via brew
- my ninja target is TextMate/run
after clean and build from text mate i get the following error
https://gist.github.com/tfcoding/8195924
so it would be great if somebody could say why this error appears..
thx
Tim
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
yes in case of capnp,
but i did not do the linking of clang, i thought it should only be done with xcode 4 and earlier
i have to do this step ?
Also, to make TextMate use this version of clang, you must set CC and CXX when calling ./configure, e.g.:
CC=$HOME/clang-3.2/bin/clang CXX=$HOME/clang-3.2/bin/clang++ ./configure
…
happy new year :)
Am 31.12.2013 um 18:55 schrieb Graham Heath graham.p.heath@gmail.com:
Did you install capnp via the build instructions and ./configure with the clang linking also established on that page?
-Graham-
Sent from my phone
On Dec 31, 2013, at 11:35 AM, Tim Fiedler tim@0x68.de wrote:
Hi,
currently i don’t know why building text mate from source did not work for me.
My Setup is :
- source checked out from git with all submodules
- latest os x Maveriks 10.9.1
- neded dependencies are installed via brew
- my ninja target is TextMate/run
after clean and build from text mate i get the following error
https://gist.github.com/tfcoding/8195924
so it would be great if somebody could say why this error appears..
thx
Tim
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 1 Jan 2014, at 0:35, Tim Fiedler wrote:
[…] after clean and build from text mate i get the following error […]
Clean build works for me. The error seems to be about an undefined type, but looking at the source (t_date.cc) it does include the required header to define the type (oak::date_t).
Could maybe be compiler version issue. I’m building with Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn).
Did you also post this issue to IRC (cause if not, someone else is also having this issue)?
Hi Allan,
yes it was me on the IRC…
hmm strange… i’m currently out of ideas
Am 02.01.2014 um 04:02 schrieb Allan Odgaard mailinglist@textmate.org:
On 1 Jan 2014, at 0:35, Tim Fiedler wrote:
[…] after clean and build from text mate i get the following error […]
Clean build works for me. The error seems to be about an undefined type, but looking at the source (t_date.cc) it does include the required header to define the type (oak::date_t).
Could maybe be compiler version issue. I’m building with Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn).
Did you also post this issue to IRC (cause if not, someone else is also having this issue)?
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate