sed error (illegal byte sequence) at sudo make install concerning Ddd.ad.h under mac OS X
Christian NAUMOVIC <[email protected]> Fri, 2 Oct 2015 16:02:00 +0200
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <CAFGa4yptM8yV6Twe6x_DeVJDqLX=XCoFBE53oVMO6HHR1Kt20w@mail.gmail.com> |
Hello, I am using GNU gcc-5.2's gcc and g++ in what follows, and I am under mac os x yosemite. I configured lesstif-0.95.2 with ./configure --prefix=/usr/local/lvm/lesstif-0.95.2 and then make -j 4 and sudo make install. Had only a problem with /usr/local/lvm/lesstif-0.95.2/include/Motif-2.1/Xm/Xm.h.in that contained two strange "diamond-like" characters in its beginning and commented copyright part that I replaced with "C"'s. After I configured ddd-3.3.12 with : ./configure --with-motif-includes=/usr/local/lvm/lesstif-0.95.2/include/ --with-motif-libraries=/usr/local/lvm/lesstif-0.95.2/lib/ Then I make -j 4 and then I sudo make install and got this error : cat Ddd | cat | \ /usr/bin/sed -n -f ./ad2c.sed > Ddd.ad.h~ && mv Ddd.ad.h~ Ddd.ad.h sed: RE error: illegal byte sequence make[1]: *** [Ddd.ad.h] Error 1 make: *** [install-recursive] Error 1 How could I correct it ? Thx in advance, Christian