Hi, I got a fresh GNUstep system on Debian unstable, built from today CVS. Gorm, PC and some other apps work flawlessly.
Trying Etoile, I got lots of errors when doing a make on the main directory, so I tried Camaelon by itself. It compiles with some warnings: > calimestron:/home/pdinoto/Development/GNUstep/Etoile/Etoile/Bundles/Camaelon# > make > Making all for bundle Camaelon... > Creating Camaelon.themeEngine/.... > Compiling file Camaelon.m ... > Compiling file GraphicToolbox.m ... > Compiling file GSDrawFunctions.m ... > Compiling file CLImage.m ... > Compiling file CLCompositor.m ... > Compiling file CLBoxCompositor.m ... > Compiling file CLHBoxCompositor.m ... > Compiling file CLVBoxCompositor.m ... > Compiling file CLCache.m ... > Compiling file ImageProvider.m ... > Compiling file NSBezierPath+round.m ... > Compiling file NSColor.m ... > Compiling file NSTabViewItem.m ... > Compiling file NSClipView.m ... > Compiling file GSWindowDecoratorView.m ... > Compiling file NSMenuView.m ... > Compiling file NSSplitView.m ... > Compiling file NSOutlineView.m ... > NSOutlineView.m: In function `-[NSOutlineView(theme) drawRow:clipRect:]': > NSOutlineView.m:161: warning: `NSCell' does not respond to `setTextColor:' > NSOutlineView.m:168: warning: `NSCell' does not respond to `setTextColor:' > NSOutlineView.m: At top level: > NSOutlineView.m:177: warning: incomplete implementation of category `theme' > NSOutlineView.m:177: warning: method definition for > `-_willDisplayCell:forTableColumn:row:' not found > Compiling file NSScrollView.m ... > Compiling file NSTabView.m ... > Compiling file NSTableView.m ... > NSTableView.m: In function `-[NSTableView(theme) drawRow:clipRect:]': > NSTableView.m:367: warning: `NSCell' does not respond to `setTextColor:' > NSTableView.m:374: warning: `NSCell' does not respond to `setTextColor:' > NSTableView.m: At top level: > NSTableView.m:383: warning: incomplete implementation of category `theme' > NSTableView.m:383: warning: method definition for > `-_willDisplayCell:forTableColumn:row:' not found > Compiling file NSTableHeaderView.m ... > Compiling file GSTableCornerView.m ... > Compiling file NSBrowser.m ... > NSBrowser.m:389: warning: incomplete implementation of category `theme' > NSBrowser.m:389: warning: method definition for `-_remapColumnSubviews:' not > found > NSBrowser.m:389: warning: method definition for `-_createColumn' not found > Compiling file NSBox.m ... > Compiling file NSColorWell.m ... > Compiling file NSMatrix.m ... > NSMatrix.m:72: warning: incomplete implementation of category `theme' > NSMatrix.m:72: warning: method definition for `-_drawCellAtRow:column:' not > found > Compiling file GSBrowserMatrix.m ... > GSBrowserMatrix.m:71: warning: incomplete implementation of class > `GSBrowserMatrix' > GSBrowserMatrix.m:71: warning: method definition for > `-_drawCellAtRow:column:' not found > Compiling file NSProgressIndicator.m ... > Compiling file NSSlider.m ... > Compiling file NSScroller.m ... > Compiling file NSCell.m ... > Compiling file NSButtonCell.m ... > NSButtonCell.m:359: warning: incomplete implementation of category `theme' > NSButtonCell.m:359: warning: method definition for > `-drawGradientWithFrame:inView:' not found > Compiling file NSBrowserCell.m ... > Compiling file GSBrowserTitleCell.m ... > Compiling file NSFormCell.m ... > Compiling file NSMenuItemCell.m ... > Compiling file NSPopUpButtonCell.m ... > Compiling file NSSliderCell.m ... > Compiling file NSTableHeaderCell.m ... > Compiling file NSTextFieldCell.m ... > Linking bundle Camaelon ... > Creating Camaelon.themeEngine/Resources... > Creating Camaelon.themeEngine/Resources/Info-gnustep.plist... > calimestron:/home/pdinoto/Development/GNUstep/Etoile/Etoile/Bundles/Camaelon# > make install > Making all for bundle Camaelon... > make[1]: Nothing to be done for `internal-bundle-all'. > Making install for bundle Camaelon... > Installing bundle directory... and after install with SimpleUI.theme.gz from http://www.roard.com/gnustep/SimpleUI.theme.tgz I just get > [EMAIL PROTECTED]:~$ openapp Gorm > 2005-06-21 00:29:59.000 Gorm[551] Loading 1 user defined AppKit bundles > 2005-06-21 00:29:59.000 Gorm[551] Loaded > '/usr/GNUstep/System/Library/Bundles/Camaelon.themeEngine' > 2005-06-21 00:29:59.000 Gorm[551] Camaelon Theme Engine v2.0 10/03/05 - > [EMAIL PROTECTED] > 2005-06-21 00:29:59.000 Gorm[551] Camaelon dictionary: {Theme = SimpleUI; } > 2005-06-21 00:29:59.000 Gorm[551] themeName: SimpleUI > 2005-06-21 00:29:59.000 Gorm[551] themePath: > /home/pdinoto/GNUstep/Library/Themes/SimpleUI.theme > 2005-06-21 00:29:59.000 Gorm[551] NOTE: Only one display per host fully > supported. > 2005-06-21 00:29:59.000 Gorm[551] NSBitmapImageRep: nil image data > Segmentation fault Any ideas? Pointer? Instructions so I can provide better debug info? Thanks in advance, ///Pablo
