Hi all, I have updated the v4.2 hg tree with bunch of changes. Most of them are related with the VxWorks port I have been working on. However this porting project is on hold for the time being (in no way functional) and I had to merge this stuff to keep it sync with the main tree.
Another addition is an experimental phpmake system. The idea of this stuff is to add embedded PHP code to makefiles and the .h/.c/.inc files. If the configure script is executed with the --use-phpmake switch then the configure script will create Makefile.php files instead of normal makefiles. At the end these files will be run through the PHP command. In addition makefile rules will be added to convert all .PHc, .PHh and .PHinc files tgo .c, .h and .inc files. The ultimate goal is capability to add embedded PHP code to the sources that is handled by project specific PHP functions to create the final C sources. At this moment this feature is incomplete and doesn't do anything usefull. Before using --use-phpmake you need to copy the utils/phpmake script to your path and to execute export PHPMAKE_PROJECT=default These changes may have caused some side effects. It is possible that other than Linux versions don't compile. Also the oss_allegro driver was (temporarily) moved to attic/drv because it seems to use ULONG/DWORD/etc types inconsistently and I didn't have time to figure out how to fix it. Best regards, Hannu _______________________________________________ oss-devel mailing list oss-devel@mailman.opensound.com http://mailman.opensound.com/mailman/listinfo/oss-devel