Hi.
I'm trying to build vlc under linux (version 0.9.0-test3) and I'm facing some problems during "make".
Some of the library files are being generated with ".loT" extension instead of ".lo".
When this happens, the next library can't compile and "make" stops. If I go to the /modules/* and rename the .loT file to .lo and make again it goes ok, until it generates another ".loT" and look for a ".lo" one.
Until now, it happened only with the following modules:
/audio_filter/spatializer -> I renamed one by one the ".loT" files to ".lo" and after a few rounds it went through...
/gui/qt4 -> I had enough of renaming files by now... So I decided to ask for help because there are too many library objects in this module and I have to make and rename for every ".lo" file in the module.
I know this may be some stupid problem with my gcc or something like that, but unfortunately I'm not a cpp programmer, and I'm building vlc to use it with JVLC on a project of mine.
Thanks in advance,
Othon