On 20/01/2011 13:56, Olumide wrote:
On 19/01/2011 21:50, David Daney wrote:
Some older versions of GCC were broken with versions of texinfo with two
digits in part of the version number. I suspect that is the problem you
are seeing.
What is the output of 'makeinfo --version'? If it is 4.10 or later...
oaina@temp2:~$ makeinfo --version
makeinfo (GNU texinfo) 4.13
Good news.
Build was successful -- I think, here's the log file http://goo.gl/SnKsP
(I had to compiled and install textinfo version 4.9 and install the
latest version ncurses in order to compile texinfo.)
I've also to compile a sample plugin following the instructions here
http://download.autodesk.com/us/maya/2011help/index.html?url=./files/API_Writing_a_simple_plugin.htm,topicNumber=d0e657386
, but I got the error message:
error: CPU you selected does not support x86-64 instruction set
I was able to compile and link sample plugin after I removed
-mtune=pentium4 flag.