octave-maintainers
[Top][All Lists]
Advanced

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

Re: [MXE MinGW] miscompiled gcc for --enable64?


From: Philip Nienhuis
Subject: Re: [MXE MinGW] miscompiled gcc for --enable64?
Date: Tue, 09 Dec 2014 22:41:53 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30

Philip Nienhuis wrote:
After running build-packages, the following OF packages:
   image,
   fl-core,
   odepkg and
   netcdf
are still missing due to compile errors.

Same on 3.9.0+ cross-built with --enable-64.
In addition, building ltfat also breaks (probably also on 3.8.2 but I can't check right now):

======================================
:
C:/Programs/Octave/octave64-3.9.0+/bin/mkoctfile-3.9.0+.exe -Wall -mex mex_dll_core.c pa_dll_playrec.c ltfatresample.c \ -L. -lportaudio -I. -I../../src/thirdparty -DIS_OCTAVE -DHAVE_PORTAUDIO -o playrec.mex In file included from C:\Programs\Octave\octave64-3.9.0+\include\octave-3.9.0+\octave/mexproto.h:71:0, from C:\Programs\Octave\octave64-3.9.0+\include\octave-3.9.0+\octave/mex.h:67,
                 from mex_dll_core.c:88:
C:\Programs\Octave\octave64-3.9.0+\include\octave-3.9.0+\octave/mxarray.h:89:9: error: unknown type name 'int64_t'
 typedef int64_t mwSize;
         ^
C:\Programs\Octave\octave64-3.9.0+\include\octave-3.9.0+\octave/mxarray.h:90:9: error: unknown type name 'int64_t'
 typedef int64_t mwIndex;
         ^
C:\Programs\Octave\octave64-3.9.0+\include\octave-3.9.0+\octave/mxarray.h:91:9: error: unknown type name 'int64_t'
 typedef int64_t mwSignedIndex;
         ^
make[1]: *** [all] Error 1
======================================


Philip




reply via email to

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