Hi,

It looks like that with the current source code revision the Visual Studio
build is broken, at least on my computer.  In src/libbu/parallel.c
rt_thread_t isn't defined.  To define it on Windows the WIN32 define has to
be set, but it isn't.  The predefined macro in a win32 environment is
_WIN32.  Especially in parallel.c we can find a mixture of both variants.
Which one is the right one?  Do we want to use the standard (_WIN32) or
have our own macro (WIN32)?

Regards,
    Daniel
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to