Stichting-MINIX-Research-Foundation / minix

Official MINIX sources - Automatically replicated from gerrit.minix3.org
Other
3.03k stars 978 forks source link

charset conversion in GLib #245

Open ondratu opened 6 years ago

ondratu commented 6 years ago

Hi,

i try to compile any vala program on valac compiler from pkgsrc which could be installed via pkgin. But when I try to use --pkg argument to valac, GLib kick-out me with message:

"GLib: Cannot convert messge: Conversion from character set 'UTF-8' to '646' is not suported."

After that i install libiconv from pkgsrc, message was changed to:

"GLib: Cannot convert messge: Conversion from character set 'UTF-8' to 'ASCII' is not suported."

Whitout --pkg i got errors: error: Failed to execute child process "pkg-config" ((null)).

I 'm using minix_R3.4.0rc6-d5e4fc0.iso. virtualbox_minix_26_01_2018_21_26_05

ondratu commented 6 years ago

I try to install pkg-config, which got new error: SCHEDULER INTERNAL ERROR virtualbox_minix_26_01_2018_21_35_39