#7161 closed defect (invalid)
error compile on ubuntu xenial
Reported by: | SF/legluondunet | Owned by: | wjp |
---|---|---|---|
Priority: | normal | Component: | Port: Linux |
Version: | Keywords: | ||
Cc: | Game: |
Description
Hello,
I just tried to compile the last git code and I obtain this compilation error:
RANLIB engines/made/libmade.a C++ engines/mads/dragonsphere/game_dragonsphere.o C++ engines/mads/dragonsphere/dragonsphere_scenes.o C++ engines/mads/dragonsphere/dragonsphere_scenes1.o C++ engines/mads/dragonsphere/globals_dragonsphere.o C++ engines/mads/phantom/game_phantom.o C++ engines/mads/phantom/globals_phantom.o C++ engines/mads/phantom/phantom_scenes.o C++ engines/mads/phantom/phantom_scenes1.o C++ engines/mads/phantom/phantom_scenes2.o C++ engines/mads/phantom/phantom_scenes3.o C++ engines/mads/phantom/phantom_scenes4.o engines/mads/phantom/phantom_scenes4.cpp: In member function ‘virtual void MADS::Phantom::Scene406::enter()’: engines/mads/phantom/phantom_scenes4.cpp:1637:69: error: ‘class MADS::SpriteAsset’ has no member named ‘getFraiePos’ Common::Point pos = _scene->_sprites[_globals._spriteIndexes[1]]->getFraiePos ^ Makefile.common:103 : la recette pour la cible « engines/mads/phantom/phantom_scenes4.o » a échouée make: *** [engines/mads/phantom/phantom_scenes4.o] Erreur 1
Thank you for your help.
LGDN Ubuntu Xenial
Ticket imported from: bugs/7161.
Change History (7)
comment:1 by , 8 years ago
comment:3 by , 8 years ago
This is that line in current git: https://github.com/scummvm/scummvm/blob/master/engines/mads/phantom/phantom_scenes4.cpp#L1637
comment:5 by , 8 years ago
Glad to hear it. Might've been a memory or hard-disk glitch; the letters i
and m
only differ by 1 bit.
comment:6 by , 8 years ago
Owner: | set to |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:7 by , 6 years ago
Component: | → Port: Linux |
---|
Did you accidentally edit that file? It should read
getFramePos
.