Skip to content

Compile error with latest 1.0.35 #25

@ghost

Description

Hi Sam

Thanks for the latest updates. I get a compile error with Xcode 4.3.1 on 10.7.3 (make lion):
Merlin:revoboot dave$ make lion
================= make all for i386 =================
/Users/dave/revoboot/obj/i386 /Users/dave/revoboot/sym/i386 /Users/dave/revoboot/dst
================= make all for util =================
================= make all for libsa =================
================= make all for libsaio =================
cc -Os -Oz -arch i386 -g -Wmost -D__ARCHITECTURE__="i386" -DSAIO_INTERNAL_USER -DRCZ_COMPRESSED_FILE_SUPPORT -DNOTHING -DREVOBOOT_VERSION_INFO="RevoBoot\ vcat ../../VERSION" -DMAKE_TARGET_OS=echo 2; -fno-builtin -static -mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector -march=pentium4 -msse2 -mfpmath=sse -msoft-float -c -I. -I/Users/dave/revoboot/sym/i386 -I../util -I../libsa bootstruct.c -o /Users/dave/revoboot/obj/i386/libsaio/bootstruct.o
-MD -dependency-file /Users/dave/revoboot/obj/i386/libsaio/bootstruct.d
clang: warning: argument unused during compilation: '-mpreferred-stack-boundary=2'
clang: warning: argument unused during compilation: '-fno-align-functions'
clang: warning: argument unused during compilation: '-mfpmath=sse'
bootstruct.c:188:12: error: no member named 'FSBFrequency' in
'struct boot_args_new'
bootArgs->FSBFrequency = gPlatform.CPU.FSBFrequency;
~~~~~~~~ ^
1 error generated.
make[2]: *** [bootstruct.o] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions