Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!mips!spool.mu.edu!agate!stanford.edu!mrj.com!pwb From: pwb@mrj.com (Peter W. Brewer) Newsgroups: comp.windows.interviews Subject: Re: Call For Help in Installing InterViews Message-ID: <9106132143.AA00597@mrj.com> Date: 13 Jun 91 21:43:30 GMT Sender: news@shelby.stanford.edu (USENET News System) Organization: Internet-USENET Gateway at Stanford University Lines: 134 > From: Giancarlo Succi > Subject: Re: Call For Help in Installing InterViews > To: mrj!pwb (Peter W. Brewer) > Date: Wed, 12 Jun 91 11:50:59 BST > In-Reply-To: <9106111648.AA05015@mrj.com>; from "Peter W. Brewer" > at Jun 11, 91 12:48 pm > Reply-To: uunet!dist.unige.it!Giancarlo.Succi > Organization: DIST, Universita` di Genova > Address: via Opera Pia 11a, 16145 Genova, Italia > Tel: +39 10 353 2747 / +39 10 353 2750 > Fax: +39 10 353 2948 > Tlx: 272399 DIE GE I > > Grazie per la risposta: come mai sai l'italiano ? > In ogni caso ho fatto il > setenv CPU `make CPU` > ma purtroppo non mi stampa niente (non so perche` non funzioni !!) > allora ho fatto a mano > setenv CPU SUN4 > ma cosi` ha ripreso a non fare niente, cioe` costruisce tutto ma non > compila niente. > > Ti ringrazio e ti pregherei di dirmi da dove tu hai preso InterViews > e se hai ancora qualche consiglio da darmi. > > Grazie. > > Giancarlo _____________________________________________________________________________ Translation for all of you non-Italophiles out there: _____________________________________________________________________________ Thanks for the response: How did it come about that you know Italian? In every case I did a 'setenv CPU `make CPU` but as usual it didn't buy me anthing ( I don't know why it didn't work !!). Then I did it manually (setenv CPU SUN4) but once again it didn't do anything, that is it built everything without compiling anything. Thanks again and I would appreciate it if you would tell me where you got InterViews and for any further advice you can give me. Thanks. Giancarlo Va bene, (okay) Al questo punto credo che c'e un problemma dentro i tuoi files di configurazione. (Puoi dirmi la parola italiana che ha la significa di 'files'?). Allora, se ci vediamo dentro il script, capiamo che il imperativo 'make World' diventa : ______________________________________________________________________ imake -T "InterViews/template" -I./src/config -I/usr/X11/sun4/lib/config -DTOPDIR=. -DCURDIR=. make Makefiles make depend make od 'make all' _______________________________________________________________________ Normalamente si vede questa risposta: Making Makefiles for sun4 in ./src Making Makefiles for sun4 in ./src/config Making Makefiles for sun4 in ./src/config/InterViews Making Makefiles for sun4 in ./src/include Making Makefiles for sun4 in ./src/include/Dispatch . . . depending for sun4 in ./src depending for sun4 in ./src/config depending for sun4 in ./src/config/InterViews depending for sun4 in ./src/include depending for sun4 in ./src/include/Dispatch depending for sun4 in ./src/include/IV-X11 depending for sun4 in ./src/include/IV-look depending for sun4 in ./src/include/IV-look/2.6 depending for sun4 in ./src/include/IV-look/2.6/InterViews . . . makedepend -s "# DO NOT DELETE" -- -Dcplusplus_2_0 -D__GNUG__ -D__GNUC__ -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -I/usr2/InterViews/3.0-g++/iv/src/include/g++-include -I.. -I../../../.././src/include -I/usr/X11/include -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -- ../dispatcher.c ../iohandler.c depending for sun4 in ./src/lib/IV-X11 depending for sun4 in ./src/lib/IV-X11/sun4 makedepend -s "# DO NOT DELETE" -- -Dcplusplus_2_0 -D__GNUG__ -D__GNUC__ -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -I/usr2/InterViews/3.0-g++/iv/src/include/g++-include -I.. -I../../../.././src/include -I/usr/X11/include -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -- ../*.c depending for sun4 in ./src/lib/IV-look depending for sun4 in ./src/lib/IV-look/sun4 makedepend -s "# DO NOT DELETE" -- -Dcplusplus_2_0 -D__GNUG__ -D__GNUC__ -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -I/usr2/InterViews/3.0-g++/iv/src/include/g++-include -I.. -I../../../.././src/include -I/usr/X11/include -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -- ../*.c finalmente : Making all for sun4 in ./src/include/InterViews/2.6 making all for sun4 in ./src/include/InterViews/2.6/InterViews making all for sun4 in ./src/include/InterViews/2.6/InterViews/Graphic making all for sun4 in ./src/include/InterViews/Bitmaps making all for sun4 in ./src/include/OS making all for sun4 in ./src/include/Unidraw making all for sun4 in ./src/include/Unidraw/Components making all for sun4 in ./src/include/Unidraw/Commands making all for sun4 in ./src/include/Unidraw/Graphic making all for sun4 in ./src/include/Unidraw/Tools making all for sun4 in ./src/lib making all for sun4 in ./src/lib/Dispatch making all for sun4 in ./src/lib/Dispatch/sun4 compiling ../dispatcher.c rm -f dispatcher.o dispatcher..c g++ -g -O -Dcplusplus_2_0 -D__GNUG__ -D__GNUC__ -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -I/usr2/InterViews/3.0-g++/iv/src/include/g++-include -I/usr2/InterViews/3.0-g++/iv/src/include/g++-include -I.. -I../../../.././src/include -I/usr/X11/include -D_NO_PROTO -DSTRINGS_ALIGNED -DNO_REGEX -DNO_ISDIR -DUSE_RE_COMP -DUSE_GETWD -c ../dispatche Mi auterai se puoi dirmi qualisiasi parte' hai mancato. Si prende un file si chiama make.world con i resulti dei provi di construire il InterViews. Se puoi provare i imperativi piuttosto che il 'make World' possiamo vedere dove hai il problemma. Nota Bene: Il mio italiano non e` meraviglioso, pero ti ringrazio per il permesso di practicare! Ho frequentato l'Universita per stranieri a Perugia. Anche` sono stato a Lerici un paio di anni.. Peter W. Brewer pwb%mrj.com@uunet.uu.net brewer@umd5.umd.edu **************************************************************************** The InterNet IS the renaissance of the 90's.! *****************************************************************************