Closed
Bug 942807
Opened 11 years ago
Closed 7 years ago
Cannot build emulator in Mac OS X 10.8 (Mountain Lion)
Categories
(Firefox OS Graveyard :: Emulator, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ferjm, Unassigned)
References
Details
host C++: emulator-libelff <= external/qemu/elff/elf_alloc.cc
In file included from external/qemu/distrib/sdl-1.2.12/src/video/maccommon/../macrom/SDL_romvideo.h:27:0,
from external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse_c.h:24,
from external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:38:
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/../macrom/../maccommon/SDL_lowvideo.h:59:2: error: unknown type name 'PaletteHandle'
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:43:2: error: unknown type name 'Cursor'
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c: In function 'Mac_CreateWMCursor':
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:75:41: error: request for member 'data' in something not a structure or union
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:75:111: error: request for member 'data' in something not a structure or union
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:75:172: error: request for member 'data' in something not a structure or union
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:75:224: error: request for member 'data' in something not a structure or union
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:79:41: error: request for member 'mask' in something not a structure or union
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:79:111: error: request for member 'mask' in something not a structure or union
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:79:172: error: request for member 'mask' in something not a structure or union
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:79:224: error: request for member 'mask' in something not a structure or union
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:82:14: error: request for member 'hotSpot' in something not a structure or union
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:83:14: error: request for member 'hotSpot' in something not a structure or union
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c: In function 'Mac_ShowWMCursor':
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:95:4: warning: implicit declaration of function 'HideCursor' [-Wimplicit-function-declaration]
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:99:3: warning: implicit declaration of function 'SetCursor' [-Wimplicit-function-declaration]
external/qemu/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.c:101:4: warning: implicit declaration of function 'ShowCursor' [-Wimplicit-function-declaration]
make: *** [out/host/darwin-x86/obj/STATIC_LIBRARIES/emulator-libui_intermediates/distrib/sdl-1.2.12/src/video/maccommon/SDL_macmouse.o] Error 1
make: *** Waiting for unfinished jobs....
It seems that sdl-1.2.12 can't be built in Mountain Lion. sdl-1.2.15 can be built though, and it seems that Android is currently using this version https://github.com/android/platform_external_qemu/tree/master/distrib/sdl-1.2.15
Comment 1•11 years ago
|
||
See also bug 935776, build emulator-jb, emulator-kk in Mac OS X 10.9 Mavericks.
Comment 2•11 years ago
|
||
Is there anyway I can have a 10.8 system on 10.9? Some kind of Mac emulator? We can already build emulator on 10.9 (bug 935776). I'm glad to help if I can build-up an 10.8 environment.
Comment 3•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•