Problem with GCC 4.4.1
Status: Pre-Alpha
Brought to you by:
mihai_preda
When compiling with GCC 4.4.1, the program examples.cpp cannot be linked since the Dir::getSize() if not found in the library.
It is inline.
When removing inline, compilation works.
An another thing:
The storage name in examples.cpp is 'c:/storage.pico', when not under windows (typically linux) the storage cannot be creates nor opened (c:/...) and a segmentation error is raised since returned values are not tested for validity. Removing 'c:/' corrects the problem and it may work under any system.
Attached a path with what I have applyed.
Pacth for inline and 'C:/'