Changes between and of Initial VersionVersion 1Ticket #5907
- Timestamp:
- 08/23/2012 03:27:41 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5907
- Property type changed from defect to enhancement
- Property milestone changed from regular-releases to
-
Ticket #5907 – description
initial v1 4 4 5 5 Compilation output: 6 7 {{{ 6 8 cc -pthread -fno-strict-aliasing -O2 -pipe -DNDEBUG -O2 -pipe -DTHREAD_STACK_SIZE=0x20000 -fPIC -fPIC -I/usr/local/include/python2.7 -c twisted/python/sendmsg.c -o build/temp.openbsd-5.1-amd64-2.7/twisted/python/sendmsg.o 7 9 twisted/python/sendmsg.c: In function 'sendmsg_sendmsg': … … 10 12 twisted/python/sendmsg.c:369: error: array type has incomplete element type 11 13 error: command 'cc' failed with exit status 1 12 14 }}}
