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

Inability to compile on Apple silicon macs #22

Open
MagnetarRocket opened this issue Nov 30, 2021 · 0 comments
Open

Inability to compile on Apple silicon macs #22

MagnetarRocket opened this issue Nov 30, 2021 · 0 comments

Comments

@MagnetarRocket
Copy link

THis might be quite silly isuing a bug report on a possibly dead project, but i view open cde as being somewhat more legecy free and lighter then plain old CDE. But alas when i tired to compile it, it gave me this:

"scragg@Slinkovitch opencde-master % make
mkdir -p bin
cp script/* bin/
g++ -shared -Wl,-soname,libmotifmm.so.2 -o ../../lib/libmotifmm.so.2.0.0 Application.o Component.o Window.o MessageBox.o Panel.o Button.o ScrolledText.o Dialog.o Container.o Text.o Label.o Password.o MenuBar.o PulldownMenu.o Color.o ToggleButton.o Custom.o IconButton.o Timer.o ScrolledPanel.o ScrollBar.o Separator.o -L/usr/X11R6/lib -L/usr/local/lib -L/opt/homebrew/lib -lXpm -lXm -lXt -lX11
ld: unknown option: -soname
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [../../lib/libmotifmm.so.2.0.0] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2
scragg@Slinkovitch opencde-master %
"

doing "make -v" gave me this:

"GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

"This program built for i386-apple-darwin11.3.0"

Any ideas? Attached below is the altered "config.mk" i used in my attempt. all of my prior tricks involving motif don't work with this one, and CDE is so complex i don't know where to start for mac osx.
config.Mk.txt

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

1 participant