Project

General

Profile

Actions

Emulator Issues #5553

closed

error compiling on 64bit crunchbang wheezy

Added by rogerrabbitsclone almost 12 years ago.

Status:
Won't fix
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

the following is what i think (within my limited knowledge) would be needed for a bug report.

system:
crunchbang linux 64 "wheezy"
thinkpad t420
intel i7 vPro

followed instructions for compiling on linux from dolphin wiki:
http://code.google.com/p/dolphin-emu/wiki/Linux_Build

googled error code, found match on here says its resolved:
http://code.google.com/p/dolphin-emu/issues/detail?id=5347

i double checked my code against this bugfix but i didnt get too far:
http://code.google.com/p/dolphin-emu/source/detail?r=722480cb2e86

here is the error i get:
[ 56%] Building CXX object Source/Core/Common/CMakeFiles/common.dir/Src/MemArena.cpp.o
In file included from /home/harry/dolphin-emu/Source/Core/Common/Src/MemArena.cpp:20:
/home/harry/dolphin-emu/Source/Core/Common/Src/MemArena.h:37: error: ‘nullptr’ was not declared in this scope
/home/harry/dolphin-emu/Source/Core/Common/Src/MemArena.cpp: In member function ‘void* MemArena::CreateView(s64, size_t, void*)’:
/home/harry/dolphin-emu/Source/Core/Common/Src/MemArena.cpp:69: error: ‘nullptr’ was not declared in this scope
/home/harry/dolphin-emu/Source/Core/Common/Src/MemArena.cpp: In function ‘bool Memory_TryBase(u8*, const MemoryView*, int, u32, MemArena*)’:
/home/harry/dolphin-emu/Source/Core/Common/Src/MemArena.cpp:162: error: the default argument for parameter 2 of ‘void* MemArena::CreateView(s64, size_t, void*)’ has not yet been parsed
make[2]: *** [Source/Core/Common/CMakeFiles/common.dir/Src/MemArena.cpp.o] Error 1
make[1]: *** [Source/Core/Common/CMakeFiles/common.dir/all] Error 2
make: *** [all] Error 2

Actions

Also available in: Atom PDF