Discussion:
[Gc] gc_local_alloc.h not included?
M
2016-12-08 10:07:32 UTC
Permalink
Hello,

I've been trying to compile this collector, but somehow always miss
making gc_local_alloc.h? Any advice? make and make install seem to go
without problem but leaving out this file, which is needed for other
programs. Thanks.
Bruce Hoult
2016-12-08 10:45:15 UTC
Permalink
I don't know this file.

There is a ./include/private/thread_local_alloc.h but it is used
internally, not installed for clients to use.

Do you have some other software that tries to include gc_local_alloc.h ?
What happens if you jut comment that out? Or simply include gc.h ?
Post by M
Hello,
I've been trying to compile this collector, but somehow always miss
making gc_local_alloc.h? Any advice? make and make install seem to go
without problem but leaving out this file, which is needed for other
programs. Thanks.
--
This message has been scanned for viruses and
dangerous content by *MailScanner* <http://www.mailscanner.info/>, and is
believed to be clean.
_______________________________________________
bdwgc mailing list
https://lists.opendylan.org/mailman/listinfo/bdwgc
Ivan Maidanski
2016-12-08 10:33:14 UTC
Permalink
Hello M,

Which GC version do you use?
The header was deleted in 2005: https://github.com/ivmai/bdwgc/commit/64040040407b11d8740516fad2438109e7f22c02  
* Removed gc_local_alloc.h.  If THREAD_LOCAL_ALLOC is defined, the thread local allocation routines are now called automatically.

Regards,
Ivan
Post by M
Hello,
I've been trying to compile this collector, but somehow always miss making gc_local_alloc.h? Any advice? make and make install seem to go without problem but leaving out this file, which is needed for other programs. Thanks.
_______________________________________________
bdwgc mailing list
https://lists.opendylan.org/mailman/listinfo/bdwgc
Loading...