Re: [MSEide-MSEgui-talk] .deb package

2013-01-10 Thread Patrick Goupell
On 01/10/2013 01:32 AM, Martin Schreiber wrote: And you have the sources in /usr/lib/mseide-msegui/lib/*? That will not work because FPC will try to compile the units if it founds the sources. You need to separate compiled units and sources to different directories and list under -Fu the

Re: [MSEide-MSEgui-talk] .deb package

2013-01-10 Thread Martin Schreiber
On Thursday 10 January 2013 16:46:44 Patrick Goupell wrote: On 01/10/2013 01:32 AM, Martin Schreiber wrote: And you have the sources in /usr/lib/mseide-msegui/lib/*? That will not work because FPC will try to compile the units if it founds the sources. You need to separate compiled units

Re: [MSEide-MSEgui-talk] .deb package

2013-01-10 Thread Patrick Goupell
On 01/10/2013 01:58 PM, Martin Schreiber wrote: Do I need to make changes in the Settings - Configure MSEide? Yes. ${MSELIBDIR} should point to the root of the unit directory tree. Do I need to make changes in the Project - Options directories for U/I/L/O? No. But the project

Re: [MSEide-MSEgui-talk] .deb package -- a big OOPS!!!

2013-01-10 Thread Ivanko B
Me gather copy (find xarg below) all units etc to same directory so that it can't be pointed by a single macro. debian.RULES: [..] # create all necessary directories install -d $(INSTALL_DIR)/usr/bin install -d $(INSTALL_DIR)/usr/lib/mseide-msegui/units/common

Re: [MSEide-MSEgui-talk] .deb package -- a big OOPS!!!

2013-01-10 Thread Ivanko B
can't be pointed == Oops, CAN be pointed -- 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

Re: [MSEide-MSEgui-talk] .deb package

2013-01-10 Thread Ivanko B
Startup command for IDE: install/mseide = /usr/bin/mseide -- #!/bin/sh # may be needed on some misconfigured X11 systems # #export LANG=ru_RU.UTF-8 /usr/lib/mseide-msegui/apps/ide/mseide '--macrodef=MSEDIR,/usr/lib/mseide-msegui/,MSELIBDIR,${MSEDIR}units/' exit 0

Re: [MSEide-MSEgui-talk] .deb package

2013-01-10 Thread Martin Schreiber
On Thursday 10 January 2013 20:18:38 Patrick Goupell wrote: So the sources would be something like /usr/lib/mseide-msegui/sources and units would be something like /usr/lib/mseide-msegui/units Then ${MSEDIR} would be /usr/lib/mseide-msegui/sources and ${MSELIBDIR} would be