this is the error i am getting when i try to build syslog-ng 1.4.12 make_class <afstreams.c >afstreams.c.xT /bin/sh: make_class: not found make[3]: *** [afstreams.c.x] Error 1 make[3]: Leaving directory `/export/home/mharlow/syslog-ng-1.4.12/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/export/home/mharlow/syslog-ng-1.4.12/src' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/export/home/mharlow/syslog-ng-1.4.12/src' make: *** [all-recursive] Error 1 any ideas? does make_class require another package installed? thanks! -- matt okeson-harlow matt at technomage.net http://www.technomage.net ($do || !$do) && undef($try) ; # Master of Perl, Yoda is. Hmmmm? http://shellforce.com <- shell accounts - web hosting -> http://cyberius.net send icbm here =--> 43°3'11'N-89°28'52"W
On Tue, Jul 17, 2001 at 12:46:35PM -0500, Matt Okeson-Harlow wrote:
this is the error i am getting when i try to build syslog-ng 1.4.12
make_class <afstreams.c >afstreams.c.xT /bin/sh: make_class: not found make[3]: *** [afstreams.c.x] Error 1 make[3]: Leaving directory `/export/home/mharlow/syslog-ng-1.4.12/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/export/home/mharlow/syslog-ng-1.4.12/src' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/export/home/mharlow/syslog-ng-1.4.12/src' make: *** [all-recursive] Error 1
make_class is only needed if you modified .c or .h files. if you didn't change the class definitions (comments starting with /* GABA.) you could simply touch the .x file to make it newer than its origin. otherwise you need scsh installed (scheme shell, make_class was written in scheme) -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
Hello list, I had the same Problem with make_class with Version 1.5.8
make_class <afstreams.c >afstreams.c.xT /bin/sh: make_class: not found make[3]: *** [afstreams.c.x] Error 1 make[3]: Leaving directory `/export/home/mharlow/syslog-ng-1.4.12/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/export/home/mharlow/syslog-ng-1.4.12/src' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/export/home/mharlow/syslog-ng-1.4.12/src' make: *** [all-recursive] Error 1
My solution was to untar the Sources again with the tar command. I think my first try with the Program ARK didn't set the symbolik links korrekt or perhaps did somethink wrong with the permissions. Good Luck Markus PS: Excuse my bad English. Korrektions per Mail are welcome.
participants (3)
-
Balazs Scheidler
-
Markus_Preis@t-online.de
-
Matt Okeson-Harlow