Search found 5 matches

by racarate
Thu Aug 19, 2010 18:56
Forum: CEGUI Library Development Discussion
Topic: Lua and other DLLs
Replies: 9
Views: 11633

Re: Lua and other DLLs

Just a a side note, the problem of including the lua static lib twice isn't the size -- it is the fact that (supposedly) global state in the lua machine is altered independently by both DLLs (or EXE + DLL) linking against it. Causing things to blow up during a garbage collection cycle... See these d...
by racarate
Mon Feb 15, 2010 16:45
Forum: Help
Topic: Problem Running Samples on Ubuntu 9.10
Replies: 7
Views: 3691

Re: Problem Running Samples on Ubuntu 9.10

Thanks for all your help. Here is the config.log of my SILLY build. Nothing jumps out at me as abnormal. Hope this is helpful! This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by SILLY configure 0.1.0, which ...
by racarate
Sun Feb 14, 2010 20:26
Forum: Help
Topic: Problem Running Samples on Ubuntu 9.10
Replies: 7
Views: 3691

Re: Problem Running Samples on Ubuntu 9.10

Hi there, ldd -d /usr/local/lib/libSILLY.so.1 Gives me the following output: linux-gate.so.1 => (0x0082f000) libz.so.1 => /lib/libz.so.1 (0x00b91000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00924000) libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x00447000) libc.so.6 => /lib/tls/i686/cmov/libc.so....
by racarate
Sat Feb 13, 2010 21:37
Forum: Help
Topic: Problem Running Samples on Ubuntu 9.10
Replies: 7
Views: 3691

Re: Problem Running Samples on Ubuntu 9.10

A little more info... Running nm shows me that the png_create_read_struct symbol is undefined: /CEGUI-0.7.1/Samples/TextDemo# nm /usr/local/lib/libSILLY.so.1 | grep -i png 000048c0 T _ZN5SILLY14PNGImageLoader10loadHeaderERNS_11PixelFormatEPNS_10DataSourceE 00004b30 T _ZN5SILLY14PNGImageLoader13loadI...
by racarate
Sat Feb 13, 2010 21:27
Forum: Help
Topic: Problem Running Samples on Ubuntu 9.10
Replies: 7
Views: 3691

Problem Running Samples on Ubuntu 9.10

Hi there, I hope this isn't too simple of a question. After downloading and building CEGUI 0.7.1 and SILLY 0.1.0, I'm not able to run any of the sample programs. I tried to run all the programs, and they all output the same error to standard out: -- CEGUI Sample Application Framework -- Please selec...

Go to advanced search