Ticket #1103 (new defect)
[PATCH] Format "memo": ERROR: Unable to find conversion path
| Reported by: | scriptor | Owned by: | bricks |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | OpenSync: Build Environment | Version: | 0.38 |
| Severity: | normal | Keywords: | memo, Unable to find conversion path |
| Cc: | bricks |
Description (last modified by felixmoeller) (diff)
Whenever a peer is configured with format "memo", the following errors appear:
ERROR: Unable to find conversion path EXIT_ERROR: osync_format_env_find_path_fn: Unable to find conversion path EXIT_ERROR: osync_format_env_find_path: Unable to find conversion path EXIT_ERROR: ldap_format_perform_conversion: Unable to find conversion path main: Unable to find conversion pathERROR: main: Unable to find conversion path EXIT_ERROR: main: Unable to find conversion path
The reason is quite simple: xmlformat_note_memo.c does not get built. It has been forgotten in CMakeLists.txt.
I attach a patch that solves this problem.
Attachments
Change History
Changed 4 years ago by scriptor
- Attachment CMakeLists.txt.diff added
Note: See
TracTickets for help on using
tickets.

Patch against xmlformat/trunk/src/CMakeLists.txt