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

problem #1

Closed
zzxp opened this issue Jun 14, 2018 · 4 comments
Closed

problem #1

zzxp opened this issue Jun 14, 2018 · 4 comments

Comments

@zzxp
Copy link

zzxp commented Jun 14, 2018

when I run your code with Visual studio 2015 and opencv 3,41,some problems happen,and I do not know how to solve them,could you tell me your Operating platform?

@danini
Copy link
Owner

danini commented Jun 23, 2018

Hey! Have you solved it in the meantime? It should work with it, what is the error message?

@zzxp zzxp closed this as completed Jun 25, 2018
@zzxp
Copy link
Author

zzxp commented Jun 25, 2018

void rpoly_ak1(double op[MDP1], int* Degree, double zeror[MAXDEGREE], double zeroi[MAXDEGREE]){
int i, j, jj, l, N, NM1, NN, NZ, zerok;
error:”MDP1“ Undeclared identifier
“MAXDEGREE”Undeclared identifier

@danini
Copy link
Owner

danini commented Jun 25, 2018

There should be these lines in the header file ("Rpoly.h"):
#define MAXDEGREE 100
#define MDP1 MAXDEGREE+1

@zzxp
Copy link
Author

zzxp commented Jun 25, 2018

1

danini pushed a commit that referenced this issue Aug 30, 2023
* add cibuildwheel

* fix skip

* use ninja

* correctly use ninja

* enforce ninja as a generator

* install eigen

* remove CIBW_ENVIRONMENT

* add -y flag

* yum update needs a -y

* install all opencv os packages

* reduce bindings

* reduce opencv dep

* update pybind to v2.11.1

* use ghcr.io image

* revert

* add tests

* add windows build

* fix syntax

* tabs --> spaces

* use msvc

* tabs ->> spaces

* make conditional

* install opencv

* cache opencv

* add back in cibuildwheel

* always enable msvc env

* add eigen install script

* add missing script

* fix actions

* oh gh actions

* install eigen the easy way

* add back in cibuildwheel

* check cl version

* set msvc toolset version

* tabs ->> spaces

* move build directory instead

* don't move opencv build directory

* fix paths

* fix paths again

* Update pyproject.toml

* Update build-and-deploy.yml

* build with ubuntu as well

* better name for artifacts

* remove pybind

* Added pybind11 submodule at v2.11.1

* recursive in gh actions

* clean up setup.py

* add back in utils.h

* add upload step

* add recursive

* fix workflow

* fix release step

* make release conditional on tag
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