Displaying 6 results from an estimated 6 matches for "_sprintf".
Did you mean:
sprintf
2002 Jun 24
1
Date: Tue, 25 Jun 2002 00:06:12 +0300
...ll) : error LNK2005: _ldexp already defined in
LIBCD.lib(ldexp.obj)
MSVCRTD.lib(MSVCR70D.dll) : error LNK2005: _fclose already defined in
LIBCD.lib(fclose.obj)
MSVCRTD.lib(MSVCR70D.dll) : error LNK2005: _fprintf already defined in
LIBCD.lib(fprintf.obj)
MSVCRTD.lib(MSVCR70D.dll) : error LNK2005: _sprintf already defined in
LIBCD.lib(sprintf.obj)
LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of other
libs; use /NODEFAULTLIB:library
Debug/vorbis_test.exe : fatal error LNK1169: one or more multiply defined
symbols found
<p>While it is compiling fine using release lib...
2009 Apr 26
0
Compiling dovecot-sieve-1.1.6 against dovecot-1.1.14
...all -W -Wmissing-prototypes -Wmissing-
declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-
function-cast -DENABLE_REGEX -o sievec sievec.o map.o
imparse.o ./.libs/libsieve.a /Users/BB/Temp/dovecot-1.1.14/src/lib/
liblib.a
ld: Undefined symbols:
_printf$LDBLStub
_snprintf$LDBLStub
_sprintf$LDBLStub
_fprintf$LDBLStub
make[3]: *** [sievec] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
This is the top of config.log. Please let me know if you'd like to
see any additional information.
hostname = G520X2.xxxxxx.COM
uname -...
2009 Jan 07
3
[LLVMdev] LLVM optmization
...ong secs() { return milisecs()/1000;};
mov ecx, DWORD PTR _tfim
sub ecx, DWORD PTR _tini
mov eax, 274877907 ; 10624dd3H
mul ecx
shr edx, 6
mov eax, edx
ret 0
_secs ENDP
_TEXT ENDS
PUBLIC ??_C at _0BE@FFMOMMDD@?$CF02d?3?$CF02d?3?$CF02d?3?$CF03d?$AA@ ; `string'
PUBLIC _spenttime
EXTRN _sprintf:PROC
_BSS SEGMENT
?buffer@?1??spenttime@@9 at 9 DB 040H DUP (?) ; `spenttime'::`2'::buffer
_BSS ENDS
; COMDAT ??_C at _0BE@FFMOMMDD@?$CF02d?3?$CF02d?3?$CF02d?3?$CF03d?$AA@
CONST SEGMENT
??_C at _0BE@FFMOMMDD@?$CF02d?3?$CF02d?3?$CF02d?3?$CF03d?$AA@ DB '%02d:%02d:'
DB '%02d:%03d...
2009 Sep 02
0
[LLVMdev] 2.6 pre-release1 ready for testing
Hi Tanya,
The sources weren't updated for this pre-release testing. So I had the
same problems on PPC.
-bw
On Sun, Aug 30, 2009 at 10:50 PM, Tanya Lattner<lattner at apple.com> wrote:
> LLVMers,
> 2.6 pre-release1 is ready to be tested by the community.
> http://llvm.org/prereleases/2.6/
> You will notice that we have quite a few pre-compiled binaries (of both
> clang
2009 Sep 03
2
[LLVMdev] 2.6 pre-release1 ready for testing
...ptions const&)
clang::InitializePredefinedMacros(clang::TargetInfo const&,
clang::LangOptions const&, std::vector<char, std::allocator<char> >&)
clang::DefineTypeSize(char const*, unsigned int, char const*, bool,
std::vector<char, std::allocator<char> >&)
_sprintf
The "faulty" call to DefineTypeSize is the 5th. The one which used a "long
long" type.
In the method DefineTypeSize, the call to sprintf is as follow :
sprintf(MacroBuf, "%s=%llu%s", MacroName, MaxVal, ValSuffix);
and should be transformed to :
sprintf(MacroBuf, &quo...
2009 Aug 31
10
[LLVMdev] 2.6 pre-release1 ready for testing
LLVMers,
2.6 pre-release1 is ready to be tested by the community.
http://llvm.org/prereleases/2.6/
You will notice that we have quite a few pre-compiled binaries (of
both clang and llvm-gcc). We have identified several bugs that will be
fixed in pre-release2, so please search the bug database before filing
a new bug.
If you have time, I'd appreciate anyone who can help test the