<div dir="ltr">2013/6/25 Leonardo M. Ramé <span dir="ltr"><<a href="mailto:l.rame@griensu.com" target="_blank">l.rame@griensu.com</a>></span><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
On 2013-06-25 18:57:39 -0300, Leonardo M. Ramé wrote:<br>
> Hi, I'm trying to compile Xidel<br>
> (<a href="http://videlibri.sourceforge.net/xidel.html" target="_blank">http://videlibri.sourceforge.net/xidel.html</a>) on a headless FreeBsd<br>
> machine, but, as this app requires the run-time package utf8tools I've<br>
> tried compiling using lazbuild:<br>
><br>
> lazbuild --add-package utf8tools.lpk<br>
><br>
> But I got this:<br>
> "ERROR: Package utf8tools.lpk is only for runtime."<br>
><br>
> Is there a way to build runtime packages using Lazbuild?.<br>
><br>
<br>
BTW, I compiled xidel using only fpc following these steps:<br>
<br>
1) Remove the {$R *.res} line in xidel.pas<br>
2) Run this:<br>
<br>
fpc -Fu../../../components/pascal/import/utf8tools \<br>
-Fu../../../components/pascal/internet/ \<br>
-Fu../../../components/pascal/data/ \<br>
-Fu../../../components/pascal/import/regexpr/source/ \<br>
-Fu../../../../synapse/ -Fu../../../components/pascal/system/ \<br>
-Fu../../../../lazarus/lcl/ -Fi../../../../lazarus/lcl/include \<br>
-Fu../../../../lazarus/components/lazutils/ \<br>
-Fu../../../../lazarus/lcl/widgetset/ xidel.pas<br>
<span><font color="#888888"><br>
--<br>
Leonardo M. Ramé<br>
<a href="http://leonardorame.blogspot.com" target="_blank">http://leonardorame.blogspot.com</a></font></span></blockquote><div><br></div><div><div>It would be nice if lazbuild also do:</div><div><br></div><div>lazbuild --remove-package utf8tools.lpk</div>
<div>lazbuild --add-rt-package utf8tools.lpk</div><div>lazbuild --remove-rt-package utf8tools.lpk</div></div><div><br></div><div>-- </div></div>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div></div>