Kayvan A. Sylvan wrote:
> Hi Angus,
> 
> Now I get:
> 
> g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/support -I../../src
> -I../../../lyx/src/support/../ -I../../../lyx/boost
> -I/u/ksylvan/include -I/usr/openwin/include -O2 -fno-exceptions -W
> -Wall -MT globbing.lo -MD -MP -MF .deps/globbing.Tpo -c
> ../../../lyx/src/support/globbing.C
> ../../../lyx/src/support/globbing.C: In function `const
>    std::vector<std::string, std::allocator<std::string> >
>    lyx::support::glob(const std::string&, int)':
> ../../../lyx/src/support/globbing.C:70: uninitialized const `zero'

Sigh. Try:
        glob_t glob_buffer;
        glob_buffer.gl_offs = 0;

-- 
Angus

Reply via email to