Ofunniku / dwarftherapist

Automatically exported from code.google.com/p/dwarftherapist
Other
0 stars 0 forks source link

Compiling in Linux #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. For compiling in Linux, the file "dwarftherapist.pri" needs to be
upgraded to include all thee new files.

2. In file "/inc/models/dwarfmodel.h" I needed to change from:
QModelIndex DwarfModel::findOne(...
QList<QPersistentModelIndex> DwarfModel::findAll(...
to
QModelIndex findOne(...
QList<QPersistentModelIndex> findAll(...

Linux 2.6.31-ARCH
gcc version 4.4.2
QMake version 2.01a Using Qt version 4.5.3

Original issue reported on code.google.com by Surmakyy...@gmail.com on 19 Nov 2009 at 5:37

GoogleCodeExporter commented 9 years ago
Here's an svn diff against the latest trunk that takes care of this.  (I 
suspect a
better long-term solution would be to get VS to run the .sln -> .pro translator
automatically, perhaps as a build step?)

Original comment by kutu...@gmail.com on 28 Nov 2009 at 3:56

Attachments:

GoogleCodeExporter commented 9 years ago
Does trunk build cleanly on linux at the moment? I have this packaged for Arch, 
and
available as a binary snapshot in the Arch-Games repo. It's currently at r296, 
will
it work to update it now?

Original comment by daen...@gmail.com on 12 Jan 2010 at 2:21

GoogleCodeExporter commented 9 years ago
Not at the moment. r296 is still the last one I ever personally built for 
Linux. I 
appreciate the packaging effort, but it might be a bit premature for this 
project. r296 
was the first one ever got working for Linux, it's not really meant to be a 
true 
release yet.

Original comment by treyst...@gmail.com on 12 Jan 2010 at 2:40

GoogleCodeExporter commented 9 years ago
Issue 168 has been merged into this issue.

Original comment by treyst...@gmail.com on 22 Feb 2010 at 9:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by mochn...@gmail.com on 22 Feb 2010 at 10:09

GoogleCodeExporter commented 9 years ago

Original comment by mochn...@gmail.com on 22 Feb 2010 at 10:10

GoogleCodeExporter commented 9 years ago
Issue 155 has been merged into this issue.

Original comment by treyst...@gmail.com on 6 Apr 2010 at 10:04

GoogleCodeExporter commented 9 years ago

Original comment by treyst...@gmail.com on 6 Apr 2010 at 10:04

GoogleCodeExporter commented 9 years ago

Original comment by treyst...@gmail.com on 3 Jun 2010 at 10:13