1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 <2008> 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 <2008> 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Minor VLinac compilation problem on OS X 10.5? |
From: | Tom Pelaia <[email protected]> |
To: | "Bertrand H.J. Biritz" <[email protected]> |
Cc: | [email protected] |
Date: | Wed, 27 Feb 2008 12:04:01 -0500 |
# X11 and motif paths MOTIF_LIB = /opt/local/lib MOTIF_INC = /opt/local/include X11_LIB = /usr/X11/lib
best regards, tom
Dear Tech-Talk,
so I finally got around to installing more of EPICS on my Mac (PowerBook G4, OS X 10.5.2). I came across this error message while trying to compile the Virtual Linac:
make[2]: *** No rule to make target `../../lib/darwin-ppc/libXm. 3.dylib', needed by `build'. Stop.
I checked in MacPorts and OpenMotif provides libXm.4.dylib. When changing the following in the Makefile located in install/App
LIBLIST_Darwin := libXm.3.dylib
to
LIBLIST_Darwin := libXm.4.dylib
I still get an error message.
When commenting out the line the compilation proceeded without any errors. Running the program I didn't come across any obvious problems.
So my question is: did I do something "illegal"?
Thanks, Bertrand