Marius Bakke skribis: > Wiktor Żelazny writes: > >> A new version of GRASS GIS got released, which gave me an opportunity >> to bump the version in the old definition and recompile. The errors are >> there, but do not hinder the successful build. Apparently, they have >> been there from the beginning; I just didn’t notice — both bad and >> good news. >> >> The real error (for now) is >> >> In unknown file: >> 0 (%resolve-variable (7 . wxpython) #) >> >> ERROR: In procedure %resolve-variable: >> Unbound variable: wxpython >> >> I tried changing “wxpython” to “python-wxpython”, but this also >> is not recognized. So there’s something wrong with the way I defined >> the wrapping. > > Did you get anywhere with this patch? Can you rebase it on the current > master branch for easier testing? TIA! > > By the way, sorry for the sloooooow responses... I have a patch for grass (it compiles, but I have not tested all its functionalities). If I had searched in the issues and found Wiktor's patch, I wouldn't have had to write one from scratch, but well... here it is: