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

Build Fails #30

Open
keith-dev opened this issue Jun 17, 2020 · 0 comments
Open

Build Fails #30

keith-dev opened this issue Jun 17, 2020 · 0 comments

Comments

@keith-dev
Copy link
Contributor

[ 28%] Building CXX object tests/CMakeFiles/test_blk3_BLOCKING.dir/test_blk3.cpp.o
fastflow/tests/test_blk3.cpp: In member function ‘virtual fftask_t* First::svc(fftask_t*)’:
/home/kbw/Code/git/fastflow/tests/test_blk3.cpp:75:36: error: ‘BLK’ was not declared in this scope
   75 |                 while(!ff_send_out(BLK));
      |                                    ^~~
fastflow/tests/test_blk3.cpp:78:36: error: ‘NBLK’ was not declared in this scope
   78 |                 while(!ff_send_out(NBLK));
      |                                    ^~~~
fastflow/tests/test_blk3.cpp:81:36: error: ‘BLK’ was not declared in this scope
   81 |                 while(!ff_send_out(BLK));
      |                                    ^~~
make[2]: *** [tests/CMakeFiles/test_blk3_BLOCKING.dir/build.make:63: tests/CMakeFiles/test_blk3_BLOCKING.dir/test_blk3.cpp.o] Error 1

BLK and NBLK are undefined.

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

1 participant