[Ctk-developers] Recently added #include prevents building on Windows7 with VS2008
Csaba Pinter
pinter at cs.queensu.ca
Thu Jul 12 17:57:22 UTC 2012
Hi all,
I tried to build CTK with the fix, but I bumped into another error.
I created an issue: https://github.com/commontk/CTK/issues/193
Sorry, but I can go one error a time.
Thanks,
csaba
On 7/12/2012 12:01, Jean-Christophe Fillion-Robin wrote:
> Hi Csaba,
>
> Thanks for reporting the problem, I just created an issue to track it.
> See https://github.com/commontk/CTK/issues/192
>
> I suggest that further discussion related to that problem happen on
> the tracker.
>
> Hth
> Jc
>
> On Thu, Jul 12, 2012 at 11:26 AM, Csaba Pinter <pinter at cs.queensu.ca
> <mailto:pinter at cs.queensu.ca>> wrote:
>
> Hi all,
>
> A commit from two days ago introduced a build error in CTK on my
> machine (Win7, VS2008,
> http://slicer.cdash.org/viewBuildError.php?buildid=27825):
> https://github.com/commontk/CTK/commit/9dd5828465db1e93851042d10a1b5a80e52a8309
>
> The same build error occurs on other machines too, for example on
> District9.kitware:
> http://slicer.cdash.org/viewBuildError.php?buildid=27782
>
> The first line from the following code snippet causes the problem.
> However, this include happens a few lines below if a macro is
> defined. Instead of including unistd.h in every case, this macro
> should be further investigated.
>
> *#include <unistd.h>*
>
> // STD includes
> #include <cstdio> // For _fileno or fileno
> #ifdef _MSC_VER
> # include <io.h> // For _write()
> #else
> # *include <unistd.h>*
> #endif
>
>
> Thank you,
> csaba
>
>
> _______________________________________________
> Ctk-developers mailing list
> Ctk-developers at commontk.org <mailto:Ctk-developers at commontk.org>
> http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers
>
>
>
>
> --
> +1 919 869 8849
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ctk-developers/attachments/20120712/335ab07e/attachment.htm>
More information about the Ctk-developers
mailing list