neutrinolabs / xorgxrdp

Xorg drivers for xrdp
Other
457 stars 113 forks source link

Compile error #149

Closed gongwonchong closed 5 years ago

gongwonchong commented 5 years ago
make  all-recursive
make[1]: Entering directory '/home/gongwonchong/xorgxrdp'
Making all in module
make[2]: Entering directory '/home/gongwonchong/xorgxrdp/module'
Making all in amd64
make[3]: Entering directory '/home/gongwonchong/xorgxrdp/module/amd64'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/gongwonchong/xorgxrdp/module/amd64'
make[3]: Entering directory '/home/gongwonchong/xorgxrdp/module'
  CC       rdpMain.lo
rdpMain.c:101:26: error: expected expression before ',' token
  101 |     PACKAGE_VERSION_MAJOR,
      |                          ^
make[3]: *** [Makefile:627: rdpMain.lo] Error 1
make[3]: Leaving directory '/home/gongwonchong/xorgxrdp/module'
make[2]: *** [Makefile:646: all-recursive] Error 1
make[2]: Leaving directory '/home/gongwonchong/xorgxrdp/module'
make[1]: *** [Makefile:425: all-recursive] Error 1
make[1]: Leaving directory '/home/gongwonchong/xorgxrdp'
make: *** [Makefile:357: all] Error 2
metalefty commented 5 years ago

Why don't you share us information about your environment and make an effort to make a useful reports?

BTW, the build is confirmed by Travis CI and it builds: https://travis-ci.org/neutrinolabs/xorgxrdp/builds/582673379