From: Grigorenko D. <pos...@na...> - 2004-07-24 16:36:49
|
Hi > the most stable thing is rel_2_8, > which is the next release. OK I`ve investigated my cvs problems First of all, there is a problem with aux.* files. Some filenames (such are aux, com, prn, con) have the special meaning in DOS/Win OS, so they cannot be used for common files. Please, rename them. The second point is that Windows is not case sensitive. So ptree.h and Ptree.h are the same file. (member.h and Member.h have the same problem). The second problem is the following: $./bootstrap $./configure <..> configure: error: libgc not found; set up paths or --disable-gc The logs of bootstrap (boot.log) and configure (cfg.log) are attached. The full configure log which --disable-gc option is attached (cfg2.log) You can see that in all cases the configure gives the right answer about ltdl (as far as I understand). I cannot show you results of tests becouse I have to make a number of changes in the filenames. I`ll write about 'make tests' later. There is no makefile.in in the script folder. http://cvs.sourceforge.net/viewcvs.py/opencxx/opencxx/scripts/?only_with_tag =rel_2_8 There is no gc/Makefile http://cvs.sourceforge.net/viewcvs.py/opencxx/opencxx/gc/?only_with_tag=rel_ 2_8 Is it correct? |