Displaying 20 results from an estimated 36 matches for "flameeyes".
2013 May 01
2
[PATCH] stream.c needs sys/types.h
For definition of off_t type, stream.c needs including sys/types.h. I
hit this requirement at least once when compiling against Mac OSX 10.4
SDK. Trivial patch inlined below.
--- opusfile/src/stream.c~
+++ opusfile/src/stream.c
@@ -14,6 +14,7 @@
last mod: $Id: vorbisfile.c 17573 2010-10-27 14:53:59Z xiphmont $
********************************************************************/
+#include
2003 Dec 23
2
Problems with Ultima Online: Age of Shadows [Textbox glitch + out of memory error]
...cond is a big problem: when starting the client, it gives an out of
memory error. I can't find where the problem is because I don't know for sure
which trace channel has the functions for memory statistics.
If someone has an hint for me, I'll investigate better and try to fix it.
--
Flameeyes <dgp85@users.sourceforge.net>
You can find LIRC for 2.6 kernels at
http://flameeyes.web.ctonet.it/
2012 Sep 10
11
Cleanup/build improvement for opus
Hello all,
after FOMS I decided to take a look at the opus library and I found
that I could improve a bit the build system and cleanup the code a
little bit.
Most of the changes to the code has been suggested by my two tools
cowstats and missingstatic (part of the ruby-elf gem if you care).
HTH,
Diego
2003 Aug 16
2
Borland C++ Builder 6.0 & Wine
...bout incorrect type library (as a
message box if I use native ole dlls, in the stderr if I use the builtin
ones), I don't know what is this type not found, but the OCXs are
opensource, can that be useful?
Anyone has used BCB6 and Wine to compile something? How I can fix the
linker problem?
--
Flameeyes <dgp85@users.sf.net>
2004 Jan 03
1
Error starting wine CVS
..., I get this error:
err:msg:QUEUE_CreateMsgQueue Cannot get thread queueMain exe initialization
for L"C:\\Giochi\\Ragnarok\\Infinity.exe" failed, status c0000142
my system is a gentoo with 2.6.1-rc1 kernel and glibc without nptl (I can't
rebuild all the system at the moment).
--
Flameeyes <dgp85@users.sourceforge.net>
You can find LIRC for 2.6 kernels at
http://flameeyes.web.ctonet.it/
2004 Dec 06
1
Path environmental variable
...wine]/"Path".
I also tried putting the unix directory which is then mapped to C:
\Borland\BCC55\Bin into the unix path, but still nothing good: I'm able to
launch the compiler using binfmt_misc, but then it can't find the linker.
I'm missing something?
TIA,
--
Diego "Flameeyes" Petten?
flameeyes@users.berlios.de - http://flameeyes.web.ctonet.it/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-users/attachmen...
2004 Sep 01
2
mouse's wheel problem
Hi,
I'm using Wine 20040813 on a Mandrake 10.0 box, everytime I try to
use the mouse's wheel to scroll up and down in an application
(FileZilla, xmlSpy ...), wine hanged with the following trace
wine: Unhandled exception (thread 0011), starting debugger...
fixme:console:SetConsoleCtrlHandler (0x406005b0,1) - no error
checking or testing yet
WineDbg starting on pid 0x10
Unhandled
2012 Sep 23
1
libopusfile
Traditionally, Vorbis provided a high-level API for decoding and seeking
in Ogg Vorbis streams, called libvorbisfile, which was packaged
alongside libvorbis. This was very useful for simple players and
applications which just wanted to decode a file, without building an
entire media framework.
The basic libopus is meant to be used in many contexts that do not
require Ogg (such as RTP), and
2013 Mar 22
1
attributes.m4 license
Diego,
I noticed yesterday that your attributes.m4 autoconf macro package, part
of the autotools build support you contributed to opusfile, is licensed
GPL, rather than the usual blanket grant for macros.
Are you willing to relicense this so it's compatible with the project's
overall BSD license?
-r
2013 Apr 29
1
Fwd: Opusfile patches
Sorry, I had some e-mail issues in March thanks to an uncooperative ISP
and lost some mail.
Diego (or someone who knows autotools/pkgconfig better than I do), could
you review patches 0001 and 0004?
-------------- next part --------------
An embedded message was scrubbed...
From: Ulrich Klauer <ulrich at chirlu.de>
Subject: Opusfile patches
Date: Tue, 30 Apr 2013 00:50:12 +0200
Size: 3380
2012 Sep 25
3
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v2)
This time it's complete with assertions on make debug, proper
./configure switches for the optional features, visibility and warning
flags, and summary at the end of the configuration.
Signed-off-by: Diego Elio Petten? <flameeyes at flameeyes.eu>
---
.gitignore | 29 +++++
Makefile.am | 24 +++++
configure.ac | 66 ++++++++++++
m4/attributes.m4 | 321 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
4 file modificati, 440 inserzioni(+)
create mode 100644 .gitignore
create mode 100644 Makefile....
2004 Dec 10
1
Appdb problems?
I am trying to login to the appdb but even though I login successfully,
the system does not see me as logged in and I am unable to access the
maintainer functions. Anyone else experiencing this?
2009 Jan 04
2
DO NOT REPLY [Bug 6011] New: [PATCH] Fix autotools cross-compile support
https://bugzilla.samba.org/show_bug.cgi?id=6011
Summary: [PATCH] Fix autotools cross-compile support
Product: rsync
Version: 3.0.4
Platform: Other
URL: http://blog.flameeyes.eu/s/canonical-target
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: flameeyes@gmail.com
QAContact: rsync-qa@samba.org
The patch I'm going to attach...
2004 Oct 18
2
NPTL & Wine
Hi,
My main systems are Gentoo based. I am investigating switching to
NPTL on one of them that uses a couple of different versions of Wine
built from source. In doing the research I found that the Gentoo
ebuilds for Wine use NPTL. Does this mean that if I switch to NPTL
that I must recompile my source-caode based versions of Wine? If so,
can someone tell my what options I would use, most likely
2004 Sep 03
2
How to upgrade?
Hi Wine-users!
I currently run wine 20040716, but it can't run any of my applications
(namely Macromedia Studio MX) So I want to try the latest version.
I have compiled 20040716 from .tar.gz format. I would like to do the same
with the newer version. My question is what is the procedure to completely
uninstall Wine and do a fresh install, WITHOUT uninstalling the Macromedia
apps?
Thank you
2004 Sep 05
1
Execution Error.
I have Wine 2000813 installed on a Mandrake10.0 Community operating system:
Each time I want to run an apps get the following message: "Unhandled page
fault on read access to 0x00000000 at adress 0x00000000. Do you wish to debug
it?" and the file manager closes by itself.
Why is that and how can be handled?
Thanks for yr help.
--
Xavier Mas
---
?Te sobran algunos kilos despu?s
2004 Jun 29
0
ClrMamePro: main window doesn't reappear
...r at
least this should be the correct behaviour).
With the last CVS version, ClrMamePro starts up correctly, but when I open a
function window and close it, the main window doesn't reappear :/
With Cedega it works quite correctly, a part that the main window reapper
minimized.
--
Diego "Flameeyes" Petten?
dgp85@users.sourceforge.net - http://flameeyes.web.ctonet.it/
2012 Sep 25
2
[libopusfile PATCH] build: implement autotools build system for libopusfile.
---
This includes the check target that Tim requested.
Signed-off-by: Diego Elio Petten? <flameeyes at flameeyes.eu>
---
.gitignore | 24 ++++++++++++++++++++++++
Makefile.am | 22 ++++++++++++++++++++++
configure.ac | 14 ++++++++++++++
3 file modificati, 60 inserzioni(+)
create mode 100644 .gitignore
create mode 100644 Makefile.am
create mode 100644 configure.ac
diff --git a/.gitigno...
2003 Aug 17
2
Problem with shlwapi, msxml and Borland xml vcls.
...4-0ac9-11d1-896c-00c04fb6bfc4}, hres is 0x80040111
and in message box "System error: -2147024891"
Can anyone help me?
If can be helpful I can post the point in the source where the error is
thrown, but I think is too high-level to know what the library is
doing...
Thanks In Advance.
--
Flameeyes <dgp85@users.sf.net>
2004 Sep 06
3
Worms Armageddon: cant open Worms Armageddon folder on fake ../drive_c/Team17/Worms Armageddon
Hi, this is my first attempt at using Wine.
After installing wine I tried to install Worms Armageddon with
wine e:/Install/install.exe
at first I got a lot of....
fixme:ntdll:FILE_GetNtStatus Converting errno 38 to STATUS_UNSUCCESSFUL
around 50 lines, then the installer appeared and I installed as on
windows except to c:/Team17 rather than program files. I then went
looking for the WA.exe file