On Mittwoch, Juli 25, 2001, at 11:45 Uhr, W. Michael Petullo wrote:> I recently began working on an application which will combine > Ogg Vorbis with QuickTime on the Linux platform. I am using Ogg > Vorbis 1.0rc1 and Adam Williams' QuickTime for Linux 1.3 library > (http://www.heroinewarrior.com/quicktime.php3).Try OpenQuickTime: http://openquicktime.sourceforge.net/ Best regards, Markus Teschner --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
I recently began working on an application which will combine Ogg Vorbis with QuickTime on the Linux platform. I am using Ogg Vorbis 1.0rc1 and Adam Williams' QuickTime for Linux 1.3 library (http://www.heroinewarrior.com/quicktime.php3). I am having a strange problem. As soon as I #include <quicktime/quicktime.h>, the code causes a segmentation fault when run. When I look at it with gdb, it seems as though the program's main loop is not even reached. I don't even need to define any types from quicktime.h or use any of its functions. If quicktime.h is included, the code causes a segmentation fault. If the quicktime.h include is commented out, there is no problem (except, of course I can't use its functionality). Do you have any ideas of what could be causing this? I have never run into anything like this, though I suspect it is due to some type of name-space conflict. I would appreciate any help. Thank you. -- Mike :wq --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> I recently began working on an application which will combine > Ogg Vorbis with QuickTime on the Linux platform. I am using Ogg > Vorbis 1.0rc1 and Adam Williams' QuickTime for Linux 1.3 library > (http://www.heroinewarrior.com/quicktime.php3). > > I am having a strange problem. > > As soon as I #include <quicktime/quicktime.h>, the code causes a > segmentation fault when run. When I look at it with gdb, it seems > as though the program's main loop is not even reached. I don't even > need to define any types from quicktime.h or use any of its functions. > If quicktime.h is included, the code causes a segmentation fault. > If the quicktime.h include is commented out, there is no problem (except, > of course I can't use its functionality).After upgrading to gcc 3.0, my problem went away -- or so it seemed. However, the problem reappeared when I tried to include some more header files. Downgrading to egcs 2.91.66 seemed to fix everything. -- Mike :wq --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.