octave-maintainers
[Top][All Lists]
Advanced

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

Re: MXE win32 errors "'WIFEXITED' was not declared in this scope"


From: Andreas Weber
Subject: Re: MXE win32 errors "'WIFEXITED' was not declared in this scope"
Date: Thu, 26 Jun 2014 11:19:20 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0

On 26.06.2014 09:18, Andreas Weber wrote:
> Am 25.06.2014 20:11, schrieb Philip Nienhuis:
>> When trying to build octave-4.1.0+ for windows (MXE-cross-build) I get error
>> messages related to mkoctfile, apparently due to changeset 5b7b18d603ae
>> 'mkoctfile.in.cc: fix return value if subprocess fails (bug #42549).':
>>
>> mkoctfile.cc:348:24: error 'WIFEXITED' was not declared in this scope
>> mkoctfile.cc:349:33: error 'WEXITSTATUS' was not declared in this scope
>>
>> Where are these identifiers (macros) declared for win32 systems?
> 
> I would have bet they are also accessible when doing the MXE build.

Sorry, I haven't had a look at the MXE configure.ac but on the default
octave-src. I guess AC_HEADER_SYS_WAIT in configure.ac adds the
definition. Trying to build MXE now.

Andy



reply via email to

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