Thanks for the response. I downloaded cairo, made it, and installed it. It was a newer version, libcairo.so.2.17.15...the one that was erroring out was libcairo.so.2.17.3. Hopefully this will do it. Ill know in about 5 hours :)
On Fri, May 16, 2008 at 6:41 PM, Ariel Constenla-Haile < [EMAIL PROTECTED]> wrote: > Chris Brown escribió: > > Hello everyone. I am new to Linux and this list as well. I am attempting >> to >> compile OO.o build BEA300_m2 >> on my system running Ubuntu 8.04. I get about 4 hours into it and it has >> errored out twice now. Here are the last few lines from the terminal: >> * >> SHL1FILTERFILE not set! >> ----------------------------- >> dummy file to keep the dependencies for later use. >> ------------------------------ >> Making: ../../unxlngx6.pro/lib/libofficebean.so >> g++ -Wl,-z,combreloc -Wl,-z,defs >> -Wl,-rpath,'$ORIGIN:$ORIGIN/../ure-link/lib' -shared -L../../ >> unxlngx6.pro/lib -L../lib >> -L/home/chris/OpenOfficeSource/BEA300_m2/solenv/unxlngx6/lib >> -L/home/chris/OpenOfficeSource/BEA300_m2/solver/300/ >> unxlngx6.pro/lib-L/home/chris/OpenOfficeSource/BEA300_m2/solenv/unxlngx6/lib >> -L/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/lib64 >> -L/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre/lib/amd64 >> -L/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre/lib/amd64/server >> -L/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre/lib/amd64/native_threads >> -L/usr/lib ../../unxlngx6.pro/slo/officebean_version.o -o ../../ >> unxlngx6.pro/lib/libofficebean.so ../../ >> unxlngx6.pro/slo/com_sun_star_comp_beans_LocalOfficeWindow.o ../../ >> unxlngx6.pro/slo/com_sun_star_beans_LocalOfficeWindow.o -ljawt -lstdc++ >> -ldl >> -lpthread -lm >> rm -f ../../unxlngx6.pro/lib/check_libofficebean.so >> mv ../../unxlngx6.pro/lib/libofficebean.so ../../ >> unxlngx6.pro/lib/check_libofficebean.so >> /home/chris/OpenOfficeSource/BEA300_m2/solenv/bin/checkdll.sh -L../../ >> unxlngx6.pro/lib -L/home/chris/OpenOfficeSource/BEA300_m2/solver/300/ >> unxlngx6.pro/lib ../../unxlngx6.pro/lib/check_libofficebean.so >> Checking DLL ../../unxlngx6.pro/lib/check_libofficebean.so ...: ERROR: >> /usr/lib/libcairo.so.2: undefined symbol: FT_Library_SetLcdFilter >> > > > I had this same error on SuSe when building other apps (for example Mozilla > IIRC): > > libcairo.so: undefined reference to `FT_Library_SetLcdFilter > libcairo.so.2: undefined symbol: FT_Library_SetLcdFilter > ... > > So I downloaded the sources from Cairo, and build it myself. > Not the best solution, but since then I have no more troubles with Cairo > libs. > > Google "libcairo.so.2: undefined symbol: FT_Library_SetLcdFilter" and you > may find something > > > dmake: Error code 1, while making '../../ >> unxlngx6.pro/lib/libofficebean.so' >> >> ERROR: Error 65280 occurred while making >> /home/chris/OpenOfficeSource/BEA300_m2/bean/native/unix >> dmake: Error code 1, while making 'build_instsetoo_native' >> [EMAIL PROTECTED]:~/OpenOfficeSource/BEA300_m2$ * >> >> I was hoping someone here could help me figure out what I am doing wrong. >> I'm sure this probably isn't enough information so just let me know what >> you >> need to know. >> Thanks in advance! I look forward to meeting working with everyone in >> here. >> >> -chris brown >> >> > > -- > Ariel Constenla-Haile > La Plata, Argentina > > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > http://www.ArielConstenlaHaile.com.ar/ooo/ > > > > "Aus der Kriegsschule des Lebens > - Was mich nicht umbringt, > macht mich härter." > Nietzsche Götzendämmerung, Sprüche und Pfeile, 8. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -chris brown
