Bug 196 - PulseView won't compile on OSX 10.9 (Mavericks)
Summary: PulseView won't compile on OSX 10.9 (Mavericks)
Status: RESOLVED FIXED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Build system (show other bugs)
Version: 0.1.0
Hardware: x86 Mac OS X
: Normal normal
Target Milestone: PulseView 0.3.0
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-29 20:06 CET by kakuro69
Modified: 2014-02-10 15:35 CET (History)
2 users (show)



Attachments
Resolve ambiguities when building on newer OS X. (39.53 KB, patch)
2013-12-02 14:56 CET, Joseph Lane
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kakuro69 2013-11-29 20:06:47 CET
Hi! I've tried to compile PulseView under OSX 10.9 but it doesn't like OSX 10.9. It won't compile ("This version of Mac OS X is unsupported") however if I change MAC_OS_X_VERSION_10_8 (in qglobal.h) to MAC_OS_X_VERSION_10_9 it will continue until it stops again with many errors.

I'm using QT 4.8.5
Comment 1 Joseph Lane 2013-12-02 14:56:30 CET
Created attachment 45 [details]
Resolve ambiguities when building on newer OS X.
Comment 2 Joel Holdsworth 2013-12-29 01:44:26 CET
This bug will be solved by moving to C++11 std::shared_ptrs in 0.3
Comment 3 Joel Holdsworth 2014-01-07 10:03:21 CET
Rene and I fixed these things by putting in explicit namespace references rather than blanket "using namespace boost" with "using namespace std"
Comment 4 Uwe Hermann 2014-02-10 15:35:17 CET
This was 819f4c25391a9c74d3d2f528d462142d5c4aad4d, I think.