Suggestion for gtk2-perl port for win32



Hi,
When I build Gtk2 in windows, the main obstacle is some simple errors in Makefile. For example, execute some one line perl code use single-quote, and use Storable module which may lead to some unknown errors. So I suggest the MakeHelper module so make some change to make the Makefile portable. For example, avoid to use single-quote, use double-quote instead, and inside the string, use qq() instead of double quote. And use Data::Dumper but Storable. The file will get a little
larger, but if choose a small indentation, it is not so big. More over, the
Dump result is more readable.

By the way, is there any advise for error "the command is too long" when use
nmake?

--
Best regards.
Ye Wenbin



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]