Re: [Fresco-devel] Problem running the demo
Matty Noble <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
> Would you mind telling us exactly which version of Fresco? The M1 > release, or a snapshot of CVS (from what date)? I'm using the M1 release. > * run the server in one terminal and the demo in another to seperate the > errors (may clean up that garbled "democoServerh" line) Doing this yields the following server log: [0.002061:0:loader] Logging of all types activated. [0.003968:0:loader] Resourcefile "/usr/local/etc/berlinrc" read. [0.005903:0:loader] Commandline arguments are parsed, configuration is read in. [0.009094:0:corba] Root POA is activated. [0.009257:0:corba] Default POA set up. [0.011784:0:loader] Babylon path set. [0.061442:0:loader] trying to open SDL console [0.066883:0:console] Console is initialized. [0.067155:0:loader] Server created in server-POA [0.067746:0:loader] ServerImpl: scanning plugin dir /usr/local/lib/Fresco [0.099135:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Fresco/CommandKit:1.0 from CommandKit.so [0.121497:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Fresco/DesktopKit:1.0 from DesktopKit.so [0.161978:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Fresco/FigureKit:1.0 from FigureKit.so [0.294416:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Fresco/DrawingKit3D:1.0 from GLDrawingKit.so [0.315025:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Fresco/GadgetKit:1.0 from GadgetKit.so [0.319876:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Fresco/ImageKit:1.0 from ImageKit.so [0.395:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Fresco/LayoutKit:1.0 from LayoutKit.so [0.425602:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Fresco/DrawingKit:1.0 from LibArtDrawingKit.so [0.490244:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Fresco/WidgetKit:1.0 from MotifKit.so [0.504793:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Fresco/DrawingKit:1.0 from PSDrawingKit.so [0.544729:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Fresco/PrimitiveKit:1.0 from PrimitiveKit.so [0.5775:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Fresco/TextKit:1.0 from TextKit.so [0.661865:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Fresco/ToolKit:1.0 from ToolKit.so [0.701744:0:loader] ServerImpl: loaded plugin for IDL:fresco.org/Unidraw/UnidrawKit:1.0 from UnidrawKit.so [0.701916:0:loader] Kits are loaded. [0.702363:0:loader] setting video mode d=(NULL) w=640 h=480 bpp=24 [0.735368:0:text] libArt::FTFont: scanning font dir /usr/lib/X11/fonts/Type1 [0.735513:0:text] completed scaning font directories [1.46863:0:loader] setting video mode d=display-memory w=640 h=480 bpp=24 [1.47977:0:drawing] Drawing system is set up. [1.48566:0:loader] setting video mode d=mouse cursor w=16 h=22 bpp=32 [1.48608:0:loader] setting video mode d=save area w=16 h=22 bpp=24 [1.48887:0:loader] Screen is set up and managers are bound to it. [1.49197:0:layout] Desktop is created. [1.49216:0:loader] singletons set [1.4926:0:loader] Server started. WARNING: id might exist (TRANSIENT) WARNING: Overwriting stale server-id [FrescoServer] [1.51655:0:corba] Server location published. [1.51668:0:loader] Running the ScreenManager now. [1.53099:0:focus] 0x80e5da0 receiving focus for 1 [6.90125:3:lifecycle] created new POA for kit of type IDL:fresco.org/Fresco/TextKit:1.0 (id is #0) [6.90197:3:lifecycle] created new POA for kit of type IDL:fresco.org/Fresco/LayoutKit:1.0 (id is #1) [6.90444:3:lifecycle] created new POA for kit of type IDL:fresco.org/Fresco/DesktopKit:1.0 (id is #2) [6.90494:3:lifecycle] created new POA for kit of type IDL:fresco.org/Fresco/ToolKit:1.0 (id is #3) [6.90541:3:lifecycle] created new POA for kit of type IDL:fresco.org/Fresco/WidgetKit:1.0 (id is #4) [6.90568:3:lifecycle] created new POA for kit of type IDL:fresco.org/Fresco/CommandKit:1.0 (id is #5) [6.90629:3:lifecycle] created new POA for kit of type IDL:fresco.org/Fresco/ImageKit:1.0 (id is #6) [6.90668:3:lifecycle] created new POA for kit of type IDL:fresco.org/Fresco/FigureKit:1.0 (id is #7) [6.91671:3:lifecycle] created new POA for kit of type IDL:fresco.org/Fresco/GadgetKit:1.0 (id is #8) [11.4841:2:lifecycle] destroying POA... 0x810e3c0 [11.4844:2:lifecycle] destroying POA done 0x810e3c0 [11.4848:2:lifecycle] destroying POA... 0x8114098 [11.4849:2:lifecycle] destroying POA done 0x8114098 [11.4851:2:lifecycle] destroying POA... 0x810f400 [11.4858:2:lifecycle] destroying POA done 0x810f400 The final "created new POA" messages happen when the demo is run, and the "destroying POA" messages occur when it is terminated. > We're moving away from supporting older compilers. I think we document a > requirement for 2.95.4 or greater. We'd be interested in a patch only if > it doesn't disrupt any other versions of compilers that we currently > support, most importantly g++3.2. I think I may try to upgrade to 3.2, then.