C. Bergstr?m wrote: > .... I've got enough on my TODO list to keep busy for a couple days, > but I'm feeling quite optimistic we can get this upstream in the > foreseeable future. > The two biggest issues I had were:
1. The build environment depends upon the default shell being bash. If the default shell is not bash, you get lots of errors like: sh: !: not found 2. Lack of asprintf()/vasprintf() in Solaris. These functions are used quite a bit. I ended up rolling my own, but never found a good single header file that made all the sources files happy.