rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: REL on November 08, 2003, 04:38:51 AM
-
hi
im trying to compile HFS.
i understood that jvGif is part of jedi vcl.
the problem is the jedi vcl sourceforge site doesnt work for me :\
anyway, i downloaded jvcl from another site (8.5mb file) but i couldnt install it. when i ran the install.bat file it said that "make" is not a known application (as far as i know, u use "make" in linux).
how can i install JVCL and FINALLY compile HSF!?
thanks.
-
my advice is start disabling GIF support in HFS sources, and try to compile that way
you will be able to play with it and try to make your own hacks
to install JVCL you should add C:\program files\borland\delphi6\bin to the PATH enviroment variable.
also doing this, i get a problem with it: it says it can't compile a package, and say to try compiling it manually. it works this way.
-
Do you compile succeed?
-
no... :(
i disabled gif (by removing "{$DEFINE USEGIF }") and now it says
it cant find "hslib.dcu"... :\
mm whats wrong?
-
change this
hslib in '..\hslib\hslib.pas',
in this
hslib in 'hslib.pas',
-
I did. The compiler also show me "can't find hslib.dcu". I can't find reason , so I copy hslib.pas and wsock*.dcu to a new project and use it . After complie the new project, in the new project you can find hslib.dcu, copy hslib.dcu to HFS project, complie , done! :D :D
This way sounds like a joke. LOL
rejetto's is a right way!
thanks rejetto!