Le 30/12/2014 16:27, Edgar Fuß a écrit :
EF> CPPFLAGS+= -DRAWCPP=\"${PREFIX}/bin/tradcpp\" Â[...] EF> CPPFLAGS+= -DRAWCPP='"${PREFIX}/bin/tradcpp"'JS> That makes no sense, they should result in exactly the same variableJS> content.Well, the first version fails (C compiler can't generate executables), thesecond version produces a working imake.What else can I do to prove it makes a difference? On NetBSD, I would justktrace the whole thing, but Apple removed ktrace from OS X.
Untested for me, but there are dtrace scripts floating around that try to reproduce ktrace/truss functionality. One from joyent:
https://github.com/joyent/dtruss-osx/blob/master/dtruss -- Jean-Yves Migeon jym@