Ubuntu Forums Archive Viewer

int64_t streamoff in GCC 4.3.2

Archived thread 1003864 from Ubuntu Dev Link Forum. Markdown source: Ubuntu_Dev_Link_Forum/thread_1003864_int64_t_streamoff_in_GCC_4.3.2.md

Original URL About this archive
#1

Hello, I'm having an issue in Ubuntu Intrepid with int64_t and streamoff types:

| In file included from /usr/include/c++/4.3/bits/char_traits.h:47, | from /usr/include/c++/4.3/string:47, | from ./src/header.h:94, | from ./src/main.cpp:8: | /usr/include/c++/4.3/bits/postypes.h:71: error: 'int64_t' does not name a type | /usr/include/c++/4.3/bits/postypes.h:94: error: 'streamoff' does not name a type

It seems to work in GCC 4.2.4.

Juan Escamilla