Menu

#117 pixmap.c: error: use of undeclared identifier 'interp'

1.4.0
closed
None
1
2023-11-18
2023-11-18
No
pixmap.c:1036:27: error: use of undeclared identifier 'interp'
 1036 |         Tcl_AppendResult (interp, "Unable to allocate memory for PixmapInstance.", (char *) NULL);
      |                           ^
1 error generated.

I think this was likely introduced in [r706]

Related

Commit: [r706]

Discussion

  • Christopher Chavez

    Should this instead use masterPtr->interp?

     
  • Paul Obermeier

    Paul Obermeier - 2023-11-18
    • status: open --> closed
    • assigned_to: Paul Obermeier
     
  • Paul Obermeier

    Paul Obermeier - 2023-11-18

    Thanks Christopher.

    I missed copying the modified pixmap.c into my BAWT framework for testing.

     

Log in to post a comment.