RE: [Plib-devel] mass migration to win32?
Brought to you by:
sjbaker
From: Dave M. <dp...@ef...> - 2000-04-23 05:25:03
|
> I would expect every plib developer has switched from > unix to win32. (Horror!) > lol. i admit it. i'm still too comfy in windows. i like MS Outlook too much. Haven't found a really good replacement for it under linux. OT-- anyone have a nice email client to recommend under linux? > Because the cvs version has a upper/lowercase problem > for quite some time: > > Makefile.in of src/ssg has > > INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/ul > > which I think should be > > INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/UL > Ack. That was my fault. I'm a heavy win32 user and i used wincvs to add the ul.h file. it must have made the folder name uppercase. the UL folder should probably be nuked and recreated as "ul". I'll get to that monday if Steve doesn't beat me to it. Also, the ul.h should be placed in /usr/... so that PPE can get to it. all of SSG is now using the ulSetError() function. > Something else: > I can't get plib_examples-1.1.8.tar.gz to build with cvs plib. > Is this correct? > plib_examples was not in CVS the last i checked. when Steve puts it there, i can help fix any problems on linux or win32. > Enjoy your easter eggs, thanks --Dave McClurg |