Menu

#2025 Commit [9c1ac8] breaks windows build

None
closed-fixed
nobody
Windows (113)
2018-03-31
2018-03-01
No

Commit [9c1ac8] breaks windows build.

gcc -c <snip> -o gpexecute.o ../../src/gpexecute.c
In file included from ../../src/gpexecute.c:59:0:
../../src/mouse.h:91:8: error: unknown type name 'udft_entry'
 extern udft_entry mouse_readout_function;
+extern udft_entry mouse_readout_function;

in mouse.h and ects. break the windows build.

I delete changes in mouse.h, set.c and show.c and build was terminated.
Any ideas for this issue ?

Related

Commit: [9c1ac8]

Discussion

  • Tatsuro MATSUOKA

    I confirmed that builds were successful on cygwin and Ubuntu. The above issue seem to be windows spcific.

     
  • Bastian Märkisch

    You can simply add #include "eval.h" to mouse.h.
    I have that comitted locally, but I am currently unable to push to SF due to
    "insufficient permission for adding an object to repository database ./objects".

     
  • Bastian Märkisch

    • status: open --> pending-fixed
    • Group: -->
    • Priority: -->
     
  • Bastian Märkisch

    Fix pushed to SF.

     
  • Tatsuro MATSUOKA

    Adding #include "eval.h" to mouse.h solves the problem. Thanks.!!
    I will wait when SF condition will be ordinal.

     
  • Tatsuro MATSUOKA

    I have over looked your push. I have comfirmed that your Fix solves the issue.

     
  • Bastian Märkisch

    • labels: --> Windows
    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.