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

Compiling problem #1

Open
mbbrzoza opened this issue Jan 9, 2022 · 1 comment
Open

Compiling problem #1

mbbrzoza opened this issue Jan 9, 2022 · 1 comment
Assignees

Comments

@mbbrzoza
Copy link

mbbrzoza commented Jan 9, 2022

I have a problem like below, do you have any idea?

In file included from /codecserver-mbelib-module/src/mbelibdevice.cpp:3:
/codecserver-mbelib-module/src/mbelibsession.hpp:44:13: error: ‘mbe_parms’ does not name a type
mbe_parms *curr_mp;
^~~~~~~~~
/codecserver-mbelib-module/src/mbelibsession.hpp:45:13: error: ‘mbe_parms’ does not name a type
mbe_parms *prev_mp;
^~~~~~~~~
/codecserver-mbelib-module/src/mbelibsession.hpp:46:13: error: ‘mbe_parms’ does not name a type
mbe_parms *prev_mp_enhanced;
^~~~~~~~~
make[2]: *** [src/CMakeFiles/mbelib.dir/build.make:76: src/CMakeFiles/mbelib.dir/mbelibdevice.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:94: src/CMakeFiles/mbelib.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

@fventuri
Copy link
Owner

fventuri commented Jan 9, 2022

@mbbrzoza - very strange; I just tried to recompile codecserver-mbelib-module here on my computer and I don't see that error.

Can you double check that the include file mbelib.h does contain the typedef for mbe_parms?
You can use a command like this to make sure you have it there:

grep mbe_parms /usr/local/include/mbelib.h | head -1

The output should look like this:

typedef struct mbe_parameters mbe_parms;

Franco

@fventuri fventuri self-assigned this Jan 9, 2022
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