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

2013-01-15 Thread Ivanko B
Patrick, let's try the approach me used, for the below bunch: http://www.likan.uz/uploads/MSE_debianized.rar make_all.sh must build everithing provided that debhelper (= 5), dpatch, unzip, fpc (=2.2.0), libx11-dev are insatalled on the build host.

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

2013-01-15 Thread Patrick Goupell
On 01/15/2013 08:06 AM, Ivanko B wrote: Patrick, let's try the approach me used, for the below bunch: http://www.likan.uz/uploads/MSE_debianized.rar make_all.sh must build everithing provided that debhelper (= 5), dpatch, unzip, fpc (=2.2.0), libx11-dev are insatalled on the build host.

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

2013-01-15 Thread Ivanko B
What I have now is working so no more changes for now. Just more testing. = Anyway we should provide tutorials, docs, examples, utils etc together with IDE units - like other RADs are formed. My aprroach was an attempt to achieve that :)

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

2013-01-15 Thread Patrick Goupell
On 01/15/2013 08:24 AM, Ivanko B wrote: What I have now is working so no more changes for now. Just more testing. = Anyway we should provide tutorials, docs, examples, utils etc together with IDE units - like other RADs are formed. My aprroach was an attempt to

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

2013-01-15 Thread Ivanko B
Or possibly include it in this package but in a separate path, maybe in /usr/share/doc/mseide-msegui/{examples,tutorials,doc,etc}. DEBIAN distros usually ship all these parts in separate packages. Currently, MSEUNIVERSE is difficult to take only needed per-package

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

2013-01-14 Thread Patrick Goupell
On 01/14/2013 01:31 AM, Martin Schreiber wrote: That is a possibility. But you should check why the MSEgui sources are in -Fu parameters. Did you check the .fpc.cfg file? The msgui sources are not in the -Fu parameters. I did not include the lib/common *.pas or *.mfm source files in the

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

2013-01-14 Thread Martin Schreiber
On Monday 14 January 2013 14:23:05 Patrick Goupell wrote: On 01/14/2013 01:31 AM, Martin Schreiber wrote: That is a possibility. But you should check why the MSEgui sources are in -Fu parameters. Did you check the .fpc.cfg file? The msgui sources are not in the -Fu parameters. I did not

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

2013-01-14 Thread Patrick Goupell
On 01/14/2013 08:50 AM, Martin Schreiber wrote: IIRC you get a access denied error because FPC tries to write a *.ppu or *.o file? So FPC must find the the sources to do so? Why don't you use -vt in order to check what happens? I did all of that. I just did not report it here. I did

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

2013-01-14 Thread Martin Schreiber
On Monday 14 January 2013 15:03:21 Patrick Goupell wrote: On 01/14/2013 08:50 AM, Martin Schreiber wrote: IIRC you get a access denied error because FPC tries to write a *.ppu or *.o file? So FPC must find the the sources to do so? Why don't you use -vt in order to check what happens? I

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

2013-01-14 Thread Patrick Goupell
On 01/14/2013 09:13 AM, Martin Schreiber wrote: On Monday 14 January 2013 15:03:21 Patrick Goupell wrote: On 01/14/2013 08:50 AM, Martin Schreiber wrote: IIRC you get a access denied error because FPC tries to write a *.ppu or *.o file? So FPC must find the the sources to do so? Why don't

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

2013-01-14 Thread Martin Schreiber
On Monday 14 January 2013 15:19:51 Patrick Goupell wrote: No. It did NOT find any *.pas source files. For now I do NOT have the source *.pas or *.mfm files installed on the computer. Now that the checksum changed' is no longer reported, I will add the *.pas and *.mfm files back into the

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

2013-01-14 Thread Patrick Goupell
On 01/14/2013 09:29 AM, Martin Schreiber wrote: For me the FPC unit handling is a mystery. :-) And probably even more mysterious for me. Patrick -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5,

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

2013-01-14 Thread Ivanko B
Did you check the .fpc.cfg file? === We shouldn't care about this file. For me the FPC unit handling is a mystery. :-) === As mentioned, why not to copy ALL bulit MSEgui units to /usr/lib/mseide-msegui/units/ run the IDE with the below command :

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

2013-01-14 Thread Martin Schreiber
On Monday 14 January 2013 19:33:50 Ivanko B wrote: Did you check the .fpc.cfg file? === We shouldn't care about this file. For me the FPC unit handling is a mystery. :-) === As mentioned, why not to copy ALL bulit MSEgui units to /usr/lib/mseide-msegui/units/ run

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

2013-01-14 Thread Ivanko B
Recompiling msearrayutils, checksum changed for msetypes. === --RE--compiling ? When does this message happen ? On primary builing the MSEgui units ? Or on building user projects ? Me ask because tried all the approches and the offered was the only one me had managed to

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

2013-01-14 Thread Patrick Goupell
On 01/14/2013 02:20 PM, Ivanko B wrote: Recompiling msearrayutils, checksum changed for msetypes. === --RE--compiling ? When does this message happen ? On primary builing the MSEgui units ? Or on building user projects ? Me ask because tried all the approches and

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

2013-01-14 Thread Sieghard
Hallo Martin, Du schriebst am Mon, 14 Jan 2013 19:40:34 +0100: Why do you think that would change the Recompiling msearrayutils, checksum changed for msetypes. problem? Just a dumb question, as I realized only now that the error message references _msetypes_ - why, after all, might the

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

2013-01-14 Thread Patrick Goupell
On 01/14/2013 02:38 PM, Sieghard wrote: Hallo Martin, Du schriebst am Mon, 14 Jan 2013 19:40:34 +0100: Why do you think that would change the Recompiling msearrayutils, checksum changed for msetypes. problem? Just a dumb question, as I realized only now that the error message references

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

2013-01-14 Thread Ivanko B
occurred after mseide was built and installed and attempting to test a new project === Definetely FPC can't find the prebuilt MSEgui units since doesn't get their proper location from MSEide. ( this approach me advise worked at me well and this was the only one working )

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

2013-01-14 Thread Martin Schreiber
On Monday 14 January 2013 15:19:51 Patrick Goupell wrote: On 01/14/2013 09:13 AM, Martin Schreiber wrote: On Monday 14 January 2013 15:03:21 Patrick Goupell wrote: On 01/14/2013 08:50 AM, Martin Schreiber wrote: IIRC you get a access denied error because FPC tries to write a *.ppu or *.o

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

2013-01-13 Thread Martin Schreiber
On Sunday 13 January 2013 20:44:05 Patrick Goupell wrote: On 01/11/2013 01:25 PM, Martin Schreiber wrote: Then there is something wrong. Please add -vt to compiler options in order to check why FPC tries to compile. I may have found the problem and solution. I had to use the compiler