search for: _strdup

Displaying 18 results from an estimated 18 matches for "_strdup".

Did you mean: strdup
2008 Oct 23
2
[LLVMdev] Windows build broken?
..."llvm/Config/config.h" #include <ios> using namespace llvm; Index: win32/config.h =================================================================== --- win32/config.h (revision 58037) +++ win32/config.h (working copy) @@ -27,3 +27,4 @@ #define stricmp _stricmp #define strdup _strdup +#define INT64_C(val) val##i64
2001 Dec 18
2
Nonportable use of strdup()
Hey, I ran across this while building vorbis on the Mac: In libvorbis RC2, file info.c, line 65, there's a call to strdup(). strdup() isn't portable, and it looks like the code should use the internal memory functions to create the memory for the string anyway. Actually, on further inspection, it looks like the memory for the user comments is never actually freed. I'm not subscribed
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...c(128) : warning C4996: 'strdup' was declared deprecated 9> c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup' 9> Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.' 9>dither.c 9>replaygain.c 9>tags.c 9>Generating Code... 9>Creating library... 9>Build log was saved at "file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_common\Debug_static\BuildLog.htm" 9>plugin_com...
2009 Oct 20
2
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...gt; /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > BlockProfiling.o:BlockProfiling.c:(.text+0x65): > undefined reference to `_atexit' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x76): > undefined reference to `_strdup' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x9a): > undefined reference to `_memmove' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0xe3): > undefined refe...
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...fined reference to `_atexit' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/BlockProfiling.o:BlockProfiling.c:(.text+0x65): undefined reference to `_atexit' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x76): undefined reference to `_strdup' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x9a): undefined reference to `_memmove' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0xe3): undefined reference to `_memmove' /home/foad...
2009 Aug 28
1
[LLVMdev] [Cygwin] 'make install' woes
...ned reference to `_atexit' /home/ang/build/llvm-coff/runtime/libprofile/Release/ BlockProfiling.o:BlockProfi ling.c:(.text+0x65): undefined reference to `_atexit' /home/ang/build/llvm-coff/runtime/libprofile/Release/ CommonProfiling.o:CommonPro filing.c:(.text+0x76): undefined reference to `_strdup' /home/ang/build/llvm-coff/runtime/libprofile/Release/ CommonProfiling.o:CommonPro filing.c:(.text+0x9a): undefined reference to `_memmove' /home/ang/build/llvm-coff/runtime/libprofile/Release/ CommonProfiling.o:CommonPro filing.c:(.text+0xe3): undefined reference to `_memmove' /home/an...
2008 Oct 23
0
[LLVMdev] Windows build broken?
steve naroff <snaroff at apple.com> writes: > Folks, > > It appears the Windows build has regressed over the past week. > > The build fails quite early (during the "Performing TableGenStep" > phase). > > Any help/pointers would be appreciated. It breaks for me because the usage of INT64_C, which was introduced on r57663 and 57668. Some googling around
2008 Oct 23
0
[LLVMdev] Windows build broken?
...t;ios> > > using namespace llvm; > Index: win32/config.h > =================================================================== > --- win32/config.h (revision 58037) > +++ win32/config.h (working copy) > @@ -27,3 +27,4 @@ > #define stricmp _stricmp > #define strdup _strdup > > +#define INT64_C(val) val##i64 > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...m/objdir-2.6/runtime/libprofile/Release/ >> BlockProfiling.o:BlockProfiling.c:(.text+0x65): >> undefined reference to `_atexit' >> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >> CommonProfiling.o:CommonProfiling.c:(.text+0x76): >> undefined reference to `_strdup' >> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >> CommonProfiling.o:CommonProfiling.c:(.text+0x9a): >> undefined reference to `_memmove' >> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >> CommonProfiling.o:CommonProfiling.c:(.text+0xe3): &...
2008 Oct 23
4
[LLVMdev] Windows build broken?
Folks, It appears the Windows build has regressed over the past week. The build fails quite early (during the "Performing TableGenStep" phase). Any help/pointers would be appreciated. Thanks, snaroff (a clang developer)
2009 Oct 20
3
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
.../libprofile/Release/ >>> BlockProfiling.o:BlockProfiling.c:(.text+0x65): >>> undefined reference to `_atexit' >>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>> CommonProfiling.o:CommonProfiling.c:(.text+0x76): >>> undefined reference to `_strdup' >>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>> CommonProfiling.o:CommonProfiling.c:(.text+0x9a): >>> undefined reference to `_memmove' >>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>> CommonProfiling.o:CommonProfili...
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...>>>> BlockProfiling.o:BlockProfiling.c:(.text+0x65): >>>> undefined reference to `_atexit' >>>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>>> CommonProfiling.o:CommonProfiling.c:(.text+0x76): >>>> undefined reference to `_strdup' >>>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>>> CommonProfiling.o:CommonProfiling.c:(.text+0x9a): >>>> undefined reference to `_memmove' >>>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>>> CommonProfi...
2009 Dec 08
2
[LLVMdev] LLVM 2.6 cygwin build fails
...cts/thesis/llvm-suite-2.6/llvm-2.6/runtime/libprofile/Release/BlockProfiling.o:BlockProfiling.c:(.text+0x65): undefined reference to `_atexit' /cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x76): undefined reference to `_strdup' /cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x9a): undefined reference to `_memmove' /cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0xe3)...
2000 Aug 28
6
Vorbis on Windows
Folks, Has anyone successfully compiled the Vorbis source code on Windows 98 with Visual C++ 6.0?? FR __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2007 Oct 26
0
Wine release 0.9.48
...n Unimplemented for the functions trying to read from there. iphlpapi: Correct GetBestRoute when there is no route. kernel32: Set last error to ERROR_INSUFFICIENT_BUFFER in LCMapString when the sort key buffer is too small. Bang Jun-young (7): configure: Add check for presence of _strdup() and strdup(). crypt32: Fix typo in CryptGetDefaultOIDFunctionAddress(). avifil32: Fix prototype for AVIStreamFindSample() to match the PSDK. version: Use the official NT macro rather than obsolete one. advapi32: Fix AdjustTokenPrivileges() to match the PSDK. ole32: I...
2009 Oct 17
12
[LLVMdev] 2.6 pre-release2 ready for testing
LLVMers, 2.6 pre-release2 is ready to be tested by the community. http://llvm.org/prereleases/2.6/ If you have time, I'd appreciate anyone who can help test the release. To test llvm-gcc: 1) Compile llvm from source and untar the llvm-test in the projects directory (name it llvm-test or test-suite). Choose to use a pre- compiled llvm-gcc or re-compile it yourself. 2) Run make check,
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...ther asm() works outside of functions... yes checking whether .previous is supported in assembly code... no checking whether CFI directives are supported in assembly code... no checking for _pclose... no checking for _popen... no checking for _snprintf... no checking for _spawnvp... no checking for _strdup... no checking for _stricmp... no checking for _strnicmp... no checking for _strtoi64... no checking for _strtoui64... no checking for _vsnprintf... no checking for asctime_r... yes checking for chsize... no checking for dlopen... yes checking for epoll_create... no checking for ffs... yes checking...
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...ibSystem.B.dylib) [0x945c5c72] 1 ??? [0x23d1] 1 _asl_file_match + 339 (in libSystem.B.dylib) [0x946b42f6] 1 _asl_file_fetch_pos + 1003 (in libSystem.B.dylib) [0x946b4074] 1 _asl_file_fetch_object + 176 (in libSystem.B.dylib) [0x946b3b0a] 1 _strdup + 34 (in libSystem.B.dylib) [0x945f0132] 1 _malloc + 55 (in libSystem.B.dylib) [0x945c606c] 1 _malloc_zone_malloc + 81 (in libSystem.B.dylib) [0x945c60d8] 1 _tiny_malloc_from_free_list + 27 (in libSystem.B.dylib) [0x945cd315] Kernel stac...