extfs_unix.cpp ??

About SheepShaver, a PPC Mac emulator for Windows, MacOS X, and Linux that can run System 7.5.3 to MacOS 9.0.4.

Moderators: Cat_7, Ronald P. Regensburg, ClockWise

Post Reply
galgot
Granny Smith
Posts: 119
Joined: Thu Feb 13, 2014 3:59 pm

extfs_unix.cpp ??

Post by galgot »

Hi... Me again and my questions ...

Tried building SheepShaver on Debian 8 PPC . I did :
NO_CONFIGURE=1 ./autogen.sh
./configure /configure --enable-sdl-video --enable-sdl-audio
make

Configure works fine, but then Make gives me an error :

-c extfs_unix.cpp -o obj/extfs_unix.o
extfs_unix.cpp: In function ‘void set_finfo(const char*, uint32, uint32, bool)’:
extfs_unix.cpp:261:77: error: ‘MacTimeToTime’ was not declared in this scope
times.actime = MacTimeToTime(ReadMacInt32(finfo - ioFlFndrInfo + ioFlCrDat));
^
Makefile:194: recipe for target 'obj/extfs_unix.o' failed
make: *** [obj/extfs_unix.o] Error 1

Here is were it starts to fail, I suppose it's related to "extfs_unix.cpp" ... :)

Any idea how to fix that ?
Post Reply