dbremner / mili

Automatically exported from code.google.com/p/mili
Boost Software License 1.0
0 stars 0 forks source link

prepos_mutex.h is dependant on pthread and is not Windows supported #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
pthread is not by default in Windows.

Either:
- add installation instructions in README
- disable prepos_mutex.h in mili.h until support is added
- ifdef implementatino of prepos_mutex and implement it in Windows

Original issue reported on code.google.com by esteban....@gmail.com on 7 Jan 2012 at 10:47

GoogleCodeExporter commented 9 years ago
The prepos_xxxx.h files are provided as examples rather than usable files (in 
fact, they are not included from mili.h).
I propose just to not use this file (and the test) under windows. This file is 
nowhere used currently.

Original comment by daniel.g...@fudepan.org.ar on 2 Feb 2012 at 11:01