Toon posts:

[Cygwin] Windowmaker gaat niet...

Pagina: 1
Acties:
  • 133 views sinds 30-01-2008
  • Reageer

Verwijderd

Topicstarter
Hallo,

'k heb op m'n werk even cygwin geinstalleerd met Xorg X11.
Nu had ik ook WindowMaker geinstalleerd.

Ik start X op met: xwin &
cygwin toont me dan een scherm met de welbekende zwarte/witte stippeltjes achtergrond.

Als ik vervolgens wmaker & run, krijg ik errors terug.
Met twm & krijg ik toegang tot het twm menu, bovenop die lelijke bg.

Hoe kan ik er voor zorgen dat ik een ganse desktop krijg, in een venster zoals dit?

Afbeeldingslocatie: http://www.khngai.com/emacs/xfree86-wmaker.gif

xwin log:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Administrator@hhBE025 ~
$ Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.1.0-5

Contact: cygwin-xfree@cygwin.com

winInitializeDefaultScreens - w 1152 h 864
winInitializeDefaultScreens - Returning
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
XWin was started with the following command line:

xwin

winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
(==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X1
1/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/font
s/100dpi/"
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 00000007
winSetEngine - Using Shadow DirectDraw NonLocking
winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits per pixel
winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
MIT-SHM extension disabled due to lack of kernel support
XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in
 the kernel
(--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: "0000040C" (0000040c)
(--) Using preset keyboard for "French (Standard)" (40c), type "4"
Rules = "xorg" Model = "pc105" Layout = "fr" Variant = "(null)" Options = "(null)"
(--) 3 mouse buttons found
Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list!
winPointerWarpCursor - Discarding first warp: 573 379


Na opstarten van wmaker:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
wmaker warning: could not load font: Trebuchet MS,Luxi Sans:pixelsize=12.
wmaker warning: could not load font: Trebuchet MS,Luxi Sans:weight=200:pixelsize=12.
wmaker warning: could not load any fonts. Make sure your font installation and locale settings are c
orrect.
wmaker fatal error: could not initialize WINGs widget set
wmaker fatal error: it seems that there is already a window manager running

Administrator@hhBE025 ~
$ (II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
(==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X1
1/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/font
s/100dpi/"
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 00000007
winSetEngine - Using Shadow DirectDraw NonLocking
winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
MIT-SHM extension disabled due to lack of kernel support
XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in
 the kernel
(--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: "0000040C" (0000040c)
(--) Using preset keyboard for "French (Standard)" (40c), type "4"
Rules = "xorg" Model = "pc105" Layout = "fr" Variant = "(null)" Options = "(null)"
(--) 3 mouse buttons found
Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list!


X crasht dus ook precies...

Met twm gaat het wel:
code:
1
2
3
4
Administrator@hhBE025 ~
$ twm -display localhost:0.0
winProcEstablishConnection - Hello
winProcEstablishConnection - Clipboard is not enabled, returning.


Heeft iemand hier ervaring mee ? Voor mij is het de eerste keer dat ik cygwin gebruik. Op de site kon ik niet veel info vinden en ook google bracht niets op.

Verder... hoe zit het met C++ ?
code:
1
2
3
4
5
6
7
#include <iostream>

using namespace std;

int main(void) {
    cout << "Hello" << endl;
}


Werkt voor geen meter in cygwin, maar wel perfect onder linux.
code:
1
2
3
4
5
6
7
8
/cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccPGkVdc.o(.text+0x37):cvscon.cpp: undefined reference t
o `std::cout'
/cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccPGkVdc.o(.text+0x3c):cvscon.cpp: undefined reference t
o `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std:
:basic_ostream<char, std::char_traits<char> >&, char const*)'
/cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccPGkVdc.o(.text+0x44):cvscon.cpp: undefined reference t
o `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::
basic_ostream<char, std::char_traits<char> >&)'


etc...

Verwijderd

Topicstarter
Niemand ?

Misschien hoort dit meer thuis in het non windows forum ?