bebbo / amiga-gcc

The GNU C-Compiler with Binutils and other useful tools for cross development for Amiga
GNU General Public License v2.0
312 stars 66 forks source link

vbcc not building, missing a declaration of some function #400

Closed OwenTheBowen closed 1 month ago

OwenTheBowen commented 1 month ago

Me again, another problem with building on Arch Linux.

All the make update and stuff is working fine, it has permissions to use the correct directories, all that stuff. When running "time make all -j4" it makes most things successfully, but runs into errors when making vbcc. The error seems to be that it's missing a function declaration, perhaps there are some missing header files? I've attached the console output from the command: time make all -j4.txt

I've implemented the fixes in both of my previous issues, but to no avail, this seems to be something wrong with vbcc.

OwenTheBowen commented 1 month ago

What can I do to fix this issue and build the repository?

OwenTheBowen commented 1 month ago

After pulling the repository commit from July 14th, my build is working. I guess you corrected the problem without replying to this issue. I will close it with this comment.