[MacPorts] #41616: TightVNC @1.3.10_1 won't build on PPC Leopard because of bug in Xvnc/config/cf/Imake.rules file?
MacPorts
noreply at macports.org
Sat Nov 30 04:58:31 PST 2013
#41616: TightVNC @1.3.10_1 won't build on PPC Leopard because of bug in
Xvnc/config/cf/Imake.rules file?
-----------------------------+--------------------------------
Reporter: Peter_Dyballa@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Keywords: | Port: tightvnc
-----------------------------+--------------------------------
The builds here:
{{{
In file included from .././/config/cf/Imake.tmpl:164,
from Imakefile.c:8:
.././/config/cf/Imake.rules:1431:35: error: '#' is not followed by a macro
parameter
}}}
The reported error is here:
{{{
1426 #ifndef IncludeMakefile
1427 #if HasClearmake
1428 #define IncludeMakefile(file) @@sinclude file
1429 #else
1430 #if HasBsdMake
1431 #define IncludeMakefile(file) @@# dependencies are in .depend
1432 #else
1433 #define IncludeMakefile(file) /**/
1434 #endif
1435 #endif
1436 #endif
}}}
--
Ticket URL: <https://trac.macports.org/ticket/41616>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list