Hi Alon, Thanks for the hint! Although, I compiled readline with clang (the one built for emscripten) without any issues:( Need to look further...
Regards, r0ller 2016. március 3., csütörtök 18:44:32 UTC+1 időpontban Alon Zakai a következőt írta: > > Looks like a clang frontend issue, so I would look for discussions of > people building that project with recent versions of clang - they would hit > the same issue with or without emscripten. > > The errors themselves look odd, no idea why that wouldn't work if the same > code compiles with gcc. Only guess is clang's default C version might be > newer than gcc's, and you need to tell it to use an older one? > > On Thu, Mar 3, 2016 at 3:00 AM, <[email protected] <javascript:>> wrote: > >> Hi All, >> >> I'd like to compile my own project using emscripten but first I need to >> compile its dependencies of which one is readline. Building readline (6.3) >> natively from source goes fine and even configuring it with emconfigure >> went fine. However, 'emmake make' results in the error you can see in the >> attached screenshot. Do you happen to know why? As far as I could see it in >> the source, sa_handler would be such a member of the struct that points to >> a function of type SigHandler. Any help is appreciated:) >> >> >> <https://lh3.googleusercontent.com/-jVbEvThcOD4/VtgZCXoMZII/AAAAAAAAADY/Y_0teE5J8hs/s1600/readline_emmake.PNG> >> >> >> Thanks®ards, >> r0ller >> >> -- >> 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] <javascript:>. >> 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.
