[Vm-dev] building intel mac VM: mactypes.h not found

Damien Pollet damien.pollet at gmail.com
Wed May 2 22:29:11 UTC 2007


OK, I fixed a bunch of those case sensitiveness bugs, patch attached.


On 03/05/07, Damien Pollet <damien.pollet at gmail.com> wrote:
> Hmm I think the problem was that the actual file has a camelcase name
> (/Developer/Headers/FlatCarbon/MacTypes.h is the only file that
> spotlight finds with this name).
>
> It's included as mactypes.h in lowercase in the code and I formatted
> my disk in case-sensitive HFS+.
>
> Same for Types.h and TextUtils.h…
>
> Then I get:
> /Volumes/Ogeima/Users/dpollet/Documents/Development/Squeak/squeak-svn/platforms/Mac
> OS/plugins/JoystickTabletPlugin/HID_Utilities.h:57:32:
> IOKit/HID/IOHIDLib.h: No such file or directory
>
> …which only exists in the 10.4 SDK but the project file mentions
> 10.3.9… investigating that now.
>
> On 02/05/07, Andreas Raab <andreas.raab at gmx.de> wrote:
> >
> > I remember seeing this problem; it was something related to importing
> > the frameworks correctly.
> >
> > Cheers,
> >    - Andreas
> >
> > Damien Pollet wrote:
> > >
> > >
> > >
> > > ------------------------------------------------------------------------
> > >
> > > Here is what XCode says:
> > >
> > > In file included from
> > > /Volumes/Ogeima/Users/dpollet/Documents/Development/Squeak/squeak-svn/src/vm/intplugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c:18:
> > >
> > > /Volumes/Ogeima/Users/dpollet/Documents/Development/Squeak/squeak-svn/platforms/Mac
> > >
> > > OS/vm/sqConfig.h:4:22: mactypes.h: No such file or directory
> > >
> > > This is with a just dezipped xcode project, I have both 10.3.9 and
> > > 10.4 SDKs… what's the problem ?
> > >
> >
>
>
> --
> Damien Pollet
> type less, do more [ | ] http://typo.cdlm.fasmz.org
>


-- 
Damien Pollet
type less, do more [ | ] http://typo.cdlm.fasmz.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: case-sensitive-mac-headers.patch
Type: application/octet-stream
Size: 5597 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20070503/0fdce9af/case-sensitive-mac-headers.obj


More information about the Vm-dev mailing list