[OSM-talk] ANNOUNCE : merkaartor v0.02

lars lars at aronsson.se
Tue Oct 24 03:03:54 BST 2006


bvh wrote:

> http://www.irule.be/bvh/c++/merkaartor/
> 
> I am especially looking for people to give feedback (I fully expect
> a lot of things that can be improved) and those who compile it under
> anything but Windows. Please let me know if you succeed.

Apparently Qt4 has a utility called "qmake" that generates a 
Makefile.  You could include a README file that explains this.

I'm running Ubuntu Linux 6.06 with g++, the Gnu C++ compiler.  
There are many warnings that there are no newlines at the end of 
files.

The following are the most often reported errors from a "make -k":

     29 Map/MapFeature.h:50: error: ‘Tags’ was not declared in this scope
     29 Map/MapFeature.h:50: error: ‘>>’ should be ‘> >’ within a nested template argument list
     11 MainWindow.h:4:42: error: GeneratedFiles/ui_mainwindow.h: No such file or directory
     10 MainWindow.h:14: error: ‘Ui’ has not been declared
     10 MainWindow.h:14: error: invalid use of undefined type ‘class MainWindow’
      4 Map/Painting.cpp:12: error: expected primary-expression before ‘const’
      3 Interaction/Interaction.h:5: error: forward declaration of ‘class MainWindow’
      3 GeneratedFiles/ui_UploadMapDialog.h:82: error: ‘QDialogButtonBox’ has not been declared
      3 GeneratedFiles/ui_DownloadMapDialog.h:133: error: ‘QDialogButtonBox’ has not been declared
      3 MainWindow.h:14: error: forward declaration of ‘class MainWindow’
      2 Map/Painting.h:8: error: forward declaration of ‘struct QPen’

Then there are 75 errors that are only reported once.  Most of 
these were reported in the following files:

     14       Map/Way.cpp
     12       Map/Painting.cpp
      9       GeneratedFiles/ui_DownloadMapDialog.h
      8       GeneratedFiles/ui_UploadMapDialog.h
      7       MainWindow.cpp
      7       Interaction/EditInteraction.cpp
      4       GeneratedFiles/debug/.../MainWindow.h


-- 
  Lars Aronsson (lars at aronsson.se)
  Aronsson Datateknik - http://aronsson.se




More information about the talk mailing list