Follow-up Comment #7, bug #25657 (project gnustep):

it was the change to line 137 that cause the problem here.

after adding it, I recognized the following warning when compiling:

 Compiling file DiagramView.m ...
DiagramView.m: In function `-[DiagramView showEntity:]':
DiagramView.m:138: warning: implicit declaration of function `floor'

Then restarting DBModeler, and the diagramview was empty.
I then added a 
#include <math.h> 
to the DiagramView.h file. After recompiling, the diagram view was working
again.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25657>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to