Displaying 20 results from an estimated 700 matches similar to: "Problem building libFLAC on Windows x64"
2010 Nov 17
0
Problem building libFLAC on Windows x64
Hi Sean,
You may find that the attached patch helps. Builds perfectly here using it.
John
On 17/11/2010 14:02, Sean Pappalardo wrote:
> Hello everyone.
>
> Due to problems with libsndfile's handling of FLAC files, Mixxx is
> going to use libFLAC directly in v1.9.0. I'm the Windows packager and
> am trying to build libFLAC on Windows x64 using MSVC 2008 and the
>
2011 Nov 10
1
Git branch with compiling fixes for win32
Not sure if the patches you already have address this, but here are some
hacks I collected to try to get libFLAC to build on Windows for Mixxx:
http://mixxx.org/wiki/doku.php/build_windows_dependencies#libflac
I have never actually gotten it to build on x64 and right now just use
OpenCodecs' distribution (also mentioned at that link) which has Visual
Studio files that build fine for me.
2011 Nov 09
4
Git branch with compiling fixes for win32
On 11/10/2011 06:58, Erik de Castro Lopo wrote:
> Sven-Hendrik Haase wrote:
>
>> Si se?or: http://code.entropywave.com/git/flac.git
>
> Ok, there are about 6 commits there. Over the weekend I'll
> have a look at them and if they're fine, I'll push them to
> the Xiph Git repo.
>
> If anyone else has Flac patches that they would like to
> see commited
2005 Nov 28
1
Compile Encoder_example.c
Hi,
I'm a highschool student,
I'm looking for information about converting Wave file
(*.wav)
into Ogg file (*.ogg) and i found encoder_example.c
inside libvorbis's example directory. I try to compile
it using Microsoft Visual C++ 6.0 ,but it goes error
like this :
--------------------Configuration: encoder_example -
Win32 Debug--------------------
Linking...
encoder_example.obj :
2006 Oct 07
1
Compiling CVS in VC++ 6.0
Hello,
Apologies if this has been done before. I just joined the list as
this has bugged me for a while.
I can compile FLAC 1.1.2 using Visual C++ 6.0 with no problems.
However, when I try to compile the CVS source I get:
Linking...
utils.obj : error LNK2001: unresolved external symbol _snprintf
grabbag_static.lib(stream_decoder.obj) : error LNK2001: unresolved
external symbol
2000 Jun 26
2
Looking for protect()
Hello:
This is a simple, I hope, question about the first example in section 3.6.4
of the manual, "Writing R extensions."
I'm using R 1.1.0, and below I list some easy code that I got from section
3.6.4. When I try to compile the file out.c under NT 4, using VC++ 6.0, I
get the following error messages:
Compiling...
out.c
Linking...
out.obj : error LNK2001: unresolved external
2012 Aug 06
1
Windows link.exe error : libbrass.lib(brass_table.obj) : unresolved external symbol _inflateEnd
Hi guys,
I discovered xapian today and I'm trying it because it looks promising
compared to other FTS engines.
However I'm in a windows environment so it's a bit painful to set up as
there is no official binaries.
I've heard about http://www.flax.co.uk/xapian_binaries
And I'm trying to build their latest release (1.2.8).
After a few tries I manage to compile everything with
2003 May 20
1
building a Win32 DLL with R objects?
I've been attemping to create a test dll that contains R objects (actually I
simply copied the code from the "Writing R extensions") and got it to build
the dll using rcmd shlib main.c (okay, it's simple, but effective). Here's
the info so far:
this is the contents of the main.c file (not there's no WinMain()). Do we
put it in or does the script do it when we compile?
2008 Dec 05
0
[LLVMdev] Build errors on trunk for about a week now.
On Fri, Dec 5, 2008 at 1:57 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:
> On Fri, Dec 5, 2008 at 1:52 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:
>> / * snip */
>
> Actually, rebuilding it makes "debug tblgen" fail with the errors at
> the end of this email, and as such everything that depends on it, how
> odd...
> When I get back to that
2020 Nov 08
2
JSON response track title not encoded to UTF8
Good evening to you too,
From the <ip-address>:8000/server_version.xsl , I get that the installed icecast2 version is 2.4.4.
The source client I am currently is Mixxx version 2.2.4 - for Windows 64bit.
Would you say I should redirect my question to the support team of the Mixxx program ?
If you would like any more info, please feel free to ask. I appreciate your help and patience.
All the
2004 Aug 06
1
compile speexenc 1.1.4
Hello,
I have problems to compile speexenc 1.1.4, ihave the following errors
<p>speexenc.obj : error LNK2001: unresolved external symbol
_speex_preprocess
speexenc.obj : error LNK2001: unresolved external symbol
_speex_preprocess_ctl
speexenc.obj : error LNK2001: unresolved external symbol
_speex_preprocess_state_init
Debug/speexenc.exe : fatal error LNK1120: 3 unresolved externals
Error
2004 Sep 13
1
problem with dynamic speex library under windows
Hello.
I'm having problems with the dynamic library of libspeex under win32. I
have used the static library for a while with no problems. When I try to
compile my application with the dynamic library I get the following link
error:
codec_speex.obj : error LNK2001: unresolved external symbol _speex_uwb_mode
codec_speex.obj : error LNK2001: unresolved external symbol _speex_wb_mode
2005 Jul 02
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
I am now getting the following link errors on all executables:
x86.lib(X86AsmPrinter.obj) : error LNK2001: unresolved external symbol
"public: virtual bool __thiscall
llvm::x86::X86ATTAsmPrinter::runOnMachineFunction(class
llvm::MachineFunction &)"
(?runOnMachineFunction at X86ATTAsmPrinter@x86 at llvm@@UAE_NAAVMachineFunction at 3@@Z)
x86.lib(X86AsmPrinter.obj) : error LNK2001:
2005 Aug 07
4
Reswigged link error
After reswigging I get link problems:
Functions.obj : error LNK2001: unresolved external symbol _mWxruby2
Mac.obj : error LNK2001: unresolved external symbol _mWxruby2
Events.obj : error LNK2001: unresolved external symbol _mWxruby2
...
Which is intriguing since it seems to be defined in wx.cpp
2010 Jan 19
1
Linker Error when compiling Speex decoder
Hi
I get the following error during linking. How do I resolve it.
I am compiling using Visual Studio 2008
Thanks
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Linking...
1>MicSpeexDec.obj : error LNK2019: unresolved external symbol __imp__fclose referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD at Z)
2009 May 13
3
[LLVMdev] MSVC compile error with trunk
Does not seem to be a straight error with LLVM itself, but rather the
tools, linking issues, here are the errors:
Opt:
30> Creating library
R:\SDKs\llvm\trunk_VC8_building\lib\Debug\opt.lib and object
R:\SDKs\llvm\trunk_VC8_building\lib\Debug\opt.exp
30>LLVMScalarOpts.lib(IndVarSimplify.obj) : error LNK2019: unresolved
external symbol "public: bool __thiscall
2020 Nov 07
2
JSON response track title not encoded to UTF8
I would like for icecase status json xls to be able to provide the currently song title playing encoded in utf8. I have a problem getting the song titles / artist names for greek or japanese characters. Check below status-json.xsl part, for an example :
2018 Feb 26
1
[GSoC 2018] Improving debugging of optimized code
Hello,
I'm an undergraduate student in the CS department
of Aristotle University of Thessaloniki (AUTh).
Last year I successfully completed GSoC with Mixxx [1] and this year I
would like to work on LLVM.
I am interested in "Improving debugging of optimized code" [2].
I have gone through the kaleidoscope tutorial and I've set up a basic
dev environment for LLVM and clang.
2007 Feb 28
1
Linking problem when using speex with visual studio 6.0
Hi, dear all
I got the following problem when using speex1.2beta1 with VS 6.0:
LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs;
use /NODEFAULTLIB:library
libspeex.lib(sb_celp.obj) : error LNK2001: unresolved external symbol
_lpc_window
libspeex.lib(nb_celp.obj) : error LNK2001: unresolved external symbol
_lpc_window
I compiled speex1.2beta1 under win32
2013 Sep 10
2
Installer for win32 icecast?
Hi,
I am keen to try icecast + mixxx.org for local LAN radio broadcast but I cannot find any installer from your website, icecast.org/download
Can you point me to the right download link ?I'm running Win7 Pro x64.
Thanks.
Regards,Lin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: