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

fix: missing opencv4 in PKGCONFIG array #81

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

felixonmars
Copy link
Member

This populates necessary -I flags properly and fixes the following build failure on Arch:

In file included from utils/scrollScreenshot.h:23,
                 from main_window.h:24,
                 from main_window.cpp:24:
utils/pixmergethread.h:31:9: fatal error: opencv2/opencv.hpp: No such file or directory
   31 | #include<opencv2/opencv.hpp>
      |         ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from utils/scrollScreenshot.h:23,
                 from main_window.h:24,
                 from main.cpp:24:
utils/pixmergethread.h:31:9: fatal error: opencv2/opencv.hpp: No such file or directory
   31 | #include<opencv2/opencv.hpp>
      |         ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:1888: main_window.o] Error 1

This populates necessary `-I` flags properly and fixes the following build failure on Arch:

```
In file included from utils/scrollScreenshot.h:23,
                 from main_window.h:24,
                 from main_window.cpp:24:
utils/pixmergethread.h:31:9: fatal error: opencv2/opencv.hpp: No such file or directory
   31 | #include<opencv2/opencv.hpp>
      |         ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from utils/scrollScreenshot.h:23,
                 from main_window.h:24,
                 from main.cpp:24:
utils/pixmergethread.h:31:9: fatal error: opencv2/opencv.hpp: No such file or directory
   31 | #include<opencv2/opencv.hpp>
      |         ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:1888: main_window.o] Error 1
```
@BLumia BLumia changed the base branch from uos to dev/v20 April 26, 2022 02:11
chore: Sync by
@github-actions
Copy link

github-actions bot commented Jul 19, 2022

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cppcheck Result

I'm Impressed!

deepin-admin-bot added 4 commits October 14, 2022 05:23
sync by github workflow

Log: none
Influence: none
sync by github workflow

Log: none
Influence: none
sync by github workflow

Log: none
Influence: none
sync by github workflow

Log: none
Influence: none
@hundundadi
Copy link
Contributor

Hello, the latest code has added opencv dependencies. Therefore, the current PR cannot be integrated into the main line.

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Dec 29, 2023

TAG Bot

New tag: 5.12.14
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #436

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Jan 10, 2024

TAG Bot

New tag: 5.12.15
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #440

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Jan 17, 2024

TAG Bot

New tag: 5.12.16
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #443

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Feb 1, 2024

TAG Bot

New tag: 5.12.17
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #448

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Feb 21, 2024

TAG Bot

New tag: 5.12.18
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #454

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Feb 27, 2024

TAG Bot

New tag: 5.12.19
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #458

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Mar 28, 2024

TAG Bot

New tag: 6.0.3
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #464

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Apr 19, 2024

TAG Bot

New tag: 6.0.4
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #476

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Apr 23, 2024

TAG Bot

New tag: 6.0.5
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #479

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Jul 24, 2024

TAG Bot

New tag: 6.0.6
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #507

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Aug 13, 2024

TAG Bot

New tag: 6.0.7
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #524

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Aug 14, 2024

TAG Bot

New tag: 6.0.8
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #526

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Sep 2, 2024

TAG Bot

New tag: 6.0.9
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #534

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

Successfully merging this pull request may close these issues.

2 participants