IMPORTANT
- [fixed] Linking order: move -liup after -lcdiup (otherwise link error on Win32)
- [fixed] Linux http://www.cpantesters.org/cpan/report/d90bc1c8-f86b-11df-9081-1b18960acfcc
- [fixed] UNIX cairo/cdcairoprn_unix.c:13:36: error: gtk/gtkprintunixdialog.h: No such file or directory
- [fixed] print GTK version in build log
- [fixed] Do you want STABLE or UNSTABLE (devel version from CVS) build [STABLE]?
- [fixed] BSD http://www.cpantesters.org/cpan/report/ec6300d2-fb91-11df-a694-e2b03d723d5a
im_format_jp2.cpp: In function 'void imFormatRegisterJP2()':
im_format_jp2.cpp:175: error: 'jas_progress_proc_t' was not declared in this scope
im_format_jp2.cpp:175: error: 'jas_set_progress_proc' was not declared in this scope
im_format_jp2.cpp:176: error: 'jas_test_abort_proc_t' was not declared in this scope
im_format_jp2.cpp:176: error: 'jas_set_test_abort_proc' was not declared in this scope

- Win: check removing old sharedir content on MSWin (ActivePerl)

- Win: disable ftgl and iuptuio on VC6
  ($Config{ccversion} =~ /^12\./)
  (`cl 2>&1` =~ /^12\./)

- Unix: disable iuptuio on cygwin/gcc-3.4.4
  Unix: ($^O eq 'cygwin' && $Config{gccversion} =~ /^3\.4\.4/)
  
MEDIUM PRIORITY
- generate makefiles for contextplus/iupweb
- enable contextplus - MS compiler or cygwin/gdiplus (maybe gdiplus detection)
- enable iupweb - MS compiler
- enable cdcairo - when has{cairo}
- more complex compile test (use some advanced iup C example, try to compile some DLL, test more then just iup lib)
- UNIX/GTK2 - more iupweb/webkit testing
- enhance interface: Alien::IUP->haslib('iupcd') ... = 1 | 0
- enhance interface: Alien::IUP->gui ... = 'win' | 'gtk2' | 'x11/mot'

LOW PRIORITY
- detection iup+cd+im: does not work with msvc 
- detection iup+cd+im: maybe we need to link with more libs to handle static linking
- remove http://github.com/kmx/perl-iup from POD after releasing IUP to CPAN
- Unix - move lib detection into "perl Build.PL" phase (maybe)
- Cygwin  + lesstif - iupmot_val.c:(.text+0x16c): undefined reference to '_XmScaleSetTicks'
- Makefile*.nmake - dynamic lib build not supported

ERRORS TO BE REPORTED TO TECGRAF
- IUP error: libiupmot.so: undefined reference to `XmScaleSetTicks' FreeBSD 7.2 / Cygwin 1.7
- (reported-wontfix) Dragonfly BSD: libjasper/jasper/jas_types.h:155 - 188 http://www.cpantesters.org/cpan/report/e2f01a0e-c8aa-11df-87cd-1c8c4afd17af
- (reported-wontfix) Dragonfly BSD: sizeof(FILE) not allowed - http://www.cpantesters.org/cpan/report/6b2b31dc-cc67-11df-87cd-1c8c4afd17af
- (reported-wontfix) OpenBSD - im_process g++ crash - http://www.cpantesters.org/cpan/report/90fda052-c9d8-11df-87cd-1c8c4afd17af
- (reported-wontfix) MSVC6 - cd: FTCharmap.cpp ./ftgl/FTFace.h(171) : error C2258: illegal pure syntax, must be '= 0' ...
- (reported-wintfix) MSVC6 - iuptuio fails
- (reported-wintfix) Cygwin - iuptuio fails (gcc3)
