I have a problem when trying to make the lib
I got the following message:
....
Error:Bigloo:restore-additional-heap
cannot open heap file "common.heap"
....
of course this file doesn't exist on my system
(installed with RPM Bigloo 2.1c)
any idea ?
thank's
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does your CGI handle the upload file ?
if yes! how to
thank
Yes, it does. Unfortunately, the HTTP/CGI module is undocumented at moment. I will provide examples and the docs as soon as possible.
I have a problem when trying to make the lib
I got the following message:
....
Error:Bigloo:restore-additional-heap
cannot open heap file "common.heap"
....
of course this file doesn't exist on my system
(installed with RPM Bigloo 2.1c)
any idea ?
thank's
It is due to bad dependencies in Makefiles. You must either:
1. apply the patch
http://sourceforge.net/patch/?func=detailpatch&patch_id=100205&group_id=3455
2. or do `make lib.heap' where lib stands for library name in each directory (common, http, node, rdbms etc.)