Thanks, this worked. I had some problems running the build as described above. But I'm running php on OS X with MAMP, not the default OS X server stuff. (I'm not sure the build file is for Linux/Ubuntu setups even, maybe?)
Anyway- for those "struggling" as well, here's what I did to get it running: - associate php cli with my mamp path (run command in terminal): export PATH=/Applications/MAMP/bin/php5/bin/:$PATH - test with command which php to see if path is correct - strip first line from build script and just run: php build > mootools-core.js (you could probably edit the first line too to let it use the correct php, but make sure you're using the "correct" php if you've installed MAMP On Sep 1, 12:27 am, Fábio M. Costa <[email protected]> wrote: > the correct is: > > git clone git://github.com/mootools/mootools-core.git > > you'll find this url here: > > http://github.com/mootools/mootools-core > > -- > Fábio Miranda Costa > front...@globocore > *github:* fabiomcosta > *twitter:* @fabiomiranda > *ramal:* 6410 > > > > On Tue, Aug 31, 2010 at 6:53 PM, Rolf -nl <[email protected]> wrote: > > new to git/github, but thought I set it up correctly. Been searching > > Google for answers, but it's not really helping: > > > Cloning into mootools-core... > > fatal:https://github.com/mootools/mootools-core/info/refsnot found: > > did you run git update-server-info on the server? > > > Now sure if "server" is my system or something has to be updated at > > github.com/mootools? > > However, if I run git update-server-info I get: fatal: Not a git > > repository (or any of the parent directories): .git > > > ? > > > On Aug 31, 4:37 pm, Christoph Pojer <[email protected]> wrote: > > > If you feel like trying the current master out: > > > > git clonehttps://github.com/mootools/mootools-core > > > cd mootools-core > > > git submodule update --init --recursive > > > ./build > mootools-core.js > > > > On Aug 31, 9:40 am, stratboy <[email protected]> wrote: > > > > > Can't wait :) > > > > > On 30 Ago, 23:05, Christoph Pojer <[email protected]> wrote: > > > > > > Final. > > > > > > On Aug 30, 9:41 pm, Rolf -nl <[email protected]> wrote: > > > > > > > Looking at the commit it makes sense :) and pretty easy to update > > > > > > existing code (if you want too and skip the compat layer) > > > > > > will there be a new beta or is the next version the official > > release? > > > > > > > On Aug 30, 6:55 pm, Christoph Pojer <[email protected]> > > wrote: > > > > > > > > This is how we have resolved the issue: > >https://mootools.lighthouseapp.com/projects/2706/tickets/822-google-c...
