Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xserver autotools #946

Open
wants to merge 120 commits into
base: 3.6.x
Choose a base branch
from
Open

Conversation

uli42
Copy link
Member

@uli42 uli42 commented Oct 17, 2020

This is a "bookmark" PR to not lose track of this work. It needs to be rebased to current version. And it needs a review of course. see also #947

sunweaver and others added 30 commits October 18, 2019 16:36
Backport of this commit:

  author	  Julien Cristau <[email protected]>	2009-10-06 16:11:24 +0200
  committer	  Julien Cristau <[email protected]>	2009-10-06 16:12:45 +0200
  commit	  854269d55cdda8caf425515bfed2855e211a5ada (patch)
  tree		  2f485b4e4fa0147682d945cd9ae32d1a72fe593b
  parent	  3bb020587ce74e0737ec7aceb20041f1e77d3b87 (diff)

  configure: quote argument to m4_pattern_forbid
  Without this, configure spits out
  ../configure: line 12364: ac_fn_c_check_member: command not found
  ../configure: line 12378: ac_fn_c_check_type: command not found

  Also anchor the pattern to make it stricter.

  Signed-off-by: Julien Cristau <[email protected]>
there's no pkgconfig because it's included in nxagent
we do not have the corresponding code anymore
nx-X11:
Fix configure.ac checks for xfont2, pixman-1, and tirpc.

travisCI:
* add xfont-utils
* add libxfont1-dev , Ubuntu 16.04 is missing fontutil.h
* Add ghostscript for /usr/bin/ps2pdf

Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
FONT_PATH_ELEMENT_NAME_CONST=0

We should check if we can change the code to make it work with const enabled..

Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Signed-off-by: Mario Trangoni <[email protected]>
Fixes this error:

  mieq.c: In function ‘mieqProcessInputEvents’:
  mieq.c:162:11: error: ‘DPMSPowerLevel’ undeclared (first use in this function)
    else if (DPMSPowerLevel != DPMSModeOn)
             ^~~~~~~~~~~~~~

Signed-off-by: Mario Trangoni <[email protected]>
Fixes "ResourceName" is unknown

Signed-off-by: Mario Trangoni <[email protected]>
Fixes

error: ‘struct _Pixmap’ has no member named ‘devPrivates’; did you mean ‘devPrivate’?
Signed-off-by: Mario Trangoni <[email protected]>
Fixes
  utils.c: In function ‘ProcessCommandLine’:
  utils.c:804:3: error: ‘nolock’ undeclared (first use in this function); did you mean ‘clock’?
     nolock = TRUE;
     ^~~~~~

Signed-off-by: Mario Trangoni <[email protected]>
uli42 and others added 22 commits October 18, 2019 16:36
…ototype and strict-prototypes

Signed-off-by: Mario Trangoni <[email protected]>
@eoli3n
Copy link

eoli3n commented May 11, 2021

It would be really helpful to drop imake for this. Do you plan to finish it ?

@uli42
Copy link
Member Author

uli42 commented May 12, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants