There was a post in May of last year that seems to be the same problem I
am experiencing now.

I'm trying to compile RealVNC 3.3.7 on AIX 4.3.3.  The error I am getting
is:
make[4]: Entering directory
`/afs/apd.pok.ibm.com/u/jayen/src/vnc-3.3.7-unixsrc/Xvnc/programs/Xserver/hw/vnc'
Makefile:562: *** missing separator.  Stop.
make[4]: Leaving directory
`/afs/apd.pok.ibm.com/u/jayen/src/vnc-3.3.7-unixsrc/Xvnc/programs/Xserver/hw/vnc'

and looking at the makefile, it contains the lines:
CleanTarget()

#ifndef IHaveSpecialMakefileTarget
MakefileTarget()
#endif

TagsTarget()
#ifdef MakefileAdditions
MakefileAdditions()
#endif
...

So, it looks like the imake program isn't evaluating some of its functions
when it creates the makefile.  Any thoughts?

--Jayen

-------------------------------
http://www.realvnc.com/pipermail/vnc-list/2002-May/030858.html
Subject: [VNC]
TightVNC 1.2.4 under AIX 4.3.3

>I'm trying to compile TightVNC under AIX 4.3.3 Everything but
>"Xvnc/programs/Xserver/hw/vnc" compiles.
>The problem are lines of the form "DependTarget()".
>
>AIX-Make complains >> "Makefile", line xxx: make: Dependency line needs 
>colon or double colon operator" <<. Gmake simply says >> Makefile:xxx: *** 
>missing separator.  Stop.<<.
>
>When I append a ";" to those lines, AIX-make compiles. But the next 
>configure overwrites my changes. Any hints
>
>Yours
>hjb
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to