Opened 15 years ago
Closed 15 years ago
#104 closed defect/bug (fixed)
no byteswap.h under OS X
Reported by: | andi@… | Owned by: | spaetz |
---|---|---|---|
Priority: | minor | Milestone: | version 0.1.0 |
Component: | core | Version: | git master |
Severity: | Keywords: | endian, mac | |
Cc: |
Description
Hi,
if i try to build Navi under OS X 10.5 with fink i get some errors because there is no byteswap.h, which is only availible at debian/ubuntu.
Maybe you could include some code to get around this.
Someone at #fink told me this is an good example how this could be done: http://gitweb.freedesktop.org/?p=xorg/xserver.git;a=blob;h=cdf6b15f039c4905d8d54152153b0a3ecd7aba55;hb=415e49b940bba2d08870db410ebb47d2add5d836;f=GL/glx/glxbyteorder.h
Thanks in advance, Andi
Change History (3)
comment:1 Changed 15 years ago by KaZeR
- Milestone set to version 0.1.0
- Owner changed from somebody to KaZeR
- Status changed from new to assigned
comment:2 Changed 15 years ago by spaetz
- Keywords endian mac added
- Owner changed from KaZeR to spaetz
- Status changed from assigned to new
- Version set to cvs
Committed revision 1065.
This was fixed based on the above code, thanks for the link. navit now compiles and runs on my PPC Powerbook.
comment:3 Changed 15 years ago by spaetz
- Resolution set to fixed
- Status changed from new to closed
Would you mind submitting a patch? Mainly because we can't test it by ourselves.