INIST-CNRS : Tellico qualifies among 20 bibliography
management softwares
Regis Boudin
regis at boudin.name
Thu Jan 22 04:12:03 MST 2009
Hi all,
On Wed, January 21, 2009 23:57, cmiramon at kde-france.org wrote:
>> I read through some of the site, it sounds rather thorough. If you have
>> any further questions, feel free to ask! :)
>>
>
> One of the question the survey is "cross-platform"
>
> When do you think the KDE4 Tellico will be ready ?
>
> I guess the KDE4 Tellico should work in Windows.
I had a quick look at compiling on Windows, and got a few problems. Looks
like the Visual Studio compiler doesn't like implicit use of namespaces,
so I had to add lots of 'Tellico::' or 'Tellico::Data::'.
Typically, in src/field.cpp
-Tellico::Data::FieldList Field::dependsOn(CollPtr coll_) const {
+Tellico::Data::FieldList Field::dependsOn(Tellico::Data::CollPtr coll_)
-void Field::setPropertyList(const StringMap& props_) {
+void Field::setPropertyList(const Tellico::StringMap& props_) {
-void Field::convertOldRating(Data::FieldPtr field_) {
+void Field::convertOldRating(Tellico::Data::FieldPtr field_) {
Robby, would you like me to commit these ? That affects about 100 files.
Plus a couple of other small usual things, with compilers being more or
less strict (added const, no #warning, ...). These can be either worked
around or dealt with slightly differently.
Regis
PS:
More information about the tellico-users
mailing list