<div style="font-family: Verdana; font-size: 12;">Hi,<br><br>going on building, I found a couple of vcl sources using "alloca", requiring an include on solaris/illumos.<br>So I had to patch both toolkit/source/awt/vclxgraphics.cxx and toolkit/source/awt/vclxfont.cxx to add this:<br><br>#ifdef __sun__<br>#include <alloca.h><br>#endif<br><br>and now it goes on ;)<br><br>Gabriele.<br><div><br><br></div></div>