This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 9bd6cfb
committed
Add workaround for missing fl_method_xxx_response_get_type() symbols
Using the following macros:
- FL_METHOD_SUCCESS_RESPONSE()
- FL_METHOD_ERROR_RESPONSE()
- FL_METHOD_NOT_IMPLEMENTED_RESPONSE()
Would result to linking errors:
/usr/bin/ld: foo_plugin.so: undefined reference to `fl_method_success_response_get_type'
/usr/bin/ld: foo_plugin.so: undefined reference to `fl_method_error_response_get_type'
/usr/bin/ld: foo_plugin.so: undefined reference to `fl_method_not_implemented_response_get_type'
See also commit 6e378cf.1 parent a1db2b3 commit 9bd6cfb
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
0 commit comments