freeimage.mod problem

BlitzMax Forums/Brucey's Modules/freeimage.mod problem

xlsior(Posted 2010) [#1]
Hi Brucey,

The latest bah.freeimage causes some weird problem on Windows - not just with itself, but with other modules as well.

freeimage itself can't be compiled, with the following error: "Error reading from stream" (nothing else)

Worse than that, it blocks *anything* else from getting recompiled as well -- for example:

bmk makemods -a wx
or
bmk makemods -a muttley

returns the same error ("error reading from stream"). Sysinternals' procmon shows that bmk traverses the other module folders first before compileing the specified module, and anything in line *after* the bah.freeimage would error out)

If I delete the freeimage folder altogether then other modules can be compiled again. Re-sync from SVN downloads freeimage , and then the problem returns.

Any idea what's causing this?


CASO(Posted 2010) [#2]
I am also getting this error on Mac.


Brucey(Posted 2010) [#3]
Something's very broken. Sorry.

Service will resume shortly...


Brucey(Posted 2010) [#4]
There was a strange encoding problem with the freeimage.bmx file (little endian utf-16, no less!).

Ho hum...

It should be sorted now.

Apologies for the mess.


xlsior(Posted 2010) [#5]
That did the trick -- thanks!