|
I have build csound5GUI and winsound on OSX 10.4 and they seem
to be working as expected. I will include these with the new installers.
Building libfltk took a little fiddling. Here's what you have to do:
1. It is worth deleting your old libfltk files in /usr/local/lib
2. ./configure --enable-shared --enable-threads
3. Then you'll have to edit ./Makeinclude
change
DSOCOMMAND = $(CC) ...
for
DSOCOMMAND = $(CXX) ...
4. Then there is a typo in src/Makefile. In the target lib_images.1.1.dylib
change
-L.$(LDLIBS)
for
-L. $(LDLIBS)
put a space on it.
5. After this you can run make; make install
Seems to be working OK on OSX 10.4. Whatever was wrong with 1.1.6 is now
fixed.
Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |