Opened 7 years ago
Closed 6 years ago
#2294 closed bug (invalid)
functions declared in headers/posix/iconv.h are not published by libroot.so
| Reported by: | oco | Owned by: | axeld |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | System/libroot.so | Version: | R1/pre-alpha1 |
| Keywords: | Cc: | andreasf | |
| Blocked By: | Blocking: | ||
| Has a Patch: | no | Platform: | All |
Description
I discover this problem using widestring in FreePascal. This feature rely on those functions.
There is a problem while loading programs that use those functions.
I will attach the quick patch i have done to test publishing those functions. Programs are launched correctly, but the implementation remains broken (according to freepascal test suite). So, don't apply it !
Attachments (1)
Change History (6)
Changed 7 years ago by oco
comment:1 Changed 7 years ago by andreasf
- Cc andreasf added
comment:2 Changed 7 years ago by korli
comment:3 Changed 7 years ago by oco
Oh ! forgot to look there !
Then, i could also adjust freepascal to use the right library...
comment:4 Changed 7 years ago by korli
Could you check the current state of this bug please ? a libiconv.so is now provided.
comment:5 Changed 6 years ago by korli
- Resolution set to invalid
- Status changed from new to closed
Solved by linking against libtextencoding.so
Note: See
TracTickets for help on using
tickets.

Iconv is atm included in libtextencoding.so. Maybe it should reside in libroot.so instead.