On 01/17/13 23:34, Ivanko B wrote: > The startup script works - no need to configure IDE with it. > > But my FPC still can't find XLIB (smth wrong on my system - after HDD > upgrade 500G -> 2TB with "Norton GHost") - it's another (& my personal > troubles) hstory :)
Search your hard drive for libX11.so and libX11.a Then add that path to the LB_LIBRARY_PATH. Alternatively (what I do under FreeBSD, which doesn't seem to use LD_LIBRARY_PATH) is add the path to my ~/.fpc.cfg file as part of the -Fl<library_paths_go_here> lines. If you don't have the libX11.a file, then you need to install the libX11-devel package Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122912 _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

