From: Bob D. <bd...@si...> - 2005-04-14 00:48:31
|
Thank you! Thank you! Thank you! Have you actually produced a report in windows? ;) I'm going to assume DEF_FILE=librpdf.def if WIN32 def_ldflags=-Wl,--output-def,$(DEF_FILE) -export-dynamic -avoid-version endif Is the magic required to make the windows dll's. What is the license on the nl_langinfo stuff? We should do something nice about strfmon. One would think it's lgpl'd code and if it is we might want to include it. Out of curiousity do you have any experiences packaging WIN32 programs? I think it would be in RLIB's best interest to have a nice installable package (Most windows users probably won't want to go through what you went through in order to get this going ;)) I see you fixed my automake flaws. Were you planning on making a RLIB RPM? Thanks for the strings. I'll test w/ them tomorrow. The bottom line is the patch looks very nice. When do you think you will find yourself near a printer to print/sign the (c) thingie??? :) - bob On Thu, 2005-04-14 at 01:14 +0200, Zoltan Boszormenyi wrote: > > Bob Doan írta: > >> I'm using your name as my test bed to make sure this all works. :) > > Here's another two test strings: > > árvíztűrő tükörfúrógép > ÁRVÍZTŰRŐ TÜKÖRFÚRÓGÉP > > They are the standard test strings in Hungary to see > whether a charset conversion or a printer font really > contains the lower- and uppercase Hungarian accented > characters. > > And now something completely the same. > > Ladies and gentlemen! > > <drumroll> > > Allow me to introduce RLIB Windows port! > > </drumroll> > > Please review the Makefile.am changes. > I made librpdf and libr to compile as normal DLLs > and libr-odbc and the bindings/* as loadable modules. > > There may still be rough edges, but that shouldn't be > too hard to fix now. > > This time I bzipped the patch so the mailing list filter > lets it through the 40KB limit. It's yet another megapatch > but now it's against the current CVS. > > Cheers! > > Best regards, > Zoltán Böszörményi -- Bob Doan <bd...@si...> |