[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2016-06-21 Thread Marko Lindqvist
Update of bug #18227 (project freeciv): Assigned to: cazfi => None ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2015-01-03 Thread Marko Lindqvist
Update of bug #18227 (project freeciv): Operating System:None => Mac OS Planned Release: 2.5.0 => ___ Reply to this item at:

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2014-11-17 Thread David Lowe
Follow-up Comment #16, bug #18227 (project freeciv): > The Qt client is only a stub in S2_4, so I wouldn't consider it very important, unless it > can screw up ordinary "configure" even if user doesn't ask for Qt client? True, this does not prevent configuring or building other GUIs. >Any news o

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2014-11-16 Thread Marko Lindqvist
Follow-up Comment #15, bug #18227 (project freeciv): > MOCCMD=/path/to/moc ./configure --enable-client=qt --with-qt5-includes=/path/to/qt5/includes --with-qt5-libs=/path/to/qt5/libs If that ends to some documentation or recommendation, let's make it > ./configure MOCCMD=/path/to/moc --enable-cli

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2014-11-16 Thread mir3x
Follow-up Comment #14, bug #18227 (project freeciv): Now it should go easily with something like that: MOCCMD=/path/to/moc ./configure --enable-client=qt --with-qt5-includes=/path/to/qt5/includes --with-qt5-libs=/path/to/qt5/libs ___ Repl

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2014-11-15 Thread Jacob Nevins
Follow-up Comment #13, bug #18227 (project freeciv): Any news on this? Is it MacOS-specific? ___ Reply to this item at: ___ Message sent via/by Gna! http://gna

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2014-01-27 Thread Jacob Nevins
Update of bug #18227 (project freeciv): Planned Release: => 2.5.0 ___ Follow-up Comment #12: Assuming 2.5.0 target as a minimum, since Qt is expected to be usable in that. ___

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2012-07-02 Thread Marko Lindqvist
Update of bug #18227 (project freeciv): Planned Release: 2.4.0 => ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2012-06-17 Thread Jacob Nevins
Follow-up Comment #11, bug #18227 (project freeciv): Is this going to make 2.4.0? The Qt client is only a stub in S2_4, so I wouldn't consider it very important, unless it can screw up ordinary "configure" even if user doesn't ask for Qt client? ___

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2011-06-18 Thread Marko Lindqvist
Follow-up Comment #10, bug #18227 (project freeciv): Your latest config.log shows exactly same error message than before, which makes no sense with latest version of my patch - it errors to code that simply doesn't exist. So you have not applied latest version of the patch, one from comment #5.

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2011-06-17 Thread David Lowe
Additional Item Attachment, bug #18227 (project freeciv): File name: config-ConfConstructor_18227.log Size:102 KB ___ Reply to this item at: ___ Message sent v

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2011-06-17 Thread David Lowe
Follow-up Comment #9, bug #18227 (project freeciv): "Are you sure you had no other patches already applied that may conflict with this one? Actually, even though I'm developing patches for bug #18200 and this at the same time, I have not checked if these patches can be applied simultaneously..."

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2011-06-16 Thread Marko Lindqvist
Follow-up Comment #8, bug #18227 (project freeciv): Are you sure you had no other patches already applied that may conflict with this one? Actually, even though I'm developing patches for bug #18200 and this at the same time, I have not checked if these patches can be applied simultaneously... I

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2011-06-16 Thread David Lowe
Follow-up Comment #7, bug #18227 (project freeciv): Did i do this right? David-Lowes-MacBook-Pro:freeciv (488) $ patch -p1 < /Users/doctorjlowe/Downloads/QApplicationConfConstructor_18227.diff patching file m4/qt-client.m4 Hunk #1 FAILED at 89. Hunk #2 FAILED at 109. 2 out of 2 hunks FAILED --

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2011-06-16 Thread David Lowe
Follow-up Comment #6, bug #18227 (project freeciv): I can't find a version string, but i got the package just last month. I think therefore that it must 4.7.3 . The SDK is labelled as 1.1.1 . ___ Reply to this item at:

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2011-06-15 Thread Marko Lindqvist
Follow-up Comment #5, bug #18227 (project freeciv): Attached patch makes test to use different QApplication constructor. (file #13214) ___ Additional Item Attachment: File name: QApplicationConfConstructor_18227.diff Size:0 KB _

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2011-06-15 Thread Marko Lindqvist
Follow-up Comment #4, bug #18227 (project freeciv): Which version of Qt you have exactly? All the documentation I found with google stated that there is QApplication::Qapplication(int, char**) -constructor available, but the error message in your config.log claims that there is no such constructo

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2011-06-15 Thread David Lowe
Follow-up Comment #3, bug #18227 (project freeciv): Here we go again: David-Lowes-MacBook-Pro:~ (467) $ cd ~/freeciv/build David-Lowes-MacBook-Pro:build (468) $ CXXFLAGS="-I/Library/Frameworks/QtGUI.framework/Versions/4/Headers -I/Library/Frameworks/QtCore.framework/Versions/4/Headers" LDFLAGS="

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2011-06-15 Thread Marko Lindqvist
Follow-up Comment #2, bug #18227 (project freeciv): In comment #1 test it had again failed to find QApplication header at all. Did you use the same commandline as before (or also second patch from bug #18200) Just to clarify: This ticket is about failure to compile test program *when QApplicatio

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2011-06-15 Thread David Lowe
Follow-up Comment #1, bug #18227 (project freeciv): The latest log is attached. Summary: instead of "no matching function", we now get "'QApplication' was not declared in this scope". (file #13208) ___ Additional Item Attachment: File na

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2011-06-14 Thread Marko Lindqvist
URL: Summary: Qt-client configure check test program compilation fails Project: Freeciv Submitted by: cazfi Submitted on: Wed 15 Jun 2011 03:38:25 AM EEST Category: bootstrap S