From: J. H. <jh...@fr...> - 2000-07-05 14:14:50
|
Jason C Penney (jp...@ch...) wrote on Tue, Jul 04, 2000 at 09:22:43AM -0400: > > --Introduction time! > > My turn! Thanks for the nice intro... Ironically, the large systems I was admining and doing a tiny bit of development on at Jones Intercable was as a subcontractor for Sun, on lots of large Sun 2000 and UltraSparc boxes... [snip] > A certain John Holder was the first person to see this besides me.... > (Hope you don't mind John) No, and thanks for no digs on me never getting around to a lot of the things I wanted to... (grin) > As far as V6 goes, how do we handle the stuff that's already there? > The memory access routines and such? A lot of the standard opcodes > change behavior in V6 as well. There is currently _no_ support for V6 options in the exiting opcodes, and the V6 only opcodes aren't implemented yet. Whee! In other words, we need to print a copy of the spec, ihghlight every occurence of "... in V6, this happens..." and make it so. > Before I get well ahead of myself... I'm not sure I'm doing things > quite right, so let me check with you guys. I should do a checkout > of everything to get a local copy, right? Yep. > Is Jzip set up to build out of this directory structure? > I want to make sure I can make the > dumb version before I do anything else, so for right now that's the > hurdle. I know I CAN do it (copy the files into one directory), but > I want to make sure I'm doing the it the right way. Any > pointers/instructions would be greatly appreciated. I need to fix the makefiles. I'll update the makes for termcap UNIX, curses, and dumbio to build from the appropriate frontend directory. In the meantime, copy everything from the frontend dir to the interpreter dir, edit the Makefile if necessary, and type make. (UNIX) In VC, it is not necessary to move source. Do "file->new" and pick add new Windows console app (eventually it will be just windows app). Assuming everything is under D:\Jzip, set the dir to D:\jzip\win32\ and the project name to dumbio. Then tell VC to create an empty project. Add the source to the project by right clicking on the "Source files" folder in the workspace (under the "Fileview" tab) Select all the .c files in the interpreter dir except jzexe.c and ckifzs.c and select the file in the dumbio dir. While the root node of the dumbio tree is selected in workspace, go to project settings. Click on the C/C++ tab. In the Category dropdown, Select "preprocessor" and add "LOUSY_RANDOM" to the "Preprocessor Definitions" edit box. Under the "Link" tab, change the executable name to "jzip.exe". Then hit F7 to build. That should do it! (Note: we make want to check in a set of VC .dsp project files into a win32 tree to avoid this silliness - although VC 5 might not like VC6 project files. John -- John Holder (jh...@fr...) http://www.frii.com/~jholder/ |