RE: URGENT: INFORMATION ABOUT WASH, GHC, CGI AND HSP

Thanks for your reply, I do the following First i descompressed the files in the following directories /mail/utility-0.1 /mail/washhtml-0.9 /mail/wash-cgi-1.2 /mail/washmail-0.2 if I do make in the Utility-0.1 directory show me this error Gerardo@SERVER /cygdrive/c/mail/utility-0.1 $ make MAKE Version 5.2 Copyright (c) 1987, 2000 Borland Fatal: 'libUtility.a(Auxiliary.o' does not exist - don't know how to make it in the Makefile of this directory exist one reference to libUtility.a, what the meaning of this error. I read that the files .a are static liraries but I don´t know if there are Unix, GCC or GHC library. In the others directories it´s the same I can do is compile the files ".hs", if I do ghc --make *.hs this generate files ".o" and ".hi" I read that the files .o are similar that the files "obj" generate in C++ and the files ".hi" are interface files from the compiler GHC. I can´t generate the file .exe, this file is I NEED, isn´t it? THANKS FOR YOUR REPLY If somebody need something from Uruguay, I go to Europe next month and perhaps i can take this GERARDO -----Mensaje original----- De: Bayley, Alistair [mailto:Alistair_Bayley@ldn.invesco.com] Enviado el: lunes, 21 de julio de 2003 5:23 Para: glasgow-haskell-users@haskell.org CC: Gerardo Valeri Asunto: RE: URGENT: INFORMATION ABOUT WASH, GHC, CGI AND HSP (Your caps-lock key seems to be stuck :-) You should give more information, like the error messages you received. Did the installation of Wash etc complete successfully? Did the example programs compile? (They will produce exes.) I recently (2-3 weeks ago) downloaded Wash and installed it on a W2K box, with GHC6. I followed the (brief) instructions on the website (including editing quite a few makefiles) and also: -- commented a reference to a non-existent Haskell source file in the makefile -- added some depedencies (I forget for exactly which files) to a makefile I determined what makefiles needed editing from the make error messages. If you're not familiar with make then you will struggle. Note that you need cygwin (or something that gives you make). You don't need hmake (unless you plan to use the CGIGraphics module, apparently). So after fixing some of these minor build issues, the whole thing built, and compiled the example programs. These worked perfectly when installed in my Apache cgi-bin.
-----Original Message----- From: Gerardo Valeri [mailto:gvaleri@universitario.edu.uy] Sent: 20 July 2003 21:40 To: glasgow-haskell-users@haskell.org Subject: URGENT: INFORMATION ABOUT WASH, GHC, CGI AND HSP
HI!
WE ARE A GROUP OF STUDENTS TRYING TO MAKE A WEB APPLICATTION USING HSP, CGI AND WASH (WEB AUTHORING SYSTEM HASKELL). WE DOWNLOADED WASH, AND GHC COMPILER. WE COMPILED THE WHOLE APPLICATION WITH GHC BUT WE NEED TO GENERATE A .EXE FROM WASH AND WE HAVE BEEN UNSUCCESSFUL. WE ARE WORKING ON A WINDOWS PLATFORM. WE COMPILED THE FOUR MODULES FROM WASH: UTILITY, WASHHTML, WASHCGI AND WASHMAIL, WITHOUT BEING ABLE TO CREATE A .EXE FROM THEM. WE REALLY APPRECIATE ANY SUGGESTION. THANK YOU
GERARDO
***************************************************************** The information in this email and in any attachments is confidential and intended solely for the attention and use of the named addressee(s). This information may be subject to legal professional or other privilege or may otherwise be protected by work product immunity or other legal rules. It must not be disclosed to any person without our authority. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are not authorised to and must not disclose, copy, distribute, or retain this message or any part of it. *****************************************************************
participants (1)
-
Gerardo Valeri