[Mono-dev] Problems using Tao Framework
Bart Masschelein
masschel at gmail.com
Sun Sep 30 12:48:01 EDT 2007
Hi,
Andreas is right, the file does exists, but somehow it is not
recognized as a library. I also changed the .config file to
<configuration>
<dllmap dll="freeglut.dll" target="/System/Library/Frameworks/
GLUT.framework/Versions/A/GLUT" />
</configuration>
But this didn't change a thing.
The two links in the other replies, those I already read before, they
are more or less the only related posts Google provides me with. But
they did not solve my problem. Either there is a small setting I'm
overlooking, and that's why it does not work, or it worked before,
but things got broken on the way. Those posts were from some times ago.
> That file does exist. The Mono.framework used to violate this rule:
> <FrameworkName>.framework/<FrameworkName> is a symlink to Versions/
> <Version>/<FrameworkName>
> which is either a dynamic library without the extension or a
> symlink to a .dylib file.
What is meant by this? That now, you need to use these framework
libraries in another way? And how then?
If somebody has GLUT working using Tao, could he/she mail me the
LD_LIBRARY_PATH he/she's using? I have no references in my variable,
but since I use the full path, I would expect that that is not
necessary.
Bart
On 30 Sep 2007, at 17:16, Andreas Färber wrote:
> Hi,
>
> Am 30.09.2007 um 15:26 schrieb Marcos Cobeña Morián:
>
>> from your exception thrown it's likely
>> Mono's looking for "GLUT" file (without extension) and such doesn't
>> exist (a P/Invoke issue).
>
> That file does exist. The Mono.framework used to violate this rule:
> <FrameworkName>.framework/<FrameworkName> is a symlink to Versions/
> <Version>/<FrameworkName>
> which is either a dynamic library without the extension or a
> symlink to a .dylib file.
>
> Andreas
>
>> 2007/9/30, Bart Masschelein <masschel at gmail.com>:
>>> System.DllNotFoundException: /System/Library/Frameworks/
>>> GLUT.framework/GLUT
>
More information about the Mono-devel-list
mailing list