ChrisZim / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

Fedora 8 doesn't compile x86 (not x86_64) #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
*With qt4 and qt4-devel with the latest packages from yum*

It doesn't compile at all (even with QT_ARCH=i386) on Fedora 8. (maybe I'm 
doing something wrong).

You know me and usually I'll be at least able to compile the program but I 
couldn't even do that this time.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:21

GoogleCodeExporter commented 9 years ago
Interesting, OK, I'll have to setup a FC8 VM (I have to be honest, I've never 
tested on it). And I'll figure out what went wrong.

Can you specify the exact error? If not please verify that you ran the 
following steps:

    $ qmake QT_ARCH=i386
    $ make

Original comment by evan.teran on 3 Oct 2012 at 3:49