octave-maintainers
[Top][All Lists]
Advanced

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

Re: compile error on oct-env.cc in building octave-3.3.52+ on MinGW32


From: Tatsuro MATSUOKA
Subject: Re: compile error on oct-env.cc in building octave-3.3.52+ on MinGW32
Date: Sat, 25 Sep 2010 10:08:46 +0900 (JST)

Hello

--- "John W. Eaton" wrote:

> On 23-Sep-2010, Tatsuro MATSUOKA wrote:
> 
> | In sys/wait.h in the directory 'libgnu' in the build tree, I found 
> | 
> | ...
> | 
> | # define waitpid(pid,statusp,options) _cwait (statusp, pid, WAIT_CHILD)
> 
> We need to discuss this with the gnulib maintainers.  For C++, it
> would be helpful if this were a function instead of a macro.

Just the above the below

> | # define waitpid(pid,statusp,options) _cwait (statusp, pid, WAIT_CHILD)

Should I ask the gnulib ML by myself?

Honestly speaking, I cannot find what should I do
In oct-syscall.h, I found,
  static pid_t waitpid (pid_t, int *status, int);
  static pid_t waitpid (pid_t, int *status, int, std::string&);

How should I modify sys_wait.in.h considering C++ calling?

Sorry for my ignorance and give suggestions.

Regards

Tatsuro


--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/


reply via email to

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