Displaying 20 results from an estimated 300 matches similar to: "Please correct this bugs in vorbis win32 environment"
2003 Sep 30
3
Adding Tk extensions to R for windows
Hi,
I'm developing an R/TclTk application which uses the BWidget and
Tktable Tk extensions and I'm trying to make it easy to install.
For now, I'm focusing on Windows users who start with nothing.
I have built Tcl/Tk and Tktable for windows using Msys/MinGW.
(BWidget contains only Tcl scripts so does not need building.)
I have then copied Tktable and BWidget into the lib subdirectory
2019 Feb 21
1
How to build xapian 1.4.10 with MSVC2017
Thank you very much,It works!
And some Q&A I meet,may help somebody:
1. If zlib build with 32bit,should use MSVC's 'vcvars32.bat';
2. Add '-Z7' to CXXFLAGS can release *.pdb file for VS2017 'Step Into' debug, such as: CXXFLAGS="-EHsc -Z7";
3. If Somebody write a demo in VS2017
3.1 change libxapian.a's name to libxapian.lib;
3.2 make sure the
2005 Jun 17
2
Patch to support parisc
This patch allows klibc to build on parisc64 platforms.
$ diff -u MCONFIG.old MCONFIG
--- MCONFIG.old 2005-06-18 01:16:12.000000000 +0000
+++ MCONFIG 2005-06-18 01:18:51.000000000 +0000
@@ -33,7 +33,7 @@
KLIBCVER = -D__KLIBC__=$(shell cut -d. -f1 < $(SRCROOT)/version) \
-D__KLIBC_MINOR__=$(shell cut -d. -f2 < $(SRCROOT)/version)
-ARCH = $(shell uname -m | sed -e
2012 Feb 13
1
Cross-subvolume reflink copy (BTRFS_IOC_CLONE over subvolume boundaries)
It''s been nearly a year since the patches needed to implement a reflinked copy
between subvolumes have been posted
(http://permalink.gmane.org/gmane.comp.file-systems.btrfs/9865 ) and I still
get "Invalid cross-device link" error with Linux 3.2.4 while I try to do a cp
--reflink between subvolumes.
This is a *very* useful feature to have (think offline file-level
2002 Jul 23
1
Problems running batch files in\libvorbis-1.0\win32
We have downloaded all of the Windows Vorbis 1.0 distribution files and are
attempting to compile the libvorbis libraries using the batch files (e.g.
build_vorbisfile_dynamic.bat). This succesfully invokes Microsoft Visual
Studio but fails as shown below:
<p>F:\pnewton\Project\Ogg Vorbis Downloads\V1.0\libvorbis-1.0\win32>
build_vorbisfile_dynamic.bat
---+++--- Building Vorbisfile
2009 Jun 29
4
wine / vcvarsall.bat
Hi there,
I am trying to play with wine and I cannot figure out how to read a
bat file that would define some env var for me. I followed
instructions from:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=14208
And everything seems to be installed nicely for me (thanks to winetricks !):
$ find ~/.wine | grep nmake
/home/mathieu/.wine/drive_c/Program Files/Microsoft Visual
2009 Sep 23
2
[LLVMdev] Status of blocks runtime in compiler-rt?
On Sep 21, 2009, at 6:21 PM, Shantonu Sen wrote:
> I've committed my changes to hook up the BlocksRuntime/ subdirectory
> of compiler-rt, using CMake.
>
> The cmake build process is documented at <http://llvm.org/docs/CMake.html
> >
Whoops, looks like the presence of a CMakeFiles directory in the
SRCROOT was screwing things up, even when I was in a build
2005 Sep 02
2
UserMode linux and klibc
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://www.zytor.com/pipermail/klibc/attachments/20050902/d8550194/attachment.bin
2004 May 19
4
Microsoft Visual C++ available for zero cost
I just found this:
http://msdn.microsoft.com/visualc/vctoolkit2003/
I don''t tend to pay much attention to Microsoft and MS Windows, so
perhaps everyone else already knew about it. Basically, they have
released a command-line-only version of their C++ compiler and libraries
for free (gratis) downloading.
I assume this version would be able to compile wxRuby, but would be
2008 Oct 21
4
[LLVMdev] Replacing llvm-gcc in Xcode 3.1.1 with svn version
Hello all,
I have replaced the llvm-gcc shipped with the Xcode by the latest
version and I was wondering if I have missed something... (everything
*seems* to work).
Here's what I did:
0. Checkout LLVM (and clang) + llvm-gcc
1. Build LLVM (with clang) and install into /Developer/usr/local :
# mkdir llvmobj
# cd llvmobj
# CC=gcc-4.2 CXX=g++-4.2 ../llvm/configure
2019 Feb 22
0
How to build xapian 1.4.10 with MSVC2017
> Great, but which "it" worked?
I had install mingw earlier, but not set it to $PATH, so must be 'LD=link' and your previous advices on "CXXFLAGS" .
I execute configure like this:
./configure LD=link CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS="-EHsc -Z7" AR=lib CPPFLAGS=-IC:/zlib-1.2.3-lib/include
2003 Nov 29
1
[PATCH] ash not make -j safe, make spotless updates
some files depend on nodes.h, but there is no dependency for that fact.
olaf@mandarine:~/klibc-0.87> grep -Er 'include.*nodes.h' ash/ | sed 's-^[^/]\+/\([^.]*\).*-\1.o-' | xargs echo OBJ_NODES =
OBJ_NODES = cd.o eval.o exec.o expand.o jobs.o main.o nodes.o options.o parser.o redir.o show.o trap.o var.o
make spotless doesnt work reliable, the patch adds a few more targets.
Is
2004 Jun 20
2
[LLVMdev] qmtest problem
I attempt install and use qmtest for run LLVM testsuit at FreeBSD, but
without success.
I have installed qm-2.2 (latest and single version accessable from
http://www.codesourcery.com/qmtest/download.html in sources)
When I start qmtest for LLVM ("make qmtest" in <llvm-obj-dir>/test
directory - right?) error printed:
---8X---------------
2008 Oct 07
3
[LLVMdev] Running external build tool in Xcode?
Hi everyone.I am using Mac OS X to inspect the llvm source code.
Although the make command works perfectly when compiling the source code,
the Xcode tool prompted me:
*Makefile:26: Makefile.config: No such file or directory*
*Makefile:58: /Makefile.rules: No such file or directory*
I downloaded the latest SVN code from the web site, built it without any
modification in Xcode context. Xcode
2017 Sep 14
1
vmware player 12.5.7 with CentOS 7.4
hi all - anyone find a way to get vmware player 12.5.7 working with 7.4?
Thanks - everything good with the upgrade except that.
Great job CentOS team!
Jerry
starting vmplayer I get the following:
Note: adwaita is installed.
canberra is installed
No idea what pk is ?
vmplayer
(vmware-modconfig:12595): Gtk-WARNING **: Unable to locate theme engine in
module_path: "adwaita",
2009 Feb 25
3
[LLVMdev] [PATCH] Parallelized make check
Hello,
The attached patch adds the jcheck target equivalent to make check, but
that can run with a -j flag ($ make jcheck -jX).
It does not interfere with the regular check, but rather builds on top
of the check-one target: it first generates a list of tests to run using
RunLLVMTests, and then run those tests according to the supplied -j
flag, invoking the check-one target for each one of them.
2006 Jul 02
1
workaround for numeric problems
Dear R-people,
I have to compute
C - -(pnorm(B)*dnorm(B)*B + dnorm(B)^2)/pnorm(B)^2
This expression seems to be converging to -1 if B approaches to -Inf
(although I am unable to prove it). R has no problems until B equals
around -28 or less, where both numerator and denominator go to 0 and
you get NaN. A simple workaround I did was
C <- ifelse(B > -25,
-(pnorm(B)*dnorm(B)*B
2010 Feb 20
3
MFC Code Compile Error
Dear Friend
Need in Help
I created using Application wizard vc++ 6.0 single document interface ....
wineg++ -c -mno-cygwin -I. -I/home/khana/mvs6/VC98/mfc/include
-I/home/khana/mvs6/VC98/include -o DemoMfc.o DemoMfc.cpp
In file included from /home/khana/mvs6/VC98/include/windef.h:166,
from /home/khana/mvs6/VC98/include/windows.h:163,
from
2015 Oct 28
3
DragonEgg for gcc-5 and llvm-3.6
Hi,
My brother (Tarun) and I have been attempting to get dragonegg working with
gcc-5 and llvm-3.6. So far we have had some success and most of the
compilator and validator tests of dragonegg pass. However the following
validator tests fail and we don't understand why.
The Validator :: c++/2007-01-06-ELF-Thunk-Sections.cpp
The Validator :: c/ExternFunctionWeakref.c
The Validator
2008 Feb 28
2
Can't get xapian-core 1.05 to build under windows xp
Here is the output I get from nmake.
I am not a guru at getting C programs to build under windows, I never had
any troubles I could not solve on OSX :-(
I am using the released sources, I have Visual Studio 2005, I have the make
files from lemur. I read ALL the readme.txt file before starting.
And this is what I get.
C:\Documents and Settings\jroberson\My Documents\DOWNLOADS\xapian-