<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Sorry Iwas forget<br>
    fpc svn update 26218<br>
    lazarus svn update 43532<br>
    kubuntu 13.10 x64<br>
    <br>
    this lines how I compile svn fpc<br>
    make clean all install INSTALL_PREFIX=/opt/freepascal/2.7.1
    OVERRIDEVERSIONCHECK=1 <br>
    <br>
    for crosscompile win32 win64<br>
    <br>
    make clean all install INSTALL_PREFIX=/opt/freepascal/2.7.1
    OS_TARGET=win32 CPU_TARGET=i386<br>
    sudo make crossinstall OS_TARGET=win32 CPU_TARGET=i386<br>
    <br>
    make clean all install INSTALL_PREFIX=/opt/freepascal/2.7.1
    OS_TARGET=win64 CPU_TARGET=x86_64<br>
    sudo make crossinstall OS_TARGET=win64 CPU_TARGET=x86_64<br>
    <br>
    this lines is for lazarus<br>
    make PREFIX=/opt clean all LCL_PLATFORM=qt bigide OPT="-dUSE_QT_45"<br>
    ./lazbuild --ws=qt --pcp=~/.lazarus --build-all --recursive
    --build-ide=<br>
    <br>
    <br>
    <div class="moz-cite-prefix">11-12-2013 15:16 tarihinde, Martin Frb
      yazdı:<br>
    </div>
    <blockquote cite="mid:52A865AA.7020808@mfriebe.de" type="cite">
      <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
      <div class="moz-cite-prefix">On 11/12/2013 11:05, FreeMan wrote:<br>
      </div>
      <blockquote cite="mid:52A846EF.8010407@delphiturkiye.com"
        type="cite">
        <meta content="text/html; charset=UTF-8"
          http-equiv="Content-Type">
        I have a new bug, While debugging, some error popup (still not
        sure wich and how so I can not report detail) Blue dots loseing
        application running and I can't not debug. When application end
        via "Application.Terminate;" code this error popups<br>
        <br>
        The GDB command:<br>
        "-exec-run"<br>
        returned the error:<br>
        ",msg="During startup program exited normally.""<br>
        <br>
        Close and reopen lazarus not changed still goes on. I have to
        reset system.<br>
        <br>
      </blockquote>
      <br>
      1)  I still do not know:     Which OS? 32 or 64 bit?<br>
      <br>
      2)  For this new error, I also need to know which version of
      Lazarus<br>
      <br>
      3)  You can try to change the value of "InternalStartBreak" (see
      property grid on the menu/tools/options/debugger/general page).
      There is no prediction which value will work, so you need to try
      them all.<br>
      <br>
      3a) <br>
      In addition please provide a log.<br>
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session">http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session</a><br>
      <br>
      Provide a log with the current default of InternalStartBreak
      (getting the error). And provide logs for the other values you
      choose, indicating if they fail or work.<br>
      <br>
      4)<br>
      If you do not debug inside libraries (dll/so) then you may also
      want to add --eval-command="set auto-solib-add off" as described
      here:<br>
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#gdb.exe_has_stopped_working">http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#gdb.exe_has_stopped_working</a><br>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">--
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>