On Mar 1, 2013, at 9:18 AM, Alex Reynolds <[email protected]> wrote:

> […]
> $ sudo ./configure 

Arg! Don’t run this stuff as the super user!

> mktemp: too few X's in template ‘bundles’

Presumably from this line: 
https://github.com/textmate/textmate/blob/master/bin/create_default_bundles_tbz#L11

Most likely you have installed another version of mktemp that is incompatible 
with how it is being called in the above script.

Try change the script to call /usr/bin/mktemp (so we ensure the system default 
is used).

_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to