Displaying 20 results from an estimated 100 matches similar to: "This is not going well... but better than before!"
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 Aug 18
6
Ogg Player Code
Hello,
In one of my recent assignments, I was asked to develop a ogg player.
I am not able to find the right repository of the source code. There are few repositories on vorbis but I am not clear which one is the right one for Windows environment.
If somebody has successfully compiled any ogg player ever, his ideas will be helpful to me.
In one of the code set, I was able to compile the
2001 Dec 20
1
CVS Broken Again?
Hi All,
Is the CVS source broken again?
My attempts to compile indicate a missing file in vorbis/lib, bitbuffer.c
(and its h file). Copying in an old downloaded copy produces the following
from MSCV 7 (attempting to build OggEnc, having built SDK/all - apparently
not without error :-)..
encode.obj : error LNK2019: unresolved external symbol
_vorbis_bitrate_flushpacket referenced in function
2010 Jul 20
0
MMX version of Theora
Hi all,
I am trying to build the mmx version of the theora and the encoderwin is
throwing the following errors.
1>------ Build started: Project: encoderwin, Configuration: Debug Win32
------
1>Linking...
1> Creating library encoderwin.lib and object encoderwin.exp
1>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other
libs; use /NODEFAULTLIB:library
2001 Oct 24
3
Almost there...
Ok, I managed to compile the Ogg and Vorbis libs. Then, after modifying
the file audio_out.c as follows:
original: #include <dlfcn.h>
modified: #include <win32/include/dlfcn.h>
I was able to (finally!) compile libao.
Then I tried to compile the module vorbis-tools, but uninvited problems
came to my party.
[...]
> /usr/bin/ld: multiple definitions of symbol _getopt
>
2016 Aug 15
3
LLVM libraries and custom assertions.
Is there a simple method for compiling a custom assertion header/call into all the LLVM libraries? I want my application to be able to handle any thrown assertions (ie; as an exception) and recover or crash gracefully. I already have a custom header in place in the application's source, however this doesn't have an effect on [most of] the already compiled lib's.
-------------- next
2007 Jun 14
2
FLAC: library for C#
Harry Sack wrote:
>
> but aren't they C++ headers en lib's?
Not C++, C.
> I have no idea how I can include a C++
> header in a C# project.
> It this even possible?
Yes. Google for "dllimport csharp".
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
2007 Jun 13
2
FLAC: library for C#
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
> Harry Sack wrote:
>
> > Hi FLAC dev's list,
> >
> > I'm looking for a library for the C# language (Microsoft .Net
> > Framework 2.0or higher) to play FLAC files and/or maybe do some
> other
> > things like getting
> > the file duration, file properties, ... of FLAC files.
>
2000 Nov 12
1
compiling oggenc
Hello all,
I am trying to compile oggenc from the "vorbis nightly cvs" archive...
and I've been hacking something together for about 3 hours now... and i'm
getting the feeling that it should not be this hard... what is the correct
way to use the CVS tree and VC++ Pro 5.0?
-=csmafia
_________________________________________________________________________
Get Your Private,
2000 Nov 12
1
This is not going well...
The CVS tree seems so broken apart, the <> includes don't work out of the
box. ie <ogg/ogg.h>. They are broken, how do I resolve this? I know the
structure is there for a reason, but I don't know how to work with it and
make the code compile...
To top it all off... I am at a loss as to which sub dirs contain the
source for the libs that I need to put together before I
2005 Sep 27
4
Problem with DllOverrides (Wine 20050725)
Wine version used : 20050725 on debian 3.1 system.
I try to use a windows application call cmc.exe (internal use) wrote with
Visual Basic.
The installation of this application with a windows setup file has done
without problem.
On the [Software\\Wine\\AppDefaults\\cmc.exe\\DllOverrides] section of the
user.reg file created by the winecfg command, I have indicated "native" for
all
2007 Jun 14
2
FLAC: library for C#
I tried that approach a while ago and failed miserably. Marshalling the
structs of structs in the flac lib turned out to be a nightmare (I don't
pretend to be an expert, mind you...).
I eventually switched to writing my own C# lib from scratch. Work is still
under progress. It's no rocket science, I do this a G-job. It has definite
limitations (no documentation, decodes only 16-bit files,
2004 Feb 11
1
udev database is incompatible (klibc libc and mode_t)
Hi,
it seems that klibc's mod_t is only unsigned short and libc
is unsigned int. So our db format is incompatible between udev's
compiled with different c-lib's.
What is the right fix for this?
I found it cause my db was created with libc-udev and klibc-udev
was unable to insert records in the database.
thanks,
Kay
2006 Feb 14
1
Win64 problems
I am having problems with my program decoding .ogg files on the Win64 platform and am wondering if this is a known issue or not.
I have tried using the prebuilt .dll's, the static .lib's and building from source (1.1.3) and I get the same results. My program is being compiled on a win32 platform, but the decoder fails if I run it on a win64 system.
Unfortunately this is being reported
2014 May 31
1
syslinux (pxelinux.0) debug prints
>Message: 6
>Date: Fri, 30 May 2014 07:35:30 -0400
>From: Gene Cumm <gene.cumm at gmail.com>
>To: Wissam Shoukair <wissams at mellanox.com>
>Cc: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com>
>Subject: Re: [syslinux] syslinux (pxelinux.0) debug prints
>Message-ID:
> <CAD0Rxem_P4kOycVcSZUuaTjdKe=Gm5MLTjO6P6dMkbtsLOrVNQ at
2009 Jul 29
3
Building on cygwin: xcrypt error
Any suggestions or thoughts are appreciated. I'm trying to build OpenSSH with a stable snapshot of Openssl 1.0.0, within cygwin. After much effort, the configure process (./configure --with-tcp-wrappers --with-ssl-dir=myssldir) went fine, though I was not able to successfully build due to an error:
gcc -o sshd.exe sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o sshp
ty.o
2001 Feb 07
2
Undefined symbols
Where could I get information about wine libraries content ?
For instance, if I'm migrating a WNT console based application using
winelib, which is the library I must link with object files ?
I don't have this information.
Thanks in advance. Ignasi Villagrasa.
1998 Oct 15
1
Fwd: probably "round()" bug
>Date: Thu, 15 Oct 1998 15:30:22 +0200
>To: Guido Masarotto <guido at sirio.stat.unipd.it>
>From: Andrea Rossetti <rossetti at stud.unipg.it>
>Subject: probably "round()" bug
>
>Hi to all R people,
>I'm using the Guido Masarotto's compiled R, version 0.62.3.
>there is a probably bug in round function, in fact I've done:
>
>>
1998 Oct 15
1
Fwd: probably "round()" bug
>Date: Thu, 15 Oct 1998 15:30:22 +0200
>To: Guido Masarotto <guido at sirio.stat.unipd.it>
>From: Andrea Rossetti <rossetti at stud.unipg.it>
>Subject: probably "round()" bug
>
>Hi to all R people,
>I'm using the Guido Masarotto's compiled R, version 0.62.3.
>there is a probably bug in round function, in fact I've done:
>
>>
2005 Apr 20
1
posix acls vs unix groups and nt acls
I'm looking for info on using posix acls in samba. I'd like them to
look and feel like nt acls. I'd like to use the windows client to set
the acls on the samba server. I've got the official samba 3 howto
book, but can't seem to figure things out from there.
specifically, in the past I've used a force group entry in combined
with create modes to keep shared files access to