Forum > Other

How to build with fpGUI(alpha) LCL widget type

(1/2) > >>

HexNihilo:
Hello

I downloaded and installed Lazarus-1.1-36892-fpc-2.6.0-20120418-win32.exe
As explained in the link http://wiki.lazarus.freepascal.org/fpGUI_Interface :

--- Quote ---3.1. Supported on all platforms. Copy two directories and one file from the downloaded fpgui to lazarus
<fpGUI dir>/src/gui ⇒ lazarus/lcl/interfaces/fpgui/gui
<fpGUI dir>/src/corelib ⇒ lazarus/lcl/interfaces/fpgui/corelib
<fpGUI dir>/src/VERSION_FILE.inc ⇒ lazarus/lcl/interfaces/fpgui/VERSION_FILE.inc

--- End quote ---

Configure "Build lazarus"
LCL widget type : fpGUI (alpha)
Clean Up : Clean all

Build  ->> "Compiling package LCLBase 1.0.1" completed
Fatal: Can not find unit x used by fpg_impl.

How to build ? Thanks. Regards

barlone:
At least wait for fpGUI BETA :). fpGUI is very incomplete.

EDIT: Look to http://wiki.lazarus.freepascal.org/Roadmap#Status_of_features_on_each_widgetset

JuhaManninen:

--- Quote from: barlone on April 18, 2012, 07:20:27 pm ---At least wait for fpGUI BETA :). fpGUI is very incomplete.

--- End quote ---

Please be careful with you wording. The question was about LCL-fpGUI bindings. fpGUI itself is in good condition.
Graeme will be upset with such comments.

Juha

Graeme:

--- Quote from: HexNihilo on April 18, 2012, 06:57:22 pm ---Build  ->> "Compiling package LCLBase 1.0.1" completed
Fatal: Can not find unit x used by fpg_impl.

--- End quote ---
You seem to be missing some of the X11 development libraries in your Linux distribution. Look at the exact FPC error message to give you hints about what development libraries are missing. Install them, and then the compile should work fine.

Development packages (under Ubuntu at least) end with "-dev" or "-devel".

For example, if you get the error message "cannot find -lx11" when compiling on Linux then you should probably install the libxft-dev package (that package includes libx11-dev).

Graeme:

--- Quote from: JuhaManninen on April 18, 2012, 07:49:06 pm ---Graeme will be upset with such comments.

--- End quote ---
;)

Navigation

[0] Message Index

[#] Next page

Go to full version