Page 1 of 1

cmake & plugin folder

PostPosted: 18 Sep 2014, 12:23
by oln
I seem to have the issue that the ogre CMake script gives a blank ogre plugin path. I can edit cmakelists.txt to look for it using pkgconfig to work around the issue, but I wanted to check if this is just affecting me. Is anyone else having this problem?

Re: cmake & plugin folder

PostPosted: 18 Sep 2014, 12:42
by Bertram
I have it, too.

Each time, cmake is reconfiguring, my plugin.cfg file has an empty GL plugin folder line, and I have to copy/paste the right value there.

I don't know what the proper fix for this, though.

Re: cmake & plugin folder

PostPosted: 18 Sep 2014, 12:51
by oln
I will put in the workaround then for now. (Actually it's there already, I just have to fix it.) I haven't managed to find out why it happens.

Re: cmake & plugin folder

PostPosted: 18 Sep 2014, 12:56
by hwoarangmy
I also have the same problem (under windows). To handle that, I have copies of the 2 plugin files and I overwrite each time I use cmake

Re: cmake & plugin folder

PostPosted: 18 Sep 2014, 12:58
by Bertram
@oln:

Ok, cool, I'll gladly test it and see whether it improves things, too.

Just in case, are you at ease with github workflow stuff?

Best regards,

Re: cmake & plugin folder

PostPosted: 18 Sep 2014, 13:01
by Bertram
@oln:
I'm taking the opportunity: just in case, you're also free to review code we do, tell your point of view on issues, ...
I just hope it stands clear you're part of the team. :)

Regards,

Re: cmake & plugin folder

PostPosted: 18 Sep 2014, 13:13
by oln
Bertram {l Wrote}:@oln:
Just in case, are you at ease with github workflow stuff?

Not quite yet, but I think I mostly understand it. Made a pull request for the changes.