Ticket #1178 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

[probably fixed] flint in 2.8.12 fails on Solaris 10: u_int16_t undefined

Reported by: mabshoff Owned by: Bill Hart
Priority: major Milestone: sage-2.10.1
Component: packages: standard Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

Hello,

the problem was reported by Klas Heggemann. See

 http://groups.google.com/group/sage-devel/t/b35f8758cd98fad6

Cheers,

Michael

Change History

comment:1 Changed 5 years ago by mabshoff

FLINT 1.0 works on Solaris 9 when I define

typedef unsigned int            uint32_t;
typedef unsigned long long      u_int64_t;

in stdint.h

Cheers,

Michael

comment:2 Changed 5 years ago by mabshoff

  • Summary changed from flint in 2.8.12 fails on Solaris 10: u_int16_t undefined to [probably fixed] flint in 2.8.12 fails on Solaris 10: u_int16_t undefined

comment:3 Changed 5 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed

This has been fixed a while ago. So close it.

Note: See TracTickets for help on using tickets.