Hi -

I just merged PR #8182 that added a function to qthreads.

If you see a build failures like this:

tasks-qthreads.c: In function ‘chpl_task_init’:
tasks-qthreads.c:746:5: error: implicit declaration of function 
‘qthread_registerOnPark’ [-Werror=implicit-function-declaration]
     qthread_registerOnPark(chpl_task_threadOnPark);
     ^~~~~~~~~~~~~~~~~~~~~~
tasks-qthreads.c:747:5: error: implicit declaration of function 
‘qthread_registerOnUnpark’ [-Werror=implicit-function-declaration]
     qthread_registerOnUnpark(chpl_task_threadOnUnpark);

you should 'make clobber' in third-party/qthread

Thanks,

-michael

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to