From: Rildo P. <ri...@pr...> - 2002-06-20 16:45:30
|
Hi Vinicio, On Thu, 20 Jun 2002, Vinicio Bellsouth wrote: > This is for Rildo: It's for me, mamma! :) I suspect your family name is not Bellsouth... And that you're brazilian too. Well, don't matter. Let's go. > I just installed TinyCobol (RPM) - RedHat 7.3, I compiled a > small program like "Hello" everything is ok. > > Then I download the TCGUI from your webpage, made the changes > to "wish8.0" to run editor.tcl and ran ok. > > Let me tell you looks great, I made couple of screen, generate > the .cpy and .gui > > My question is: > Do I have to install TCGUI somehow?? > I tried to compile the tcgui-ex1.cob but some errors came > out of the compilation process like "-ldb" not found. After > i saw this problem I ran Makefile (changing the ../.. path" > but having some errors) To compile your program, you will need the generated copybook (the .gui is only for the editor), the libraries, including tcl/tk, and the object file tcgui-run.o (from tcgui-run.c). This last is the only additional runtime required by TCGUI. You may copy those files to where you want them. As about your error with -ldb, maybe your library is named something else (db1, db2,...). Of course, you will only need libdb if you access files. Please check first some test code accessing cobol files. > Could you gime some guidelines in order to test your program > with TCGUI and start programming... The makefiles were supposed to work inside our test.code directory. If it is not working, it's a bug! I suggest also you try to ask questions about TCGUI in brazilian's mailing list, as there is a bunch of people already trying TCGUI there. If I'm wrong (you're not brazilian), most of us also speak/understand spanish/castellano, though I'm the most ignorant in spanish of the group. Brazilian's TinyCOBOL mailing list is hosted by Cipsga. Subscribe to it at the page: http://cipsga.pbh.gov.br/cgi-bin/mailman/listinfo/cobol-br best regards, Rildo ---------------------------------------------------------------- Rildo Pragana FPGA/uControllers * Linux * tcl/tk P.O. Box 721 Camaragibe PE http://www.pragana.net Brazil 54792-990 +55-81-3223-5694 |