Changes between Initial Version and Version 1 of Ticket #70841
- Timestamp:
- Sep 21, 2024, 1:18:54 AM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70841
- Property Keywords sequoia arm64 added
-
Property
Summary
changed from
bcv: assigning to 'char *' from 'const char *' discards qualifiers
tobcv @2.2: error: assigning to 'char *' from 'const char *' discards qualifiers
-
Ticket #70841 – Description
initial v1 1 {{{ 1 2 g++ -I. -DVERSION=\"2.2\" -c -o bcv.o bcv.cpp 2 3 g++ -I. -DVERSION=\"2.2\" -c -o int.o int.cpp … … 17 18 Exit code: 2 18 19 Error: Failed to build bcv: command execution failed 20 }}} 19 21 20 22 MacOS 15.0 arm64