You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this problem cause by macro function in pcman_gtk2.cpp file on line 22.
Change "#if defined(HAVE_GETTEXT)" into "#if 1" can solve this problem.
The reason is steal looking.
make[3]: Nothing to be done for
all'. Making all in core make[3]: Nothing to be done for
all'.CXX pcmanx_gtk2.o
pcmanx_gtk2.cpp:88:2: error: use of undeclared identifier 'bindtextdomain'
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
^
pcmanx_gtk2.cpp:89:2: error: use of undeclared identifier
'bind_textdomain_codeset'
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
^
pcmanx_gtk2.cpp:90:2: error: use of undeclared identifier 'textdomain'
textdomain(GETTEXT_PACKAGE);
^
3 errors generated.
make[3]: *** [pcmanx_gtk2.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
pcmanx_gtk2.cpp的那几行代码出错
The text was updated successfully, but these errors were encountered: