manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
135 stars 19 forks source link

--disable-thread-local-storage causes broken bigloo_config.h #29

Closed svenha closed 4 years ago

svenha commented 5 years ago

A configure call with --disable-thread-local-storage (4.3f) leads to the following line in bigloo_config.h:

#define BGL_THREAD_DECL no

This lets any C compilations fail. Workaround: delete the "no" from the above line after the configure call.

manuel-serrano commented 4 years ago

Thanks for spotting this one. I have now fixed it.

svenha commented 4 years ago

@manuel-serrano, could you include this fix for a new 4.3f tar ball? If however the 4.3g release is approaching, this might be redundant.

manuel-serrano commented 4 years ago

Hi Sven,

I plan to release 4.3g at some point in January. Just one or two new things to add and we will go with it.