Project

General

Profile

Actions

Emulator Issues #9606

closed

Build fails on Ubuntu 14.04 after analytics merge

Added by Aestek almost 8 years ago. Updated almost 8 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Current
Regression:
Yes
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

I cannot build dolphin on latest master rev (d9b687f5e2f1bc4d070363c4acdef9894326468e) unless I force libCURL to external in CMakeLists.txt.
Here is the error I get when building :

/home/aestek/dev/dolphin-emu/Source/Core/Common/Analytics.cpp: In constructor ‘Common::HttpAnalyticsBackend::HttpAnalyticsBackend(const string&)’:
/home/aestek/dev/dolphin-emu/Source/Core/Common/Analytics.cpp:207:26: error: ‘CURLOPT_SSL_ENABLE_ALPN’ was not declared in this scope
   curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_ALPN, false);
                          ^

I run Ubuntu 14.04 (old ik, do dolphin support this OS ?) with curl 7.35.0 (x86_64-pc-linux-gnu) libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3

It works fine with External lib.

Actions #1

Updated by JosJuice almost 8 years ago

  • Milestone set to Current
  • Regression changed from No to Yes
Actions #2

Updated by JosJuice almost 8 years ago

  • Status changed from New to Fix pending
Actions #3

Updated by delroth almost 8 years ago

  • Status changed from Fix pending to Fixed
Actions

Also available in: Atom PDF