| Anonymous | Login | Signup for a new account | 2013-05-19 03:45 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0004614 | OCaml | Incoming | public | 2008-09-16 01:53 | 2008-09-26 09:36 | |||
| Reporter | Charles Martin | |||||||
| Assigned To | garrigue | |||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.11+dev | |||||||
| Target Version | Fixed in Version | 3.11+dev | ||||||
| Summary | 0004614: inconsistent declaration of CamlCBCmd() | |||||||
| Description | ./otherlibs/labltk/support/camltk.h: extern int CamlCBCmd(ClientData clientdata, Tcl_Interp *interp, int argc, CONST84 char **argv); ./otherlibs/labltk/support/cltkCaml.c: #if (TK_MAJOR_VERSION == 8 && TK_MINOR_VERSION >= 4 || TK_MAJOR_VERSION > 8) int CamlCBCmd(ClientData clientdata, Tcl_Interp *interp, int argc, CONST84 char **argv) #else int CamlCBCmd(ClientData clientdata, Tcl_Interp *interp, int argc, char **argv) #endif | |||||||
| Additional Information | This was a compile error for me, using tk8.3. Replacing the camltk.h declaration with the same #ifdef logic as cltkCaml.c fixed the problem. | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2008-09-16 01:53 | Charles Martin | New Issue | |
| 2008-09-23 02:12 | doligez | Status | new => assigned |
| 2008-09-23 02:12 | doligez | Assigned To | => garrigue |
| 2008-09-26 09:36 | garrigue | Status | assigned => closed |
| 2008-09-26 09:36 | garrigue | Note Added: 0004633 | |
| 2008-09-26 09:36 | garrigue | Resolution | open => fixed |
| 2008-09-26 09:36 | garrigue | Fixed in Version | => 3.11+dev |
| Copyright © 2000 - 2011 MantisBT Group |