Macintosh-2:/tmp root# cd /tmp
Macintosh-2:/tmp root#  printf "test:\n" >Imakefile
Macintosh-2:/tmp root#  printf "\t%s '%s'\n" @echo 
'incroot="${INCROOT}"' >>Imakefile
Macintosh-2:/tmp root#  printf "\t%s '%s'\n" @echo 
'usrlibdir="${USRLIBDIR}"' >>Imakefile
Macintosh-2:/tmp root#  printf "\t%s '%s'\n" @echo 'libdir="${LIBDIR}"' 
 >>Imakefile
Macintosh-2:/tmp root#  xmkmf
su: xmkmf: command not found
Macintosh-2:/tmp root#  make test
make: *** No rule to make target `test'.  Stop.
Macintosh-2:/tmp root#












Martin Costabel wrote:
> Noah wrote:
>>
>> Alexander Hansen wrote:
> []
>>> You seem to be missing libXt.dylib, which should have been installed
>>> as part of the X11 SDK.  The installer seems to like to leave out
>>> files randomly.
>>>
>> HI,
>>
>> so how do I fix this issue?
> 
> I suspect something more sinister.
> 
> If Alexander's diagnosis is correct, it might be sufficient to 
> [re]install the X11SDK.pkg from the Xcode directory of your OSX disk.
> 
> If it works, fine. If not, you can try the following.
> 
> Run the 7 commands at the command line (cut and paste from the message)
> 
>  cd /tmp
>  printf "test:\n" >Imakefile
>  printf "\t%s '%s'\n" @echo 'incroot="${INCROOT}"' >>Imakefile
>  printf "\t%s '%s'\n" @echo 'usrlibdir="${USRLIBDIR}"' >>Imakefile
>  printf "\t%s '%s'\n" @echo 'libdir="${LIBDIR}"' >>Imakefile
>  xmkmf
>  make test
> 
> and show what happens.
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to