hi all,
I am tryin my hands at developing a simple GUI based application with glade.
After designing the GUI with a couple of GNOME and gtk widgets, When I did a autogen.sh it worked alright. But the subsequent make failed with the following errors:-
Quote:
/lib/libasound.so.2: undefined reference to `midiparser_input_buf'
/lib/libasound.so.2: undefined reference to `midiparser_create'
collect2: ld returned 1 exit status
make[2]:***[project2] Error 1
make[2]: Leaving directory '/root/Projects/project2/src'
make[1]:***[all-recursive] Error 1
make[1]: Leaving directory '/root/Projects/project2'
make: *** [all] Error 2
|
To me it looks like some sound library errors. My application doesnot have any sound functionality. Also for your info I donot have alsa on my machine, it is using OSS.
could someone help me compile the application and also tell me the reason for failure for future reference.
thanks in advance
nishith