On Sun, Aug 16, 2015 at 2:05 PM, FreeMan <[email protected]> wrote:
> In terminal, make then lazbuild so many result like this
> .............Warning: (5066) Symbol "........." is deprecated: "Use the
> function in LazFileUtils unit" LazFileCache unit and some others units as
> well.

The wrapper functions are deprecated but continue to work as before.
The "deprecated" warnings were already supressed by changing the order
of used units.
It happened in r49612 and r49624, and Mattias also fixed some. The
"right" unit must come later in uses section.
Also building Lazarus with "DisableWrapperFunctions" define supresses
the warnings.


> Why I nearly goes mad :)
> I started r49600 then update one by one I mean "svn update -r49601" to
> r49615 after each update then make then run lazbuild then run IDE then build
> from menu.

Usually you should do a bisect operation to find a guilty revision.
First find a revision that works and a revision that does not work.
Then split the range in half and check if the middle rev works. Then
split again, just like in binary search algorith.
Git has a nice command "git bisect" to help with that.

Juha

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to