The ports feature is just on the incoming branch. I think the sdk only gives you a stable release when you pick latest. But you should be able to see all possible builds with "emsdk list", then get the current incoming branch using that.
- Alon On Thu, Oct 23, 2014 at 5:33 PM, Robert Clawson <[email protected]> wrote: > The full command I entered: > > emcc -s USE_SDL=2 a.cpp -o blah.html > > The error I get is: > WARNING root: Assigning a non-existent settings attribute "USE_SDL" > and then... > warning: unresolved symbol: SDL_CreateRenderer > > I followed the instructions to install the most recent edition of > emscripten, that is: > > emsdk update > emsdk install latest > emsdk activate latest > > I tried to grep for USE_SDL and didn't find anything. > > What can I check to see where my configuration is in error? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
