-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile, line 1: Badly formed macro assignment #22
Comments
I really have no clue how SunOS' make differs. Can you check the devel branch whether this error still exists? |
HI,
I got it to work on CentOS in the end and it repaired my file as I had hoped.
Thanks very much for your work on this and for following-up.
|
Hi, glad to hear. Nevertheless it's bad that it does not compile on SunOS. Maybe somebody else using SunOS can check it out? |
I worked a very long time ago in SunOS. It is possible to call GNU's make "gmake" through a link or possibly at compilation/build time. Then use "gmake". Or, set the environment variable MAKE to the GNU Make executeable and use an alias or point make to GNU's make. |
Thank you for this information. So if I understand this right, it is not a bug? Adding a hint in the INSTALL file should be enough thou? |
IMHO it is not a bug - there are different flavors of Makefile's. |
Great! I am going to add a note to INSTALL file. Thank you, mdeweerd. |
Thank you both for looking into this problem
The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
|
me@myhost# git clone https://github.com/Rup0rt/pcapfix.git
Cloning into 'pcapfix'...
remote: Enumerating objects: 665, done.
remote: Total 665 (delta 0), reused 0 (delta 0), pack-reused 665
Receiving objects: 100% (665/665), 272.77 KiB | 0 bytes/s, done.
Resolving deltas: 100% (438/438), done.
Checking connectivity... done.
me@myhost# make
make: Fatal error in reader: Makefile, line 1: Badly formed macro assignment
me@myhost:/mydir# uname -a
SunOS fireworks 5.11 11.3 sun4v sparc SUNW,SPARC-Enterprise-T5120
The text was updated successfully, but these errors were encountered: