Project

General

Profile

Actions

Emulator Issues #444

closed

FTBFS (r1704)

Added by tinctorius over 15 years ago.

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

0%

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

Description

Dolphin svn (r1704) fails to build from source.

It misses includes of the <cmath> headers in

  • Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
  • Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.cpp

It fails to build Plugin_nJoy_Testing because it can't find the wx/*
includes. Adding a dependency on env['HAVE_WX'] in the relevant SConscript
file seems to fix it.

It doesn't define LogManager::m_LogSettings, causing a linker error for
Source/Core/Core/Src/libcore.a. Defining it in
Source/Core/Core/Src/LogManager.cpp fixes it.

Actions

Also available in: Atom PDF