On Sat, 18 Dec 2010 14:05:43 +0100, you wrote: >Hello >I have installed fossil as cgi script on my web server and it works just >fine :-) > >I wished to make small change to the fossil source and I have rebuild it >from source. Everything was fine on my home computer. But when I >deployed my own version of fossil executable on server and tried to >execute it I got some error message about missing library. > >I have also noticed that my build version of fossil is about 2.4M, while >official version is 800k. > >The change I have made is just to insert id attribute on the <pre> tag >in artifact page in order to be able to adress it from the footer. > >I am wandering how the official release of fossil is built, and is it >possible for me to do it on my own?
Which operating system do you use? Which library or function is reported missing? What is the exact error message? It is definately possible to build it on your own, but on some platforms it may be necessary to tweak the make file, or to install extra packages to suplly missing libraries, or supply other include and/or library paths. -- ( Kees Nuyt ) c[_] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

