Problems with ./configure?

2000-09-19 Thread Chris Kuklewicz

While I wait for musicbrainz compile, I will ask about a few peculiar
problems I saw last night.

I did a make clean, and ./configure again, but this time I explicitly
set --enable-esd.

But it did not enable esound.pmo in Makefile-plugins.

Leaving out --enable-esd fixed it.

At the moment, I am preemptively adding code to check all use of
pointers in the cpp files for the musicbrowser.  Since gdb and the
core file are useless to me, I need to catch the SEGFAULT before it
dies, so it can tell me what part of what function is about kick the
bucket.

___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev



RE: Problems with ./configure?

2000-09-19 Thread Isaac Richards


On 20-Sep-2000 Chris Kuklewicz wrote:
 While I wait for musicbrainz compile, I will ask about a few peculiar
 problems I saw last night.
 
 I did a make clean, and ./configure again, but this time I explicitly
 set --enable-esd.

see configure --help.  basically, there's no --enable-esd, just --disable-esd. 
configure's silly and thinks they're interchangeable.

 At the moment, I am preemptively adding code to check all use of
 pointers in the cpp files for the musicbrowser.  Since gdb and the
 core file are useless to me, I need to catch the SEGFAULT before it
 dies, so it can tell me what part of what function is about kick the
 bucket.

If you're willing to experiment, try grabbing the latest CVS of gdb.  It helps
on my machine.

Isaac
___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev