Hello,

Trying to build symbolic-1.0.8 on octave 3.2 I get the same error as 
when trying to build octcdf-1.0.12

octave.exe:2:t:\
 > pkg install -verbose symbolic-1.0.8.tar.gz
c:\Programs\msys\1.0.11-tdm430-2\opt\octave_mingw32_gcc-4.3.0-dw2\3.2.0-3\include\octave-3.2.0/octave/variables.h:
 
In function 'void load_symbolic_type()':
c:\Programs\msys\1.0.11-tdm430-2\opt\octave_mingw32_gcc-4.3.0-dw2\3.2.0-3\include\octave-3.2.0/octave/variables.h:123:
 
error: too many arguments to function 'void mlock()'
symbols.cc:161: error: at this point in file
c:\Programs\msys\1.0.11-tdm430-2\opt\octave_mingw32_gcc-4.3.0-dw2\3.2.0-3\include\octave-3.2.0/octave/variables.h:123:
 
error: too many arguments to function 'void mlock()'
symbols.cc:162: error: at this point in file
c:\Programs\msys\1.0.11-tdm430-2\opt\octave_mingw32_gcc-4.3.0-dw2\3.2.0-3\include\octave-3.2.0/octave/variables.h:123:
 
error: too many arguments to function 'void mlock()'
symbols.cc:163: error: at this point in file
make: *** [symbols.o] Error 1

again, the mlock() prototype changed from
   extern OCTINTERP_API void mlock (const std::string&);
in 3.0.5 to
   extern OCTINTERP_API void mlock (void);
in 3.2.0

benjamin

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to