Paul Smith wrote: >> Could you post the detailed compiler error. Maybe continue this >> discussion on the lyx-devel list? > > Angus, > > I can send you the detailed compiler error, as long as you teach me > what it is specifically, as, since I am not a programmer, I do not > know exactly what you mean.
'make' controls the process of building the package by delegating the compilation of individual files to a C++ compiler. Once all files have been compiled, it passes them all to a linker to generate the executable. >From your earlier post it appears that the C++ compiler is failing to compile some file. It will output some diagnostic info. If you type $ sh ./make_tex2lyx_dist.sh . > make.log 2>&1 you'll send all output to a file 'make.log'. Compress it (bzip2 make.log) and post it here and I'll have a look. > About carrying on this discussion on the > lyx-devel list, I would like to say that I am not a subscriber of that > list. Fine. Don't worry. > Regards, > Paul -- Angus
