Re: [Lazarus] MacOS 10.5 - Compiling a package stops without error message

2008-07-22 Thread Mattias Gaertner
On Tue, 22 Jul 2008 10:54:10 +0200
Roland Turcan [EMAIL PROTECTED] wrote:

 Hello folks,
 
 MG Since svn rev 15749 lazbuild can do that:
 MG ./lazbuild --build-ide=
 MG Mattias
 
 Thanks Mattias, it shows me next ugly error messages during building
 lazarus with our components.
 
 How can I turn on move verbose outputs to see more about the problem.

./lazbuild --build-ide=-va  alloutput.txt


 The strangest is, the same source code is buildable into Lazarus/Linux
 without any problem, but Linux runs on i386 and MacOS on PPC. I guess
 it is problem with compiler.
 
 ...
 Assembling resconf
 An unhandled exception occurred at $00148A30 :
 EAccessViolation : Access violation
   $00148A30
   $001479D4
   $0014C90C
   $0014B05C
   $001245C0
   $0014FE78
   $00150378
   $0013321C
   $0012B980
   $00109044
   $0011D3C4
   $0012AAEC
   $0012AE00
   $0012BB88
   $00Fatal: Compilation aborted
 109044
   $0011D3C4
   $0012AAEC
 
 TExternalToolList.Run Exception: there was an error
 ERROR: tool reported error


Mattias
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] MacOS 10.5 - Compiling a package stops without error message

2008-07-19 Thread Mattias Gärtner
Zitat von Roland Turcan [EMAIL PROTECTED]:

 Hello [EMAIL PROTECTED]

 When I try to compile my package with visual components using
 makefile, then compilation and linking successfully finishes.

 When I try to compile from IDE, then compilation stops on one unit
 (always the same) without any message with reason and IDE gets
 unstable. The last message is ... Hint: Parameter s is not used.
 no error nothing. The caption of lazarus doesn't have ...compiling.
 It looks, that compilation finished.

 How can I build Lazarus with my package from command prompt?

Since svn rev 15749 lazbuild can do that:

./lazbuild --build-ide=

Mattias


___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] MacOS 10.5 - Compiling a package stops without error message

2008-07-18 Thread Roland Turcan
Hello [EMAIL PROTECTED]

When I try to compile my package with visual components using
makefile, then compilation and linking successfully finishes.

When I try to compile from IDE, then compilation stops on one unit
(always the same) without any message with reason and IDE gets
unstable. The last message is ... Hint: Parameter s is not used.
no error nothing. The caption of lazarus doesn't have ...compiling.
It looks, that compilation finished.

How can I build Lazarus with my package from command prompt?

Thanks.

-- 
Best regards, TRoland
http://www.rotursoft.sk
http://exekutor.rotursoft.sk

___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus