From: Gorjanc G. <Gre...@bf...> - 2008-02-14 03:17:13
|
Sebastian, please try with newWINE=FALSE However, this methods relies on file ~/.wine/config and its contents. New versions of wine do not have it anymore. I find it very odd that winepath is not available in crossover. winepath is used to transform paths between linux and windows paths - not just switching \ and /, but the whole transformation between disk trees. Are you sure you have the whole package. My ubuntu packages has binary and library: $ dpkg -L wine | grep winepath /usr/bin/winepath /usr/lib/wine/winepath.exe.so Regards, Gregor ________________________________________ From: Sebastian P. Luque [sl...@mu...] Sent: Thursday, February 14, 2008 12:01 AM To: Uwe Ligges Cc: Gorjanc Gregor; Jouni Kerman Subject: R2WinBUGS and Crossover in GNU/Linux Hi, I'm trying to use R2WinBUGS in GNU/Linux, using Codeweavers' Crossover Linux Professional (version 6.2.0). WinBUGS installed and runs fine from Crossover. However, bugs() fails with the error: ---<---------------cut here---------------start-------------->--- Error in findUnixBinary(x = "winepath") : couldn't find winepath binary file ---<---------------cut here---------------end---------------->--- I've called it using the arguments: bugs.directory="/home/sluque/.cxoffice/WinBUGS/drive_c/Program Files/WinBUGS14" useWINE=TRUE newWINE=TRUE WINE="/opt/cxoffice/bin/wine" It seems the winepath binary isn't even available in Crossover: ,-----[ find /opt/cxoffice \( -name \*winepath\* \) -exec ls -ld \{\} \; ] | -rwxr-xr-x 1 root root 79764 2008-01-05 13:21 /opt/cxoffice/lib/wine/winepath.exe.so `----- Any ideas on how to give bugs what's needed to run WinBUGS in Crossover would be appreciated. Thanks in advance. Cheers, -- Seb |