search for: utf8_static

Displaying 10 results from an estimated 10 matches for "utf8_static".

2016 Jan 08
3
Lets do a 1.3.2 release
Evan Ramos wrote: > > Yes please. > > Patch attached. Sorry, I misunderstood your intention. The utf8_static library should stay as a separate component, but should be statically linked as needed (ie its only needed for Windows) Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2013 Mar 11
2
flac 1.3.0pre2 pre-release
...> G:\Programming\flac-1.3.0pre2\src\flac\libFLAC_static.lib(stream_decoder.obj) Ben Alison is working on tthis. Lets allow that work to come to a conclusion. > Error 9 error LNK2001: unresolved external symbol > _safe_malloc_mul_2op_ > G:\Programming\flac-1.3.0pre2\src\flac\utf8_static.lib(utf8.obj) flac > Error 10 error LNK1120: 9 unresolved externals > G:\Programming\flac-1.3.0pre2\objs\release\bin\flac.exe flac > > Error 9 is related to the location of _safe_malloc_mul_2op_. It's > easiest to fix by having the code in utf8.c. But that function i...
2013 Aug 16
3
PATCH for MSVC++ 2005 Express
...ile all files without several changes: 1) FLAC.sln has one extra "EndProject" line --- a\FLAC.sln 2013-06-17 11:57:09.000000000 +0400 +++ b\FLAC.sln 2013-08-16 20:19:34.630486700 +0400 @@ -157,7 +157,6 @@ EndProject Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") = "utf8_static", "src\share\utf8\utf8_static.vcproj", "{4cefbc92-c215-11db-8314-0800200c9a66}" EndProject -EndProject Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") = "win_utf8_io", "src\share\win_utf8_io\win_utf8_io.vcproj", "{4cefbe02-c215-11db-...
2013 Mar 11
2
flac 1.3.0pre2 pre-release
Janne Hyv?rinen wrote: > Here's a patch that fixes the creation of larger than 2 GB FLAC files. > Without this patch both GCC and MSVC compiles of FLAC will fail on > Windows when they have written 2 GB file while encoding from stdin. And > after 4GB when encoding from WAV file. Ok. > It includes Ben Allison's MSVC changes and JonY's MinGW changes with > some
2013 Mar 12
0
flac 1.3.0pre2 pre-release
On 11.3.2013 21:21, Erik de Castro Lopo wrote: >> Error 9 error LNK2001: unresolved external symbol >> _safe_malloc_mul_2op_ >> G:\Programming\flac-1.3.0pre2\src\flac\utf8_static.lib(utf8.obj) flac >> Error 10 error LNK1120: 9 unresolved externals >> G:\Programming\flac-1.3.0pre2\objs\release\bin\flac.exe flac >> >> Error 9 is related to the location of _safe_malloc_mul_2op_. It's >> easiest to fix by having the code in utf8.c. &gt...
2016 Jan 08
2
Lets do a 1.3.2 release
Evan Ramos wrote: > If so, I can provide a patch that does this. Yes please. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2013 Mar 11
0
flac 1.3.0pre2 pre-release
...or LNK2001: unresolved external symbol _FLAC__bitwriter_write_raw_uint32_little_endian G:\Programming\flac-1.3.0pre2\src\flac\libFLAC_static.lib(stream_encoder_framing.obj) flac Error 9 error LNK2001: unresolved external symbol _safe_malloc_mul_2op_ G:\Programming\flac-1.3.0pre2\src\flac\utf8_static.lib(utf8.obj) flac Error 10 error LNK1120: 9 unresolved externals G:\Programming\flac-1.3.0pre2\objs\release\bin\flac.exe flac Error 9 is related to the location of _safe_malloc_mul_2op_. It's easiest to fix by having the code in utf8.c. >> There may still be some bug in FLAC&...
2016 Jan 09
2
Lets do a 1.3.2 release
Janne Hyv?rinen wrote: > Win_utf8 stuff should not be included in libflac since it's only to be > used by the flac.exe frontend. It is not needed by other programs nor > would they benefit from it without doing the extra work of converting > their ansi filenames and functions to utf-8. > >> Version 2 of my patch attached, which fixes the problem for the >>
2016 Jan 09
3
Lets do a 1.3.2 release
...and libFLAC_dynamic.dll, and > none of them contain win_utf8_io stuff. I was wrong. In Visual Studio, 'flac' project depends on 'libFLAC_static' project and all the projects from src/share: getopt_static, grabbag_static, replaygain_analysis_static, replaygain_synthesis_static, utf8_static, win_utf8_io_static Both 'libFLAC_static' and 'libFLAC_dynamic' projects depend (only) on 'win_utf8_io_static'. I tried to remove this dependency and libFLAC_dynamic failed to compile since metadata_iterators.c uses e.g. flac_fopen, which is defined in share/compat.h as fop...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...bug_dynamic\bitbuffer.sbr': No such file or directory 6>Build log was saved at "file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\libFLAC\Debug_dynamic\BuildLog.htm" 6>libFLAC_dynamic - 2 error(s), 0 warning(s) 7>------ Rebuild All started: Project: utf8_static, Configuration: Debug Win32 ------ 7>Deleting intermediate and output files for project 'utf8_static', configuration 'Debug|Win32' 5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\file.c(45) : fatal error C1083: Cannot open include file: &...