search for: _ios_openmode

Displaying 8 results from an estimated 8 matches for "_ios_openmode".

2008 Jun 11
0
[LLVMdev] LLVM on OpenBSD
...build > BitWriter.cpp: In function `int > LLVMWriteBitcodeToFileHandle(LLVMOpaqueModule*, > int)': > BitWriter.cpp:40: error: no matching function for call to ` > __gnu_cxx::stdio_filebuf<char, std::char_traits<char> > >::stdio_filebuf(int&, > std::_Ios_Openmode)' > /usr/include/g++/ext/stdio_filebuf.h:53: error: candidates are: > __gnu_cxx::stdio_filebuf<char, std::char_traits<char> > >::stdio_filebuf(const > __gnu_cxx::stdio_filebuf<char, std::char_traits<char> >&) > /usr/include/g++/ext/stdio_filebuf....
2008 Jun 10
6
[LLVMdev] LLVM on OpenBSD
...' is not at beginning of declaration BitWriter.cpp: In function `int LLVMWriteBitcodeToFileHandle(LLVMOpaqueModule*, int)': BitWriter.cpp:40: error: no matching function for call to ` __gnu_cxx::stdio_filebuf<char, std::char_traits<char> >::stdio_filebuf(int&, std::_Ios_Openmode)' /usr/include/g++/ext/stdio_filebuf.h:53: error: candidates are: __gnu_cxx::stdio_filebuf<char, std::char_traits<char> >::stdio_filebuf(const __gnu_cxx::stdio_filebuf<char, std::char_traits<char> >&) /usr/include/g++/ext/stdio_filebuf.h:147: error: __gnu_cx...
2006 Nov 21
0
[LLVMdev] libstdc++ as bytecode, again
...nfo::__do_catch(std::type_info const*, void**, unsigned int) const': : undefined reference to `l182___cxa_bad_typeid' /var/tmp//cc79lj1N.o(.data+0x19fc): undefined reference to `std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >::seekpos(std::fpos<__mbstate_t>, std::_Ios_Openmode)' /var/tmp//cc79lj1N.o(.data+0x1a3c): undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::seekpos(std::fpos<__mbstate_t>, std::_Ios_Openmode)' $ And again, using llvmc instead of llvm-link produces bad code: $ gmake dietstdcxx.bc $ llvm-g++ -e...
2015 Sep 03
2
Fuzzing complex programs
...xt+0xab): undefined reference to > `std::__cxx11::basic_istringstream<char, std::char_traits<char>, > std::allocator<char> > >::basic_istringstream(std::__cxx11::basic_string<char, > std::char_traits<char>, std::allocator<char> > const&, > std::_Ios_Openmode)' > FuzzerDriver.cpp:(.text+0x14c): undefined reference to > `std::allocator<char>::allocator()' > FuzzerDriver.cpp:(.text+0x166): undefined reference to > `std::__cxx11::basic_string<char, std::char_traits<char>, > std::allocator<char> >::basic_string...
2007 Dec 07
2
Problems compiling xapian-core to run omega, SunOS
Hello xapian users, The server I'm compiling on is a little odd. SunOS on a sun4 architecture. Fails when linking, gives the following, memcpy 0x10 /usr/local/gcc-3.3.2/lib/./libstdc++.a(ctype.o) ld: fatal: relocations remain against allocatable but non-writable sections collect2: ld returned 1 exit status *** Error code 1 make: Fatal error:
2006 May 13
1
[LLVMdev] Building Tools on MinGW from CVS
...me/llvm/build/../src/lib/System/Win32/Signals.inc:222: undefined reference to `_imp__SymGetLineFromAddr at 16' C:/msys/1.0/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../libstdc++.a(misc-inst.o):misc-inst.cc:(.text$_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE7seekoffExSt12_Ios_SeekdirSt13_Ios_Openmode[__gnu_cxx::stdio_sync_filebuf<char, std::char_traits<char> >::seekoff(long long, std::_Ios_Seekdir, std::_Ios_Openmode)]+0x54): undefined reference to `fseeko64' collect2: ld returned 1 exit status make[2]: *** [/usr/home/llvm/build/Debug/bin/tblgen.exe] Error 1 make[2]: Leaving dir...
2015 Aug 30
4
Fuzzing complex programs
I have a project I want to do based on Libfuzzer. Is there a separate list for it or should I bring up any ideas for it here? What I have in mind is to fuzz Postgres. Trying to fuzz the SQL interpreter in general is not very productive because traditional fuzzers try to execute the entire program repeatedly and it has a fairly high startup and shutdown cost. Also the instrumentation-guided
2007 Aug 02
0
Package portability issues
...; must have a prototype. "unf.cpp", line 459: Error: The function "finite" must have a prototype. "matrix.h", line 142: Error: Could not open include file<stdexcep>. "gnm.c", line 113: identifier redeclared: single "data.cpp", line 129: Error: _Ios_Openmode is not a member of std. "./metasim.h", line 32: Error: Could not open include file<ext/algorithm>. "gbmentry.cpp", line 703: Error: NAN is not defined. 4) There are several instances on Solaris of things like "GCDcrt.cpp", line 46: Error: Overloading ambiguity...