Peter Hull

Results 165 comments of Peter Hull

I think you can also speed up the package build by adding -DWANT_DEMO=off and -DWANT_EXAMPLES=off to the APKBUILD, as it seems you don't install or make use of the examples...

You need to tell g++ to link in the Allegro libraries. What wiki page were you following? If it tells you to compile like that, it's bad advice.

I've made some notes on this but I haven't typed them up yet

@Shadowblitz16 I've done this https://github.com/liballeg/allegro_wiki/wiki/Using-Visual-Studio-Code Still a WIP so I haven't linked it to the main content of the wiki. What do you think?

It's like riding a bike. Here is not the place for discussion, though, why not go to allegro.cc and people will help you.

It looks to me like that's not implemented, there is code for X https://github.com/liballeg/allegro5/blob/4aa54e6c994af21bc63d8b593673ab3df62390f8/src/x/xglx_config.c#L543 but AFAICS no equivalent for MacOS. Possible @SiegeLord will know if it's possible.

Apologies for the delay. Is this still happening? I think this may be two issues, link errors as reported by @NewCreature / @kamenkitanov, and the original report which seems to...

You can link a PR to the issue it's going to fix - see [GitHub docs](https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#about-linked-issues-and-pull-requests)

I can't test, but the principle seems sound, good work! In the diff, are the changes to `is_wgl_extension_supported` and also the line with `vt.set_wrap_mode` part of the same issue or...

I know #923 is something on my list to sort out but I still have been struggling to find time for it; I thought it was nearly there but there...