From: Jonathan B. <jbr...@ea...> - 2004-08-26 15:48:42
|
On Thu, 2004-08-26 at 02:45, Nils Wagner wrote: > Dear experts, > > Unfortunately a make in visual-3.0 failed with the following message > > Compiling arrow.cpp ... > make[1]: *** [arrow.lo] Error 1 > make[1]: Leaving directory `/var/tmp/visual-3.0/cvisual' > make: *** [all-recursive] Error 1 > > Any pointer would be appreciated. > > Nils > Did you see the message that preceded it, which said: "This is a quiet Makefile. If make exits with an error, check cvisual/build.log to see the complete error message(s). In the event of an error that you cannot debug, please send a message to vis...@li..., including the files config.log and build.log, requesting assistance."? The error message(s) will be in cvisual/build.log. I redirected the output to that file, because when there is an error (even just a small one), it tends to cascade into many screenfulls of errors. The most relevant message will be near the top. It will probably be something along the lines of "could not find (file) included from (some_other_file): File not found" HTH, Jonathan |