Changes between Initial Version and Version 3 of Ticket #56451


Ignore:
Timestamp:
May 9, 2018, 10:29:57 AM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56451

    • Property Cc dbevans removed
    • Property Keywords rust cargo removed
    • Property Status changed from new to assigned
    • Property Owner set to dbevans
  • Ticket #56451 – Description

    initial v3  
    1414}}}
    1515
    16 
    17  and got the following error
     16and got the following error
    1817
    1918{{{
    20 
    2119conftest.c:28:4: error: use of undeclared identifier 'not'
    2220                 not big endian
     
    2624{{{
    2725configure:13833: checking for cargo
    28 
    2926configure:13861: result: no
    30 
    3127configure:13870: error: cargo is required.  Please install the Rust toolchain from https://www.rust-lang.org/
    32 
    3328configure: failed program was:
    34 
    3529| /* confdefs.h */
    36 
    3730| #define PACKAGE_NAME "RSVG"
    38 
    3931| #define PACKAGE_TARNAME "librsvg"
    40 
    4132| #define PACKAGE_VERSION "2.42.2"
    42 
    4333| #define PACKAGE_STRING "RSVG 2.42.2"
    44 
    4534}}}
    4635