Opened 8 years ago

Closed 8 years ago

Last modified 5 years ago

#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 wjp, 8 years ago

Did you accidentally edit that file? It should read getFramePos.

comment:2 by SF/legluondunet, 8 years ago

no I didn't.

comment:3 by wjp, 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:4 by SF/legluondunet, 8 years ago

I tried again and it finally compiled. Sorry for the bad alert. Thanks.

comment:5 by wjp, 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 wjp, 8 years ago

Owner: set to wjp
Resolution: invalid
Status: newclosed

comment:7 by digitall, 5 years ago

Component: Port: Linux
Note: See TracTickets for help on using tickets.