Other Mac OS X tips

Fink doesn't contain a CEDET package. I've created a one complete package of CEDET 1.0pre4.

Download and install fink package:

$ wget -c http://sumoudou.org/hoka/sofuto/fink/cedet_1.0pre4_darwin-i386.deb
# dpkg -i cedet_1.0pre4_darwin-i386.deb

I've also compiled cedet_1.0pre6_darwin-i386.deb, however it doesn't work properly, for instance showing no functions in php files with PHP mode. Didn't investigate why. Only get the following in the Messages buffer: *Warning* default value of <<no-type>> tokens changed to T_IF, was T_EXIT *Warning* default value of <code> tokens changed to EPILOGUE, was PROLOGUE This is associated with cedet upgrade from 1.0pre4 to 1.0pre6. There is also the following in the Messages buffer: Error during redisplay: (void-variable default) [3 times] However this is there in both instances and doesn't affect PHP functions display of ECB with PHP mode.


.