On 28/10/2012, at 2:33 PM, rmbishop wrote:

> In the C:\felix directory, I typed the following in order to perform a build:
> 
>       • 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\cl.exe' 
> /nologo / c /GR /MD /EHs /wd4291 /Ox /Ibuild\release\config\target 
> /Ibuild\release\lib\rtl /Ibuild\release\src\pthread /Isrc\gc /Isrc\rtl 
> /DBUILD_PTHREAD /DFLX_STATIC_LIN K 
> /Fobuild\release\src\pthread\pthread_condv_static.obj /showIncludes 
> build\rele ase\src\pthread\pthread_condv.cpp pthread_condv.cpp 
> build\release\src\pthread\pthread_condv.cpp(66) : error C2079: 'tv' uses 
> undefin ed struct 'timespec'


Oh, I'm sorry, that's a recent change I made.
My bad, misread the code. struct timespec is defined for Windows,
but in the wrong place in pthread_win_posix_condv_emul.cpp,
(i.e. the implementation file, not the header).

I'll fix it.

--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to