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

Fails to build - 'height' undeclared #435

Closed
ml- opened this issue Dec 26, 2017 · 3 comments
Closed

Fails to build - 'height' undeclared #435

ml- opened this issue Dec 26, 2017 · 3 comments
Milestone

Comments

@ml-
Copy link
Contributor

ml- commented Dec 26, 2017

I'm using the jwm-git package from the ArchLinux AUR.

Since: 3c393d0

image.c: In function ‘LoadSVGImage’:
image.c:478:10: error: ‘height’ undeclared (first use in this function); did you mean ‘rheight’?
          height = dim.height * xscale;
          ^~~~~~
          rheight
@bkauler
Copy link

bkauler commented Dec 27, 2017

I can confirm this.

Attempting to compile 1670, in my fork of OpenEmbedded, that compiles my entire "Pyro" series of Quirky Linux and Easy OS. Ref: https://github.com/bkauler/oe-qky-src

\"/usr/share/locale\"  misc.c
| ERROR: oe_runmake failed
| image.c: In function 'LoadSVGImage':
| image.c:478:10: error: 'height' undeclared (first use in this function)
|           height = dim.height * xscale;
|           ^~~~~~

librsvg is version 2.40.16

Earlier versions of jwm that compiled ok in same build environment are rev976 and release version 2.3.7.

Regards,
Barry

joewing added a commit that referenced this issue Dec 27, 2017
@joewing
Copy link
Owner

joewing commented Dec 27, 2017

Thanks! I was building without rsvg support. This should be fixed now (snapshot 1675).

@joewing joewing added this to the Version 2.4.0 milestone Dec 27, 2017
@ghost
Copy link

ghost commented Apr 9, 2018

@ml-
Can this be closed? I have not noticed this problem on my end in building it

@joewing joewing closed this as completed Apr 10, 2018
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

3 participants