On Mon, Apr 21, 2008 at 11:49 PM, Platonides Platonides@gmail.com wrote:
Bryan Tong Minh wrote:
Need to make a media handler first. I'll work on that the next few days if I can get the program compiled under Windows.
Bryan
I didn't have any particular problem compiling pngds on windows (after changing to uint32_t). What are you doing? Where are you having problems? If you're really stuck i suppose i could send you the binaries, but it's really easy. (Maybe we should go offlist)
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Well, I had some general problems getting MinGW to work...
But, luckily after getting very irritated about the fact that MSVC9 misses some C99 features, I managed to get it compiling on Microsoft Visual C++ 9 Express.
The media handler has been committed as extensions/PNGHandler. (It's clearly not my day... it took me like 5 commits to get it in the correct place, and now I see that I have mixed around capitalization).
One problem still is the fact that the handler does not create the thumb directories itself, and pngds crashes on that. Isn't mediawiki supposed to create those directories itself?
Bryan