octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compile problem with gnulib


From: Michael Goffioul
Subject: Compile problem with gnulib
Date: Sun, 10 Jan 2010 17:07:46 +0000

Hi,

While trying to compile current octave archive with MSVC, I got
problems with gnulib. The first being an inifite #include recursion
in dirent.h. There's no dirent.h in MSVC, so the configure script
ends up determining that the next include file for dirent.h is simply
<dirent.h>. The generated dirent.h then includes itself.

What's supposed to happen in such case?

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]