I've just build xchm 1.2.0 for RC11
I've attached the files...
You will need wxwidgets libraries..
I've included chmlib 0.36
[ Invalid Attachment ]
[ Invalid Attachment ]
Note: I've optimize it with -mcpu=xscale -mtune=xscale.. those with strongarm might have problem with illegal instructions...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=97515\"][{POST_SNAPBACK}][/a][/div]
Hi willgan,
I'm new to cross build and I was trying to build chmlib 0.37 by myself on the 1.1.0beta sdk (3.4.5). After running ./configure I got the make file created (I suppose I have setup the cross build environment correctly). But when I ran make, the compiler complained about missing "Int16" and other type definitions. Like this:
src/chm_lib.c186:2: #error "Please define the sized types for your platform in chm_lib.c"
I looked at the source code and there seemed no proper platforms defined. (None of the __i386__, __sun, __sgi or __ppc__ tests passed). I don't know if this is a configuration problem or the source codes need to be changed. Can you give me some hints on this?