[txmt-dev] Re: Problems compiling Textmate 2
Allan Odgaard
mailinglist at textmate.org
Fri Mar 1 08:59:21 UTC 2013
On Mar 1, 2013, at 9:18 AM, Alex Reynolds <alexpreynolds at gmail.com> 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).
More information about the textmate-dev
mailing list