<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY 
style="WORD-WRAP: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space" 
bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Normaly you should have -L/usr/X11R6/lib in your 
linking line to tell g++ where to find the Xmu library. You could add it in the 
"Makefile" file by hand but that is not the correct way. I think the ./configure 
should take care of. It look at your configuration at create the appropriate 
Makefile.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Try "./configure --help"&nbsp; to see if it give 
you some more info.</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=tgate@mypublic.net href="mailto:tgate@mypublic.net">tgate</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=mythtv-users@mythtv.org 
  href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, January 05, 2007 12:34 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [mythtv-users] Problems 
  compiling .20 svn</DIV>
  <DIV><BR></DIV><BR>
  <DIV>
  <DIV>On Jan 4, 2007, at 11:39 AM, <A 
  href="mailto:mythtv-users-request@mythtv.org">mythtv-users-request@mythtv.org</A> 
  wrote:</DIV><BR class=Apple-interchange-newline>
  <BLOCKQUOTE type="cite">
    <P style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" face=Helvetica 
    size=3>I was having</FONT></P>
    <P style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" face=Helvetica 
    size=3>extremely similar results when compiling from the trunk. You may want 
    to try</FONT></P>
    <P style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" face=Helvetica 
    size=3>.20-fixes.</FONT></P></BLOCKQUOTE></DIV><BR>
  <DIV>Okay this is looking much more promising.&nbsp; When I use the .20-fixes 
  I get much farther into the compile for the plugins.&nbsp; But it does error 
  out here...</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>_______</DIV>
  <DIV>ccache g++ -shared -o libmythgallery.so glsingleview.o iconview.o 
  singleview.o imageview.o gallerysettings.o dbcheck.o qtiffio.o galleryutil.o 
  thumbgenerator.o thumbview.o main.o gltexture.o moc_glsingleview.o 
  moc_iconview.o moc_singleview.o&nbsp; -L/usr/lib64/ -L/usr/kde/3.3/lib 
  -L/usr/lib/qt3/lib64/ -L/usr/lib64/ -L/usr/local/lib -lexif -ltiff -lqt-mt 
  -lGLU -lGL -lXmu -lpthread </DIV>
  <DIV>/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: 
  cannot find -lXmu</DIV>
  <DIV>collect2: ld returned 1 exit status</DIV>
  <DIV>make[2]: *** [libmythgallery.so] Error 1</DIV>
  <DIV>make[2]: Leaving directory 
  `/home/myth/build/mythtv-svn/mythplugins/mythgallery/mythgallery'</DIV>
  <DIV>make[1]: *** [sub-mythgallery] Error 2</DIV>
  <DIV>make[1]: Leaving directory 
  `/home/myth/build/mythtv-svn/mythplugins/mythgallery'</DIV>
  <DIV>make: *** [sub-mythgallery] Error 2</DIV>
  <DIV>_______</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>but I do find libXmu ...</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>%&gt;&nbsp;find /usr | grep libXmu</DIV>
  <DIV>/usr/X11R6/lib/libXmu.so.6</DIV>
  <DIV>/usr/X11R6/lib/libXmu.so.6.2</DIV>
  <DIV>/usr/X11R6/lib/libXmuu.so.1</DIV>
  <DIV>/usr/X11R6/lib/libXmuu.so.1.0</DIV>
  <DIV>/usr/X11R6/lib/libXmu.a</DIV>
  <DIV>/usr/X11R6/lib/libXmu.so</DIV>
  <DIV>/usr/X11R6/lib/libXmuu.a</DIV>
  <DIV>/usr/X11R6/lib/libXmuu.so</DIV>
  <DIV>/usr/X11R6/lib64/libXmu.so.6</DIV>
  <DIV>/usr/X11R6/lib64/libXmu.so.6.2</DIV>
  <DIV>/usr/X11R6/lib64/libXmuu.so.1</DIV>
  <DIV>/usr/X11R6/lib64/libXmuu.so.1.0</DIV>
  <DIV>/usr/X11R6/lib64/libXmu.a</DIV>
  <DIV>/usr/X11R6/lib64/libXmu.so</DIV>
  <DIV>/usr/X11R6/lib64/libXmuu.a</DIV>
  <DIV>/usr/X11R6/lib64/libXmuu.so</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>Should I be supplying the X11R6 path somewhere? &nbsp; Apologies for my 
  ignorance.</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>-todd</DIV><BR><BR>__________ Information NOD32 1957 (20070104) 
  __________<BR><BR>Ce message a ete verifie par NOD32 Antivirus System.<BR><A 
  href="http://www.nod32.com">http://www.nod32.com</A><BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>mythtv-users mailing 
  list<BR>mythtv-users@mythtv.org<BR>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users<BR><BR><BR>__________ 
  Information NOD32 1957 (20070104) __________<BR><BR>Ce message a ete verifie 
  par NOD32 Antivirus 
System.<BR>http://www.nod32.com<BR><BR></BLOCKQUOTE></BODY></HTML>