Re: [Lazarus] svn r23973 unable to open old projects

2010-03-16 Thread Kjow
2010/3/16 Paul Ishenin webpi...@mail.ru: make bigideclean bigide installs just more packages than make clean all so you can use the first command after an svn update. Best regards, Paul Ishenin. Thanks! So I'm going to replace this: ... cd C:\Develop\Lazarus svn up make clean all lazbuild

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-16 Thread Kjow
2010/3/16 Flávio Etrusco flavio.etru...@gmail.com: Yes. You may also try to add FPCOPT=-Xg to 'make', so you don't have to run strip ;-) Also, please note that this OldAutoSize is not a solution, it's a temporary work-around to the new AutoSize code, which was introduced to resolve some

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-16 Thread Vincent Snijders
Kjow schreef: Thanks! So I'm going to replace this: ... cd C:\Develop\Lazarus svn up make clean all lazbuild --build-ide= strip --strip-all lazarus.exe strip --strip-all lazbuild.exe strip --strip-all startlazarus.exe pause exit AFAIK OldAutoSize is used in the LCL en IDE only, relinking

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-16 Thread Paul Ishenin
16.03.2010 15:47, Kjow wrote: cd C:\Develop\Lazarus svn up make clean bigide OPT=-dOldAutoSize strip --strip-all lazarus.exe strip --strip-all lazbuild.exe strip --strip-all startlazarus.exe pause exit I would recommend to do: make bigideclean bigide OPT=-dOldAutoSize -Xs 1. is to use

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-16 Thread Vincent Snijders
Paul Ishenin schreef: 16.03.2010 15:47, Kjow wrote: cd C:\Develop\Lazarus svn up make clean bigide OPT=-dOldAutoSize strip --strip-all lazarus.exe strip --strip-all lazbuild.exe strip --strip-all startlazarus.exe pause exit I would recommend to do: make bigideclean bigide

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-16 Thread Paul Ishenin
16.03.2010 21:50, Vincent Snijders wrote: 1. is to use bigideclean instead of clean 2. to use -Xs instead of strip make bigideclean bigide OPT=-dOldAutoSize -Xs I thought -Xs doesn't work if you add -gl to the compiler parameters, as the Lazarus makefiles do. So you would have to do

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-16 Thread Vincent Snijders
Kjow schreef: 2010/3/16 Paul Ishenin webpi...@mail.ru: make bigideclean bigide OPT=-dOldAutoSize -Xg del lazarus.dbg del startlazarus.dbg del lazbuild.dbg Best regards, Paul Ishenin. Ok, thank you so much. Now I there is the problem how to compile every extra packages already installed

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-16 Thread Vincent Snijders
make bigideclean bigide OPT=-dOldAutoSize -Xg I have all I need, but no GLScene. The only way to have GLScene in the IDE is to build from ide. frustrationWhat happens if you just do what I told you?/frustration http://lists.lazarus.freepascal.org/pipermail/lazarus/2010-March/050400.html

[Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread ik
Hello, I've built lazarus today from few weeks ago to r23973. I had an open project while compiled Lazarus again. When Lazarus arrive back from compilation, it was unable to open the project. When I try to force it to open it, it just hangs until I'll kill it. I'm using Linux x86_64 with fpc

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread Kjow
2010/3/13 ik ido...@gmail.com: Hello, I've built lazarus today from few weeks ago to r23973. I had an open project while compiled Lazarus again. When Lazarus arrive back from compilation, it was unable to open the project. When I try to force it to open it, it just hangs until I'll kill it.

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread zeljko
On Saturday 13 March 2010 12:22, ik wrote: Hello, I've built lazarus today from few weeks ago to r23973. I had an open project while compiled Lazarus again. When Lazarus arrive back from compilation, it was unable to open the project. When I try to force it to open it, it just hangs until

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread Kjow
2010/3/15 zeljko zel...@holobit.net: Probably newautosize bug. Try to rebuild lazarus with -dOldAutoSize and then try again to open your project. zeljko Building IDE with -dOldAutoSize option solves both these bug: http://mantis.freepascal.org/view.php?id=15971

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread ik
http://ik.homelinux.org/ On Mon, Mar 15, 2010 at 19:45, Kjow antispamm...@gmail.com wrote: 2010/3/15 zeljko zel...@holobit.net: Probably newautosize bug. Try to rebuild lazarus with -dOldAutoSize and then try again to open your project. zeljko Building IDE with -dOldAutoSize option

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread zeljko
Indeed it solved my problem. How can I migrate to the new AutoSize ? I don't think that you have to migrate to new autosize but wait until newautosize bugs fixed. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread ik
http://ik.homelinux.org/ On Mon, Mar 15, 2010 at 20:09, zeljko zel...@holobit.net wrote: Indeed it solved my problem. How can I migrate to the new AutoSize ? I don't think that you have to migrate to new autosize but wait until newautosize bugs fixed. Thanks zeljko --

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread Kjow
2010/3/15 zeljko zel...@holobit.net: Probably newautosize bug. Try to rebuild lazarus with -dOldAutoSize and then try again to open your project. zeljko How to recompile from command prompt with -dOldAutoSize option? I tried, but it doesn't like it... From IDE-Advanced Build Option-options

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread ik
http://ik.homelinux.org/ On Mon, Mar 15, 2010 at 21:55, Kjow antispamm...@gmail.com wrote: 2010/3/15 zeljko zel...@holobit.net: Probably newautosize bug. Try to rebuild lazarus with -dOldAutoSize and then try again to open your project. zeljko How to recompile from command prompt

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread Kjow
2010/3/15 ik ido...@gmail.com: On menu tools choose Configure Build Lazarus Then there use the tab Advance build options And there on the Options TEdit place your option (-dOldAutoSize) And then build Lazarus from there :) Yes I know :) From IDE-Advanced Build Option-options No problems.

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread Vincent Snijders
Kjow schreef: 2010/3/15 ik ido...@gmail.com: On menu tools choose Configure Build Lazarus Then there use the tab Advance build options And there on the Options TEdit place your option (-dOldAutoSize) And then build Lazarus from there :) Yes I know :) From IDE-Advanced Build Option-options

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread Kjow
2010/3/15 Vincent Snijders vsnijd...@vodafonevast.nl: If you did previously: make clean bigide now do: make clean bigide OPT=-dOldAutoSize Vincent Thanks, but now I have a question: make clean bigide (and so: make clean bigide OPT=-dOldAutoSize ) is the command above the equivalent to

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread Kjow
2010/3/15 Kjow antispamm...@gmail.com: make clean bigide (and so: make clean bigide OPT=-dOldAutoSize ) I have an other question: Can make clean bigide replace make clean all after an svn update? Thanks, Kjow -- ___ Lazarus mailing list

Re: [Lazarus] svn r23973 unable to open old projects

2010-03-15 Thread Paul Ishenin
16.03.2010 5:28, Kjow wrote: I have an other question: Can make clean bigide replace make clean all after an svn update? make bigideclean bigide installs just more packages than make clean all so you can use the first command after an svn update. Best regards, Paul Ishenin. --