This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v4 14/14] the "compile" command


Hi Yao,

On Sun, 14 Dec 2014 07:00:28 +0100, Yao Qi wrote:
> The build on mingw host is broken because mingw has no mkdtemp.
> 
> ../../../git/gdb/compile/compile.c: In function 'get_compile_file_tempdir':
> ../../../git/gdb/compile/compile.c:194:3: error: implicit declaration of function 'mkdtemp' [-Werror=implicit-function-declaration]

confirming in a local MinGW build.

Is it OK to import mkdtemp from gnulib?  Asking before I create such patch.


Thanks,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]