If you use IPSgawk instead of SUNWgawk and don't have IPSawk in the $PATH before the old school AT&T System V UNIX awk when you build, you will get an error that looks something like this:
gmake[1]: Entering directory `/export/home/hliind/MPlayer-1.0rc2/vidix' LC_ALL=C awk -f pci_db2c.awk pci.db awk: syntax error near line 67 awk: illegal statement near line 67 awk: syntax error near line 76 awk: illegal statement near line 76 awk: syntax error near line 128 awk: bailing out near line 128 gmake[1]: *** [pci_names.c] Error 2 gmake[1]: Leaving directory `/export/home/hliind/MPlayer-1.0rc2/vidix' gmake: *** [vidix/libvidix.a] Error 2 If you get this error, it's because you're using the IPSgawk instead of the SUNWgawk and you don't have IPSgawk first in the $PATH variable, so you need to do something like this command: $ export PATH=/opt/csw/gnu:$PATH -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
