kyashan
2006-03-02, 11:41 AM PST
Hello again,
this time I tried to give the MAKE command as SU and this was the result:
[root@localhost monotheka-0.0.6]# make
(MCS) ./MovieDatabase/MovieDatabase.dll
** (/usr/lib/mono/1.0/mcs.exe:3877): WARNING **: Could not find assembly gdk-sharp, references from /home/kyashan/monotheka-0.0.6/./Util/Util.dll (assemblyref_index=2)
Major/Minor: 1,0
Build: 0,0
Token: 35e10195dab3c99f
System error: No such file or directory
error CS0006: Cannot find assembly `Util.dll'
Log:
Compilation failed: 1 error(s), 0 warnings
make: *** [MovieDatabase/MovieDatabase.dll] Error 1
It said that the Util.dll was missing. But I found the DLL, the problem was the path (I make it BOLD). There's a " . " in the middle and the script crash.
But this script was written with monoBoil (I don't know what is) so when I open with gedit the MAKEFILE at the TOP there is a warning:
# This file was auto-generated by monoBOIL. DO NOT EDIT IT!
# Instead, you should edit the individual 'boil' files that are used to form a Makefile.
I tried to edit the 'boil file' as it said but I didn't find it.
.....I don't know what can I do, I searched in Internet but I found anything.
I'll wait for your help.
Thnaks
this time I tried to give the MAKE command as SU and this was the result:
[root@localhost monotheka-0.0.6]# make
(MCS) ./MovieDatabase/MovieDatabase.dll
** (/usr/lib/mono/1.0/mcs.exe:3877): WARNING **: Could not find assembly gdk-sharp, references from /home/kyashan/monotheka-0.0.6/./Util/Util.dll (assemblyref_index=2)
Major/Minor: 1,0
Build: 0,0
Token: 35e10195dab3c99f
System error: No such file or directory
error CS0006: Cannot find assembly `Util.dll'
Log:
Compilation failed: 1 error(s), 0 warnings
make: *** [MovieDatabase/MovieDatabase.dll] Error 1
It said that the Util.dll was missing. But I found the DLL, the problem was the path (I make it BOLD). There's a " . " in the middle and the script crash.
But this script was written with monoBoil (I don't know what is) so when I open with gedit the MAKEFILE at the TOP there is a warning:
# This file was auto-generated by monoBOIL. DO NOT EDIT IT!
# Instead, you should edit the individual 'boil' files that are used to form a Makefile.
I tried to edit the 'boil file' as it said but I didn't find it.
.....I don't know what can I do, I searched in Internet but I found anything.
I'll wait for your help.
Thnaks

