Menu

#89 vcxsrv compilation err - xcb-util-errors\obj64\debug\extensions.c fails

v1.0_(example)
open
nobody
None
5
2018-09-24
2018-09-02
laur
No
Building C:\tools\cygwin\home\layr\vcxsrv\libxcb\src\obj64\debug\xinerama.obj
Building C:\tools\cygwin\home\layr\vcxsrv\libxcb\src\xinput.c
xinerama.c
Building C:\tools\cygwin\home\layr\vcxsrv\libxcb\src\obj64\debug\xinput.obj
xinput.c
Building C:\tools\cygwin\home\layr\vcxsrv\libxcb\src\obj64\debug\xproto.obj
Building C:\tools\cygwin\home\layr\vcxsrv\libxcb\src\xselinux.c
xproto.c
Building C:\tools\cygwin\home\layr\vcxsrv\libxcb\src\obj64\debug\xselinux.obj
Building C:\tools\cygwin\home\layr\vcxsrv\libxcb\src\xtest.c
xselinux.c
Building C:\tools\cygwin\home\layr\vcxsrv\libxcb\src\obj64\debug\xtest.obj
Building C:\tools\cygwin\home\layr\vcxsrv\libxcb\src\xv.c
xtest.c
Building C:\tools\cygwin\home\layr\vcxsrv\libxcb\src\obj64\debug\xv.obj
Building C:\tools\cygwin\home\layr\vcxsrv\libxcb\src\xvmc.c
xv.c
Building C:\tools\cygwin\home\layr\vcxsrv\libxcb\src\obj64\debug\xvmc.obj
Building C:\tools\cygwin\home\layr\vcxsrv\xcb-util-errors\obj64\debug
xvmc.c
Building C:\tools\cygwin\home\layr\vcxsrv\xcb-util-errors\obj64\debug\xcb_errors.obj
Building C:\tools\cygwin\home\layr\vcxsrv\xcb-util-errors\obj64\debug\extensions.c
xcb_errors.c
Traceback (most recent call last):
  File "src/extensions.py", line 87, in <module>
    parseFile(input_file)
  File "src/extensions.py", line 77, in parseFile
    mod = Module(filename)
  File "src/extensions.py", line 12, in __init__
    root = parse(filename).getroot()
  File "C:\Python37\lib\xml\etree\ElementTree.py", line 1197, in parse
    tree.parse(source, parser)
  File "C:\Python37\lib\xml\etree\ElementTree.py", line 587, in parse
    source = open(source, "rb")
OSError: [Errno 22] Invalid argument: '../libxcb/xcb-proto/src/*.xml'
*** Error -> Error running command: python src/extensions.py C:\tools\cygwin\home\layr\vcxsrv\xcb-util-errors\obj64\debug\extensions.c ../libxcb/xcb-proto/src/*.xml
Command defined in makefile: C:\tools\cygwin\home\layr\vcxsrv\xcb-util-errors
Error compiling vcxsrv for debug

Discussion

  • laur

    laur - 2018-09-02

    Note C:\tools\cygwin\home\layr\vcxsrv\xcb-util-errors\obj64\debug\extensions.c doesn't exist. Only file by that name is in mesalib/src/mesa/main/extensions.c

     

    Last edit: laur 2018-09-02
  • laur

    laur - 2018-09-12

    Any pointers? Still trying to get to compile in order to debug the super+L issue.

     
  • marha

    marha - 2018-09-17

    I am using the python from cygwin. It seems that the standard windows version of python does not understand the linux path name conventions.

     
  • laur

    laur - 2018-09-24

    Right... should python be uninstalled on the host?
    So far, I

    1. created link to python.exe pointing at the cygwin one, got past the error
    2. got an error on missing gperf - installed w/ cygwin (needs to be added to bulding.txt?)
    3. got an error about missing python3.6m.exe - solved same way as 1);

    Now getting this err

     

    Last edit: laur 2018-09-24

Log in to post a comment.

MongoDB Logo MongoDB