lbellonda / qxmledit

QXmlEdit XML editor. Downloads: https://sourceforge.net/projects/qxmledit/files
http://qxmledit.org
Other
160 stars 46 forks source link

Build fails with Qt 5.13 #62

Closed lgbaldoni closed 4 years ago

lgbaldoni commented 5 years ago

See build log.

lbellonda commented 5 years ago

Hello, to compile you can disable the option to transform warnings into errors commenting the following lines in the .pro files until the problem is solved.

QMAKE_CXXFLAGS += -Wall

QMAKE_CXXFLAGS +=-Werror

david-geiger commented 5 years ago

Same issue here on Mageia Cauldron with Qt 5.13.

lbellonda commented 4 years ago

Fix commited on devel branch.

coevolving commented 4 years ago

Will this be soon moved beyond development branch? Wondering at https://aur.archlinux.org/packages/qxmledit/#comment-720175 .

lbellonda commented 4 years ago

Version 0.9.14 is due before the end of this month. It will contain this fix.

lbellonda commented 4 years ago

@coevolving : do you mind to test compile the "devel" branch? It is the base for the next release and some new branches have been merged in.

coevolving commented 4 years ago

@lbellonda Sorry, I'm just leaving for a family vacation, and should be offline for a while.

I've posted your request to @Lone_Wolf over at https://aur.archlinux.org/packages/qxmledit/#comment-721020 . Let's see if he can help.

lbellonda commented 4 years ago

Thank you anyway. Have a nice holiday.

LW-archlinux commented 4 years ago

here you go, lbellonda . no build failures.

build recipe https://app.box.com/s/chpqv7covhco77dc7hnztaptyw7kpufq log of build() function https://app.box.com/s/gev2bt2hz13frtrcwwdvrd1d05kuvd85 package() function output https://app.box.com/s/wufzlhefo5e0lwkfh7fenxv0egksn6z5

LW-archlinux commented 4 years ago

Archlinux updated qt to 5.14.0 on dec 23, no problems building devel branch against that version.

lbellonda commented 4 years ago

Thank you, published a fix in 0.9.14.