On Tue, 18 Jan 2011 21:32:16 +0000 Frank Church <[email protected]> wrote:
> On 18 January 2011 21:24, Mattias Gaertner <[email protected]>wrote: > > > On Tue, 18 Jan 2011 21:06:48 +0000 > > Frank Church <[email protected]> wrote: > > > > > I rebuilt the IDE with NoGUI option, and after closing and restart > > Lazarus > > > it fails to open with the above message "TWinControl.CreateWnd: The nogui > > > widgetset does not support visual controls", followed by a few others. > > > > > > Is there some way to get to revert to the original GTK2 with some command > > > line based rebuilding? > > > > cd path/to/your/lazarus > > ./lazbuild --build-ide= --ws=gtk2 > > > > > You both responded 5 minutes too late. I just deleted the whole installation > to recompile it and it should finish in a few minutes. > It is currently doing a make install. > > In reference to my previous question does the persistence of the libgtk > error imply that the NoGUI option failed to work properly, or could it be > because the Build All did not entirely eliminate some included units? > > Are there some steps the additional steps required in the Build All that I > may have missed? You have to choose the nogui widgetset in the project's compiler options and of course you must not use any unit that uses the gtk. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
