<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
</head><body style="">
<div>
<br/>"Leonardo M. Ramé" <l.rame@griensu.com> hat am 18. September 2012 um 14:47 geschrieben:
<br/>> On 2012-09-18 09:36:02 +0000, Mark Morgan Lloyd wrote:
<br/>>[...]
<br/>> Maybe those are causing the problems with my CGI app. Aparently all
<br/>> those are related to Gnome, is it possible to compile lazarus nogui?. I
<br/>> don't need the ide, I just need to compile an app.
<br/>
<br/>
</div>
<div>
This builds lazbuild
</div>
<div>
make clean lazbuild
</div>
<div>
</div>
<div>
Then compile your project with nogui:
</div>
<div>
./lazbuild --ws=nogui /path/to/your/project.lpi
</div>
<div>
</div>
<div>
</div>
<div>
Mattias
</div>
<div>
</div>
<div>
</div>
</body></html>