Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX (perhaps Linux) support #1

Open
KanedaFr opened this issue Feb 11, 2022 · 2 comments
Open

OSX (perhaps Linux) support #1

KanedaFr opened this issue Feb 11, 2022 · 2 comments

Comments

@KanedaFr
Copy link

KanedaFr commented Feb 11, 2022

Hi, is it possible to fix makefile so it could build on OSX ?
I suppose it'll work on Linux too

I fixed this way

LIBS +=
ifeq ($(OS),Windows_NT)
LIBS += -lws2_32
endif

@jbrandwood
Copy link
Owner

Thank you, this should definietly be fixed!

I've never built PCFXTOOLS on anything except Windows, and so hadn't seen this leftover from Alex.

At this point we really need to start transitioning liberis away from using Alex's PCFXTOOLS, because they are a bit clumsy and not needed anymore.

PlanetVB (VirtualBoy) has a Win32 build of the HyperClub's old GCC 2.95, which can extract object files and dissassemble code from HyperClub's old PC-FX libraries, which makes HuLIB and HuOBJ irrelevent ... and now that HuC's "isolink" tool can make PC-FX CDs, both bincat and pcfx-cdlink will be obsolete as soon as the example projects have been converted to use isolink.

@jbrandwood
Copy link
Owner

Finally fixed (for linux). I don't have a Mac myself, perhaps you could let me know if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants