mistydemeo / tigerbrew

Experimental fork of homebrew for PPC Macs on Tiger
Other
532 stars 128 forks source link

valabind failed to build on 10.4.11 #1027

Open thamugadi opened 8 months ago

thamugadi commented 8 months ago

Hello everyone, I have trouble installing valabind. https://gist.github.com/thamugadi/57019f7dbdff7f85bb465914bb3890c6

sevan commented 8 months ago

Any luck building with a new complier? brew install gcc to get GCC 7 Then try brew install valabind --cc=gcc-7

thamugadi commented 8 months ago

Any luck building with a new complier? brew install gcc to get GCC 7 Then try brew install valabind --cc=gcc-7

I just tried it, it didn't solve the problem (still the same error).

sevan commented 8 months ago

Deleted my previous comment. With PR #989, #1028, #1029 to update glib, vala, valabind. I was able to build valabind 1.8.0 on Tiger with GCC 4.0.1

You might be able to skip the glib update, and just go for the vala & valabind updates, but they'll all eventually land in the tree, no problems permitting. :)