Hi On Mon, Nov 25, 2013 at 4:32 PM, Matthias Beyer <[email protected]> wrote: > Hi, > > I'm watching your projects since a couple of months. Today I tried to > update st (i replaced the less important parts with "(...)" and added two > blank lines before each prompt for readability): > > [0][st] (master) -> git remote update > (...) > > > [...] > > Makefile:21: recipe for target 'st.o' failed > make: *** [st.o] Error 1 >
You have to make sure that the config.h you are using actually matches the checked-out version of st.c (i. e. checkout config.def.h and copy it to config.h for the default settings). > > [0][st] ((losgelöst) -> > > > I'm not familiar with the code, just thought you may want to know this! The code compiles fine for me at 08a3eea571f8e81b6820c18d30f9264b6ee6e08b (tip). Cheers, Silvan
