Re: [fpc-pascal] Embedded ARM7 and long strings

2013-08-18 Thread Florian Klämpfl
Am 24.07.2013 09:07, schrieb Carsten Bager: > The {$LONGSTRINGS OFF} directive is given at the beginning of the program, > and that > eliminates any problems with "long strings" using the 2.05 compiler. That > does not seem to > work with the new compiler. > > Is there a way around this proble

Re: [fpc-pascal] Re: Compilation Error At revision 25270.

2013-08-18 Thread waldo kitty
On 8/18/2013 09:49, Mattias Gaertner wrote: On Sun, 18 Aug 2013 09:43:37 -0400 waldo kitty wrote: On 8/18/2013 02:52, Reinier Olislagers wrote: On 17/08/2013 19:34, waldo kitty wrote: [...] in any case, failing to run "make clean" or "make disclean" /before/ "svn up" can lead to problems wit

[fpc-pascal] Re: Compilation Error At revision 25270.

2013-08-18 Thread Reinier Olislagers
On 18/08/2013 15:43, waldo kitty wrote: > On 8/18/2013 02:52, Reinier Olislagers wrote: >> On 17/08/2013 19:34, waldo kitty wrote: > question: at what point does your updater tool perform "make clean" or > "make distclean"? before or after or both, before and after, the svn > update? fpcup? It ru

Re: [fpc-pascal] Re: Compilation Error At revision 25270.

2013-08-18 Thread Mattias Gaertner
On Sun, 18 Aug 2013 09:43:37 -0400 waldo kitty wrote: > On 8/18/2013 02:52, Reinier Olislagers wrote: > > On 17/08/2013 19:34, waldo kitty wrote: > [...] > in any case, failing to run "make clean" or "make disclean" /before/ "svn up" > can lead to problems with old libraries being left in old lo

Re: [fpc-pascal] Re: Compilation Error At revision 25270.

2013-08-18 Thread waldo kitty
On 8/18/2013 02:52, Reinier Olislagers wrote: On 17/08/2013 19:34, waldo kitty wrote: [...] so you started as #1 above and svn up to #2... when you run make clean, the old mylib.o,.a,.ppu files are still in \projects\myproject somewhere and may be used by the compiler instead of those that shou