Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't know how to make /usr/local/share/qt5/translations/qt_zh_CN.qm. Stop #147

Closed
yurivict opened this issue May 27, 2022 · 2 comments
Closed

Comments

@yurivict
Copy link

===>  Building for notepadnext-0.5.2
--- sub-NotepadNext-all ---
cd NotepadNext/ && ( test -e Makefile || /usr/local/lib/qt5/bin/qmake -o Makefile /disk-samsung/freebsd-ports/editors/notepadnext/work/NotepadNext-0.5.2/src/NotepadNext/NotepadNext.pro -spec /usr/local/lib/qt5/mkspecs/freebsd-clang QMAKE_CC=cc QMAKE_CXX=c++ QMAKE_LINK_C=cc QMAKE_LINK_C_SHLIB=cc QMAKE_LINK=c++ QMAKE_LINK_SHLIB=c++ 'QMAKE_CFLAGS=-O2 -pipe -fno-omit-frame-pointer  -fstack-protector-strong -fno-strict-aliasing ' 'QMAKE_CXXFLAGS=-O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer  -I/usr/local/include/uchardet ' 'QMAKE_LFLAGS= -luchardet -fstack-protector-strong ' QMAKE_LIBS= QMAKE_CFLAGS_DEBUG= QMAKE_CFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= QMAKE_CXXFLAGS_RELEASE= PREFIX=/usr/local CONFIG+=release 'CONFIG-=debug separate_debug_info' ) && /usr/bin/make -f Makefile all
make[2]: make[2]: don't know how to make /usr/local/share/qt5/translations/qt_zh_CN.qm. Stop

make[2]: stopped in /disk-samsung/freebsd-ports/editors/notepadnext/work/NotepadNext-0.5.2/NotepadNext
*** [sub-NotepadNext-all] Error code 2

make[1]: stopped in /disk-samsung/freebsd-ports/editors/notepadnext/work/NotepadNext-0.5.2
1 error

Version: 0.5.2
FreeBSD 13.1

@dail8859
Copy link
Owner

This seems related to the way Qt is set up on your machine. Not sure what the cause is. There's really not much to go on from the log. It shouldn't be trying to build that qm file.

If you take a look at https://github.com/dail8859/NotepadNext/blob/master/doc/Building.md there's mention of extra tools needed for the translation files... maybe that will point you in a direction to begin troubleshooting.

@yurivict
Copy link
Author

I just commented out translations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants