Build issues #168
Replies: 3 comments 10 replies
-
Hm, did you start from the git version or a tar.gz? |
Beta Was this translation helpful? Give feedback.
-
Interesting, I ran into the same error when compiling (from the git version) on Haiku; but, had thought it was limited to something specific about that OS. Given I've only hit this on Haiku, I worked around it by commenting out all added compiler flags using
becomes this:
That said, seeing it is happening on Ubuntu made me go back over my work. I think the core issue is a missing package that contains the macros in question. On Haiku, this can be installed by adding the On Ubuntu, I suspect this can potentially be resolved by installing |
Beta Was this translation helpful? Give feedback.
-
So I was able to get it finally building and running without adding all these dependencies in my Linux local dev environment by creating a Docker image (adding all the libraries from wxwidgets scared me :)). Anyway, I would love to try building with wxwidgets 3.2 if you can respond to what the actual library name should be instead of libwxgtk3.2unofficial-dev. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm on Ubuntu 20.04, and I am trying to build UCB Logo. I followed the instructions, but got an issue when invoking ./configure:
checking enable_x11... no
checking enable_docs... yes
./configure: line 5328: AX_CFLAGS_WARN_ALL: command not found
./configure: line 5329: syntax error near unexpected token
-Wno-write-strings,' ./configure: line 5329:
AX_CHECK_COMPILE_FLAG(-Wno-write-strings,'Thoughts?
Thanks,
Ron
Beta Was this translation helpful? Give feedback.
All reactions