[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2015-05-17 Thread Marko Lindqvist
Update of bug #18200 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2015-05-15 Thread Marko Lindqvist
Update of bug #18200 (project freeciv): Assigned to:None => cazfi ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2015-04-29 Thread Alexey Novikov
Follow-up Comment #18, bug #18200 (project freeciv): New patch uploaded. There are 2 major changes besides fixes promised. ([https://gna.org/bugs/download.php?file_id=24404 file#24404) Summary of changes: 1) (General) Actually FC_QT5 is called three times during autoconfig. I've replaced FC_QT5

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2015-04-29 Thread Marko Lindqvist
Update of bug #18200 (project freeciv): Status: In Progress => Ready For Test ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2015-04-29 Thread Alexey Novikov
Additional Item Attachment, bug #18200 (project freeciv): File name: Qt5FrameworkDetect_18200_4.patch Size:3 KB ___ Reply to this item at: ___ Message sent via/

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2015-04-29 Thread Alexey Novikov
Follow-up Comment #17, bug #18200 (project freeciv): Marko, thank you for feedback. I'll upload an updated patch later today. > - qt5-darwin.m4 needs to be added to Makefile.am I'll do. > - In FC_QT5_DARWIN_COMPILETEST value of CPPFADD seems suspicious (but I don't have Mac to test this) in case

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2015-04-28 Thread Marko Lindqvist
Update of bug #18200 (project freeciv): Status: Ready For Test => In Progress ___ Follow-up Comment #16: - qt5-darwin.m4 needs to be added to Makefile.am - In FC_QT5_DARWIN_COMPILETEST value of CPPFAD

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2015-03-24 Thread Marko Lindqvist
Update of bug #18200 (project freeciv): Category:None => bootstrap Status:None => Ready For Test Assigned to: cazfi => None Planned Release:

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2015-03-24 Thread Alexey Novikov
Follow-up Comment #15, bug #18200 (project freeciv): Hi everybody, My name is Alexey Novikov, I'm new to freeciv project. I'm C++ and Qt developer ( and civ-fan, of course :) Seems like I've resolved this problem. The point is setup correct paths. (Normally it is the job for "qmake"). Fortunately

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2015-03-24 Thread Alexey Novikov
Additional Item Attachment, bug #18200 (project freeciv): File name: Qt5FrameworkDetect_18200_3.patch Size:4 KB ___ Reply to this item at: ___ Message sent via/

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

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

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2012-06-17 Thread Jacob Nevins
Follow-up Comment #14, bug #18200 (project freeciv): This looks stalled. Since it looks like it only affects the Qt client, which isn't in an interesting state in S2_4, I'm inclined to remove the 2.4.0 release target. ___ Reply to this item

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2011-06-19 Thread David Lowe
Follow-up Comment #13, bug #18200 (project freeciv): I finally got a useful reply back from the Qt forum. 'libQtGui' exists in the framework as '/Library/Frameworks/QtGui.framework/Versions/4/QtGui'. Interestingly, when i do a locate for that, i get a hundred hits, including every header file i

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2011-06-16 Thread Marko Lindqvist
Update of bug #18200 (project freeciv): Depends on: => bugs #18227 ___ Reply to this item at: ___ Message sen

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2011-06-16 Thread David Lowe
Additional Item Attachment, bug #18200 (project freeciv): File name: config-QtFrameworkDetect_18200-2.log Size:102 KB ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2011-06-15 Thread Marko Lindqvist
Follow-up Comment #12, bug #18200 (project freeciv): That Makefile was very helpful, thank you. I noticed that it passes to compiler some parameters that I cannot find from any gcc documentation. My guess is that Mac OS gcc/g++ is modified special version, and you really need that to use framewor

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2011-06-15 Thread David Lowe
Follow-up Comment #11, bug #18200 (project freeciv): Looking at the makefile, it seems i was partially mistaken: there *is* some Qt stuff in /usr/include. QtUiTools/quiloader.h QtUiTools/QUiLoader QtUiTools/QtUiTools I don't see a corresponding directory for SDL, though. (file #13213)

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2011-06-15 Thread Marko Lindqvist
Follow-up Comment #10, bug #18200 (project freeciv): I wonder if we could check where qmake finds the libraries. Can you send me some makefile generated by qmake? ___ Reply to this item at:

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2011-06-15 Thread David Lowe
Follow-up Comment #9, bug #18200 (project freeciv): Neither locate command gets a result. Strangely enough when i manually inspect QtGui.framework, it has no libQtGui or anything remotely like that. Other than the headers and XML file, i only see this: ls -R /Library/Frameworks/QtGui.framewor

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2011-06-14 Thread Marko Lindqvist
Update of bug #18200 (project freeciv): Planned Release: => 2.4.0 Summary: Configure is unable to detect frameworks => Configure does not support Mac OS Framework-style Qt installation ___