Difference between revisions of "User:Mesut/Reports"
Line 8: | Line 8: | ||
448>points_scan.l(145): error C2065: 'SYMMETRY': not declared | 448>points_scan.l(145): error C2065: 'SYMMETRY': not declared | ||
448>points_scan.l(160): error C2065: 'CYLINDER': not declared | 448>points_scan.l(160): error C2065: 'CYLINDER': not declared | ||
− | + | </source> | |
Same on: libpoints | Same on: libpoints | ||
[…] | […] | ||
+ | |||
+ | |||
scriptsort: | scriptsort: | ||
+ | <source lang="dos"> | ||
cl: Command line error D8021: invalid numeric argument / Wno-error. | cl: Command line error D8021: invalid numeric argument / Wno-error. | ||
+ | </source> | ||
intro-to-tcltk_presentation_html, Konfiguration; imod: | intro-to-tcltk_presentation_html, Konfiguration; imod: | ||
− | no error or warning message | + | no error or warning message<br> |
All projects with libged depencies, even though libged-static build is successful: | All projects with libged depencies, even though libged-static build is successful: | ||
+ | <source lang="dos"> | ||
590> LINK: fatal error LNK1104: File ".. \ .. \ debug \ lib \ libged.lib" can not be opened. | 590> LINK: fatal error LNK1104: File ".. \ .. \ debug \ lib \ libged.lib" can not be opened. | ||
+ | </source> | ||
+ | |||
All projects with libtclcad depencies, even though libtclcad -static build is successful: | All projects with libtclcad depencies, even though libtclcad -static build is successful: | ||
+ | <source lang="dos"> | ||
614> LINK: fatal error LNK1104: File ".. \ .. \ debug \ lib \ libtclcad.lib" can not be opened. | 614> LINK: fatal error LNK1104: File ".. \ .. \ debug \ lib \ libtclcad.lib" can not be opened. | ||
+ | </source><br> | ||
Mged_tclindex: | Mged_tclindex: | ||
+ | <source lang="dos"> | ||
618> Generating .. / ../../Debug/share/brlcad/7.21.0/tclscripts/pl-dm/pkgIndex.tcl | 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> The command ".. \ .. \ bin \ .. \ debug \ btclsh.exe" is either misspelled or |
Revision as of 05:52, 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 </source> Same on: libpoints […]
scriptsort:
<source lang="dos">
cl: Command line error D8021: invalid numeric argument / Wno-error.
</source>
intro-to-tcltk_presentation_html, Konfiguration; imod:
no error or warning message
All projects with libged depencies, even though libged-static build is successful:
<source lang="dos">
590> LINK: fatal error LNK1104: File ".. \ .. \ debug \ lib \ libged.lib" can not be opened.
</source>
All projects with libtclcad depencies, even though libtclcad -static build is successful:
<source lang="dos">
614> LINK: fatal error LNK1104: File ".. \ .. \ debug \ lib \ libtclcad.lib" can not be opened.
</source>
Mged_tclindex: <source lang="dos"> 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>