Difference between revisions of "User:Mesut/Reports"
(New page: = Report I =) |
|||
Line 1: | Line 1: | ||
= Report I = | = Report I = | ||
+ | I have built BRL-CAD from svn on ubuntu (12.04). <br> | ||
+ | I have installed and built all depencies on Windows, but I get following build errors (only a few of them, the errors repeating):<br> | ||
+ | |||
+ | <source lang="dos"> | ||
+ | On libpoints-static: | ||
+ | 448>points_scan.l(130): error C2065: 'PLATE': not declared | ||
+ | 448>points_scan.l(145): error C2065: 'SYMMETRY': not declared | ||
+ | 448>points_scan.l(160): error C2065: 'CYLINDER': not declared | ||
+ | …. | ||
+ | Same on: libpoints | ||
+ | […] | ||
+ | scriptsort: | ||
+ | cl: Command line error D8021: invalid numeric argument / Wno-error. | ||
+ | intro-to-tcltk_presentation_html, Konfiguration; imod: | ||
+ | no error or warning message | ||
+ | All projects with libged depencies, even though libged-static build is successful: | ||
+ | 590> LINK: fatal error LNK1104: File ".. \ .. \ debug \ lib \ libged.lib" can not be opened. | ||
+ | All projects with libtclcad depencies, even though libtclcad -static build is successful: | ||
+ | 614> LINK: fatal error LNK1104: File ".. \ .. \ debug \ lib \ libtclcad.lib" can not be opened. | ||
+ | |||
+ | Mged_tclindex: | ||
+ | 618> Generating .. / ../../Debug/share/brlcad/7.21.0/tclscripts/pl-dm/pkgIndex.tcl | ||
+ | 618> The command ".. \ .. \ bin \ .. \ debug \ btclsh.exe" is either misspelled or | ||
+ | 618> could not be found. | ||
+ | 618> C: \ Program Files (x86) \ MSBuild \ Microsoft.Cpp \ v4.0 \Microsoft.CppCommon.targets (151.5): error MSB6006: "cmd.exe" exited with code 9009. | ||
+ | […] | ||
+ | --> 851 successful and 74 errors" | ||
+ | </source> |
Revision as of 05:43, 10 May 2012
Report I
I have built BRL-CAD from svn on ubuntu (12.04).
I have installed and built all depencies on Windows, but I get following build errors (only a few of them, the errors repeating):
<source lang="dos"> On libpoints-static: 448>points_scan.l(130): error C2065: 'PLATE': not declared 448>points_scan.l(145): error C2065: 'SYMMETRY': not declared 448>points_scan.l(160): error C2065: 'CYLINDER': not declared …. Same on: libpoints […] scriptsort: cl: Command line error D8021: invalid numeric argument / Wno-error. intro-to-tcltk_presentation_html, Konfiguration; imod: no error or warning message All projects with libged depencies, even though libged-static build is successful: 590> LINK: fatal error LNK1104: File ".. \ .. \ debug \ lib \ libged.lib" can not be opened. All projects with libtclcad depencies, even though libtclcad -static build is successful: 614> LINK: fatal error LNK1104: File ".. \ .. \ debug \ lib \ libtclcad.lib" can not be opened.
Mged_tclindex: 618> Generating .. / ../../Debug/share/brlcad/7.21.0/tclscripts/pl-dm/pkgIndex.tcl 618> The command ".. \ .. \ bin \ .. \ debug \ btclsh.exe" is either misspelled or 618> could not be found. 618> C: \ Program Files (x86) \ MSBuild \ Microsoft.Cpp \ v4.0 \Microsoft.CppCommon.targets (151.5): error MSB6006: "cmd.exe" exited with code 9009. […] --> 851 successful and 74 errors" </source>