[AD] MacPort big bug - patches - update |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
sorry for not responding..., i am too busy with university and work
the mac port was broken since 3.9.35 (close button hooks, changed system
driver structure)
added ppc asm directory/files
there are an fix/update for mac port in
http://sites.uol.com.br/r.yamada/allegro/macpatch.zip (44Kb)
instructions in file howupdate.txt inside
someone should apply this change in CVS
to make tools work propely on macos...
add lines to in File /allegro/tools/datedit.c
old
90 #else
91 #error unknown platform
92 #endif
new
90 #elif defined ALLEGRO_MPW
91 #include "::obj:mpw:plugins.h"
92 #else
93 #error unknown platform
94 #endif
the path separator is with ":" OK
thanks for now
Ronaldo