Problems compiling Portuguese Citizen E-Card App
by mlpa from LinuxQuestions.org on (#5FH3F)
Dear all,
I have some issues while trying to compile the project: https://github.com/amagovpt/autenticacao.gov
I understand that this program is highly specific for the Portuguese community.
The issues are:
1. During the compilation it is unable to find the openjpeg.h header, although the library is correctly installed. The issue is that the header is in the /usr/include, but within a folder.
2. The same happens when it needs the jni.h
I can "fix" this by creating a symbolic link, however, I consider that a dirty trick and would like to fix it properly.


I have some issues while trying to compile the project: https://github.com/amagovpt/autenticacao.gov
I understand that this program is highly specific for the Portuguese community.
The issues are:
1. During the compilation it is unable to find the openjpeg.h header, although the library is correctly installed. The issue is that the header is in the /usr/include, but within a folder.
2. The same happens when it needs the jni.h
I can "fix" this by creating a symbolic link, however, I consider that a dirty trick and would like to fix it properly.