Displaying 20 results from an estimated 10000 matches similar to: "I don't know how to compile Wine!"
2009 May 15
2
I simply cannot install R on Ubuntu. I don't know why.
I don't mind using sudo apt-get update/upgrade/install buit I get into
crazy loops (hours) that clearly can't be trusted. But when I use
Synaptic (reload/mark for install R-base) every time I get some list
of things things it want to install as well and syas "Mark" which it
does not do and when I go forward with the Synaptic install of R-base
I get this (and abort) every time:
2008 May 12
0
[LLVMdev] Debugger support
On Mon, 12 May 2008, Lokesh Kumar wrote:
> I am just curious to know when will the llvm-db be released. I hope I
> am posting in the right forum. In the latest release 2.2, the llvm-db
> binary doesn't appear to load the symbol table or debug the bytecode.
> It spits out a message saying that this feature is still not
> implemented.
There is no current plan (that I know of) to
2009 Mar 26
10
How does a noob have to uninstall Wine (on MacOSX)??
Hello,
I have tried to install Wine on my mac pro (leopard 10.5.6) but it did'nt work very well. When I wanted to run a windows applications, wine told me that I had to install Freetype 2.0.5 or later. I downloaded it from this website : http://sourceforge.net/project/showfiles.php?group_id=3157.
Unfortunately I didn't install freetype properly. As a consequence, when I try to run an
2008 May 13
1
[LLVMdev] win32 assemblers and linkers for llvm
I made some researches how llvm, possibly with other tools, can be a full
backend for compiler writers (with the final result being an executable file
or dynamic linked library). Here are the results:
A. Assemblers
When I saw that the I86 target for llvm with the Intel syntax targets MASM
(I tested with the MASM version from http://www.masm32.com/ ), it was a bad
surprise for me. This is
2006 Aug 30
7
How to get it running...
Hello List,
i have a spelling and reading software i would like to get running for a
primary school because they should not be using windows and the teachers
really want that software.
I have already tried to get it running with a few people in #winehq, but
it seems that its more a guessing game than a streight debugging and
solving way.
What steps do i need to do to get it running?
First of
2008 May 12
5
[LLVMdev] Debugger support
Hi all,
I am just curious to know when will the llvm-db be released. I hope I
am posting in the right forum. In the latest release 2.2, the llvm-db
binary doesn't appear to load the symbol table or debug the bytecode.
It spits out a message saying that this feature is still not
implemented.
Thanks & Regards,
-Lokesh
--
"It is not God that is worshipped but the group or authority
2019 Oct 05
1
CentOS 8 (less used) packages
I'm still not catching on to the "new" of CentOS 8
yum install yasm
Last metadata expiration check: 0:01:32 ago on Sat 05 Oct 2019 12:46:16 PM
EDT.
No match for argument: yasm
Error: Unable to find a match
yum install yasm-devel
Last metadata expiration check: 0:01:37 ago on Sat 05 Oct 2019 12:46:16 PM
EDT.
No match for argument: yasm-devel
Error: Unable to find a match
yum
2004 Sep 14
2
new user - documentation nightmare
I had located and installed wine via rpm only to discover that I needed
to compile from source to get --with-opengl. Fine. The documentation
with the source is written in sgml. Turns out sgml, specifically
Mozaic, died on the vine thirty years ago, replaced by xml, sort of.
Mozilla doesn't open sgml. A search suggested Netscape might.
Curious. So I installed 7.2. It doesn't
2009 Mar 20
1
Don't know much about unbuntu
Hi,
I don't really knowing anything about the system and install Demo version of unbuntu for the life of me can't figure out how to get me yahoo site builder to work.
One of my friend directed me here.
Can anyone help out?
Thanks
2012 Apr 02
1
[LLVMdev] Adding a Yasm ASM printer
Hi,
I'm in the process of adding a X86 ASM Printer for outputting the asm in
a style that Yasm can take without any post processing. Yasm's format is
very close to that of intel. I was wondering if my approach is correct:
I've made a custom MCAsmStreamer to remove some of the COFF symbol
directives that yasm doesn't understand.
I've made a X86YasmInstPrinter, and added it
2013 Mar 12
2
I reinstalled OS X, now FLAC 1.3 git won't compile.
Are there any dependencies that I need, but don't have? I've got doxygen,
libogg, automake, autoconf, libtool, valgrind, docbook, nasm, yasm,
libiconv.
the Autogen.sh script fails with:
"Updating build configuration files for FLAC, please wait....
configure.ac:308: warning: macro 'AM_ICONV' not found in library
configure.ac:309: warning: macro 'AM_LANGINFO_CODESET'
2010 Jan 22
2
[LLVMdev] how to compile asm output for x86 with Micorsoft's ML
It would be nice to be able to use clang/llvm without GNU toolchain
dependencies. Just out of curioisty what does the
--x86-asm-syntax=intel actually mean then? Does this not get used? Is
this a different syntax than the AT&T variety (forgive me if this is
an obvious question)?
I tried downloading FASM last night and it seemed handle some of the
output, the one thing it didn't like was
2010 Jan 22
0
[LLVMdev] how to compile asm output for x86 with Micorsoft's ML
> Regarding the pecoff support - FASM comes with complete source and
> what appears to be a BSD license. It outputs to pecoff. Assuming the
> FASM code is readable and reasonably understandable, could this code
Scratch all that, my mistake, it's all assembly.
Cheers
Jim
2012 Feb 16
3
[LLVMdev] ASM appears to be incorrect from llc
Hi,
It doesn't compile with yasm, or nasm (reports invalid combination of
opcode and operands), and
mov _x,EAX
is meaningless as _x is just a label (an numeric constant that happens to
be an address), so it would have to be dereferenced to get to the memory at
that address, otherwise it's like saying
mov 0x12341234, EAX
Now, my asm skills are not that great, so I'm prepared to be
2012 Apr 11
1
[LLVMdev] Yasm ASM printer
Hi,
I've finally got my Yasm instruction printer sorted, and I was wondering if it is something the community would want? With it, it means you can take LLVM IR and generate a .S that can be assembled using Yasm to a window's OBJ for inclusion in normal DevStudio projects.
The change set isn't large, but I am unsure of the repercussions of the changes I made.
Cheers
Matthew
2010 Feb 14
3
[LLVMdev] Unable to compile .s files generated with llc.
Hey,
I've been trying this for a couple days now, finding different assemblers and trying different options but I can't figure it out..
I must be missing something very obvious.
I got a simple "hello world" app in llvm, making the .bc file using 'llvm-as test.llvm -o=test.bc' works fine.
then I can use llvm-ld to make an executable which then runs fine (although not
2007 Mar 19
2
Trying to install wine on ubuntu
I am a complete linux noob and I've downloaded and extracted wine and
winetools... but when I got to the install application on wine and try
to open it, nothing happens. Could someone help me install wine?
2009 Apr 08
2
[LLVMdev] Native Static Compilers Compatible with LLVM
I've tried compiling with tinycc, and assembling with yasm, and fasm even
with intel syntax. I'm just wondering what available compilers and
assemblers there are without trying every one of them.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090408/b779a781/attachment.html>
2012 Feb 16
0
[LLVMdev] ASM appears to be incorrect from llc
Hi Matthew,
On Feb 15, 2012, at 5:42 PM, Matthew Huck wrote:
> Hi,
> It doesn't compile with yasm, or nasm
Where did you get the idea that "Intel syntax" means NASM? LLVM actually produces assembly files that can be fed to GAS, or to LLVM's MC framework. (In fact, it's missing a .intel_syntax directive so GAS knows it needs to assemble instructions according to
2012 May 02
5
Winasio, somebody know how make it work??
Hi everybody
I am using a 12.04 Precise pangolin amd64 with jakd 1.5.8, wine 1.5.3 and wineasio 9.0 and i'm having a lot of problems to use de regsrv32 winasio.dll always drop me the "Failed to load DLL wineasio.dll"
I've copied the wineasio.dll.so in /usr/lib/x86_64-linux-gnu/wine and /usr/lib32/wine/
ive reinstalled wine, wineasio changed jackd2 to jackd did wineboot too so i