|
From: Michael L. <Mic...@hr...> - 2001-04-13 18:51:13
|
On Thu, 12 Apr 2001 19:13:02 +0200, Oliver Strutynski wrote: > >I was able to build the lookat sample by editing the makefiles and removing >some image loading code, but I did not manage to build a real shared library. >(I must admit though, that I am in no way an automake or mac expert, so I >guess it is not really a big problem to build libraries as well). So now I >should be able to port my application to OS-X using static linkage at least. > >If anyone is interested in the patches I can send them to you personally >sometime next week when I have access to my university's apple computers >again. Cool. I haven't started looking at this yet, but your patches should make it easier to figure out what permanent adjustments need to be made to the automake setup. Your problem with the image loading code is presumably that you were just missing the required supporting libraries (zlib, jpeg and gif libraries) in your build setup? If that is the case then that should be no problem to resolve. Ideally, the QuickTime API should be used to load images since the jpeg and gif libraries are really redundant on Mac OS. I've seen some example code for doing this and I think that it should be easy to implement. I hope to find time to look at this before the summer. Michael. -- http://home.enitel.no/mlouka/ |