-
The following process will not compile using Visual Studio 2015:
```
perl Configure VC-WIN32 --prefix=C:\openssl-build-32
ms\do_ms
nmake -f ms\nt.mak
nmake -f ms\nt.mak install
```
I tested this wit…
-
Originally reported by: *anonymous
Original Ticket: "alleg/feature-requests/1":https://sourceforge.net/p/alleg/feature-requests/1
I don't have MSVC at the moment. I understand the
problem with get…
-
```
Building on Lion 10.7 and Xcode 4.3 requires two things:
* You need to have a GNU gcc (Xcode only comes with the LLVM gcc by default)
* ONLY wine itself has to be built with this gcc, the rest mu…
-
To reproduce:
1. Open Assemble dialog
2. Enter `loop $`
3. Press Enter
4. See "Error In Code" message, which doesn't give any clue as to what error it found
5. Check with the assembler (`yasm` by defa…
-
Hi,
Recently I've been developing a 16-bit library/archive. The library is written in assembly (NASM) and makes calls to immediate values. It assemblies into an elf object just fine, but when I link …
I8087 updated
9 years ago
-
○ brew install ffmpeg
==> Downloading http://ffmpeg.org/releases/ffmpeg-0.6.2.tar.bz2
File already downloaded in /Users/millisami/Library/Caches/Homebrew
==> ./configure --disable-debug --prefix=/us…
-
Does Binary File Parsing subproject aim to parse elf binary to llvm IR?
I read the build document, and build it on my computer(Ubuntu 14.04.2).
I see the content of demos, they all have first useful …
-
Currently disassembler shows instructions like:
mov rsi, qword ptr [rdi]
But the assembler does not accept "ptr" keyword, it wants:
mov rsi, qword [rdi]
So it is inconvinient to re…
-
I tried to run this, but it just hangs. :crying_cat_face:
``` asm
mov xmm0, 0x0123456789abcdef
```
-
hi! Thank you so much for this wonderful product! I need touch screens for useability, it helps my hands , and SumatraPdf works so wonderfully providing the TOC / headers , jump-to's, easy reading, an…