My mistake, sorry. The actual <STDIN> is below.
my $l = 1; foreach (<STDIN>) { # Conditional compiling if ($modules{'conditional'}) { # Comment out lines carrying the REMOVEFORINST tag if(/\bREMOVEFORINST\b/) { s/^(\s*)/$1#/; s/REMOVEFORINST/REMOVEDBYINST/; } } # Variable replacement if ($modules{'vars'}) { # Replace all @@VARS@@ s/\@\@([A-Z][A-Z0-9_]*)\@\@/$defines{$1}/g; } Regards, Tom -----Original Message----- Subject: [SAtalk] SA installation problems Good day. I am having an installation problem. I followed the instructions in the INSTALL file But when I run make install, i get the following error. Malformed UTF-8 character (unexpected end of string) at build/preprocessor line 47, <STDIN> line 29273. I have edited the Makefile. Line 47 looks like so: RANLIB = : Any idea's. The platform it is being installed on is RedHat 8 Thanks ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk