Re: On ubuntu 10.04 cannot find"libpyglib-2.0-python.so.0"
Ludovic Brenta <[email protected]> Wed, 15 Sep 2010 18:20:57 +0200
| Newsgroups | gmane.comp.ide.gps.user |
|---|---|
| Message-ID | <daa72adebc6aa5b91a604cef2ad2375b@localhost> |
Francesco Piraneo G. wrote: >>> Everything works fine in windows so I think it's a platform related >>> problem. >> >> I suspect this has to do with the fact that Linux filesystems are always >> case-sensitive whereas Windows filesystems are not. What happens if you >> rename the file TemperatureConverter.adb to temperatureconverter.adb? > > YES! It works! :-) > >> (and maybe you should follow the Ada Quality and Style Guide convention: >> Temperature_Converter, temperature_converter.adb). > > That's true! > But it's also true that IMHO gps has to respect the case on a case > sensitive environment... bug?! ;-) No, feature; you can change the naming convention for files if you like; for this, read the GNAT User's Guide about file naming schemes: http://gcc.gnu.org/onlinedocs/gcc-4.4.4/gnat_ugn_unw/Naming-Schemes.html#Naming-Schemes -- Ludovic Brenta.