[mythtv] Building windows port

Tim Litwiller timlitw at gmail.com
Thu Aug 21 22:24:17 UTC 2008


#include <unistd.h>      // for isatty() on Windows

is the first line of the file *schemawizard.cpp*.



On Thu, Aug 21, 2008 at 5:03 PM, Jay Modi <jaymode at gmail.com> wrote:

> On Thu, Aug 21, 2008 at 5:36 PM, Tim Litwiller <timlitw at gmail.com> wrote:
>
>>
>> schemawizard.cpp:242: error: `isatty' was not declared in this scope
>> make[2]: *** [schemawizard.o] Error 1
>> make[2]: *** Waiting for unfinished jobs....
>> make[2]: Leaving directory `/C/mythtv/mythtv/libs/libmyth'
>> make[1]: *** [sub-libmyth-make_default-ordered] Error 2
>> make[1]: Leaving directory `/C/mythtv/mythtv/libs'
>> make: *** [sub-libs-make_default-ordered] Error 2
>>
>>
>
> Buzz and other ran into this issue. Buzz's fix was:
>
>> *schemawizard.cpp:242: error: `isatty' was not declared in this scope*
>>
>> Aparently *schemawizard.cpp *needs one more #include on win32:
>>
>> *#include <**unistd.h*<http://www.opengroup.org/onlinepubs/009695399/basedefs/unistd.h.html>
>> *>*
>> **
>> Buzz
>>
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20080821/af7ce3fd/attachment.htm 


More information about the mythtv-dev mailing list