Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#56848 closed defect (duplicate)

tightvnc: fatal error: ' X11 .rules' file not found

Reported by: Liontooth (David Liontooth) Owned by: Liontooth (David Liontooth)
Priority: Normal Milestone:
Component: ports Version: 2.5.3
Keywords: Cc:
Port: tightvnc

Description (last modified by Liontooth (David Liontooth))

On a High Sierra 10.13.5 (17F77), I run into bug #40862:

:info:build .././/config/cf/vnc.def:111:23: warning: missing terminating '"' character [-Winvalid-pp-token]
:info:build #define XvncRelease             \"TightVNC-1.3.10\"
:info:build                                  ^
:info:build In file included from Imakefile.c:8:
:info:build In file included from .././/config/cf/Imake.tmpl:164:
:info:build .././/config/cf/Imake.rules:1298:27: warning: empty character constant [-Winvalid-pp-token]
:info:build         for flag in ${MAKEFLAGS} ''; do \                               @@\
:info:build                                  ^
:info:build In file included from Imakefile.c:8:
:info:build .././/config/cf/Imake.tmpl:1320:10: fatal error: ' X11 .rules' file not found
:info:build #include ProjectRulesFile
:info:build          ^

So this is a duplicate of #40862, still present in High Sierra and 2.5.3 -- is there a good solution?

Change History (5)

comment:1 Changed 6 years ago by Liontooth (David Liontooth)

Description: modified (diff)

comment:2 Changed 6 years ago by Liontooth (David Liontooth)

Description: modified (diff)
Owner: set to Liontooth
Status: newassigned

comment:3 Changed 6 years ago by kencu (Ken)

There are patches in that other ticket that with a bit of modification fix up the preprocessor issue.

The other issue (not finding libXau.a, I believe it was, is a bit weirder.

I think it might be fixed by defining _FORTIFY_SOURCE to 0, but that's just a guess at this moment.

comment:4 Changed 6 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: assignedclosed

No point having two tickets open for the same issue.

comment:5 Changed 6 years ago by mf2k (Frank Schima)

Keywords: ftbfs removed
Note: See TracTickets for help on using tickets.