On Thu, Jun 12, 1997 at 03:42:50PM -0400, Martin C Sweitzer wrote:
: I am attemptting to install 2.0.45 in AIX 4.1 I am having the following
: problems:
It would be helpful if you'd mention when subversion of AIX 4.1 you're
using.
: I can't get the installer to work. I keep getting the sub directory
: type mismatch from this entry in Imakefile
:
: MakeSubdirs($(SUBDIRS))
Hmm...FWIW, the only patchlet that I had to use under 4.1.5 to get it to work
was
#endif /* InstallNamedNonExec() */
-#ifndef InstallNonExecFile()
+#ifndef InstallNonExecFile
#define InstallNonExecFile(file,dest) InstallNonExec(file,dest)
Sorry I couldn't be of more help.
--
Cloyce D. Spradling
cloyce_at_austin.ibm.com Standard disclaimers apply, I guess.
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Jun 12 1997 - 17:43:43 BST