Mr. Cully: Thanks for replying. Any idea where I can find such for a SuSE 6.3 system? I've looked at Yast's installable features and there is no such thing... Thanks, Scott ----- Brendan Cully wrote:> On Wednesday, 22 August 2001 at 17:53, Scott Vetter wrote: > > Now for ices, I've gotten through the "./configure" and get several > > error messages: > > parse.c:45 parse error before 'ices_xml_get_children_node' > > parse.c:45 parse error before 'cur' > > > > Unfortunately I cannot scroll back to see what the first error might > > be. And just getting to learn C/C++. Any idea on what is wrong? > > Probably you need to install the libxml2-dev package. I don't have the > source in front of me but most likely you are missing some header > files. > > -Brendan > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-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.--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-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.
> Thanks for replying. Any idea where I can find such for a SuSE 6.3 > system? I've looked at Yast's installable features and there is no such > thing...RPM based distos (i think suse is rpm based) generally call them -devel. Look for libxml-devel, full name will be something like libxml-devel-1.8.14-1.i386.rpm or something like that. Sometimes the gui tools will call it libxml SDK or libxml development tools, or something. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-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.
On Wednesday, 22 August 2001 at 16:41, Jack Moffitt wrote:> > Thanks for replying. Any idea where I can find such for a SuSE 6.3 > > system? I've looked at Yast's installable features and there is no such > > thing... > > RPM based distos (i think suse is rpm based) generally call them -devel. > > Look for libxml-devel, full name will be something like > libxml-devel-1.8.14-1.i386.rpm or something like that. > > Sometimes the gui tools will call it libxml SDK or libxml development > tools, or something.one thing - I would recommend getting libxml2 instead of libxml 1. I don't use version 1 in development, and there may be some minor but surprising differences in behaviour. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-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.
OK, I found LAME's web site and installed it using the source for it. That appears to work. I also found a couple of libxml... packages and either replaced the existing ones and added a few others. That went without problem. However the same problem exists. I found that the lame.h file is in a directory of /root/lame3.70 Perhaps the make can't find it at this directory? IS there anyway during the make process that I can pause the process or scroll back to find the first error? Scott Jack Moffitt wrote:> > Thanks for replying. Any idea where I can find such for a SuSE 6.3 > > system? I've looked at Yast's installable features and there is no such > > thing... > > RPM based distos (i think suse is rpm based) generally call them -devel. > > Look for libxml-devel, full name will be something like > libxml-devel-1.8.14-1.i386.rpm or something like that. > > Sometimes the gui tools will call it libxml SDK or libxml development > tools, or something. > > jack. > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-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.--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-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.