luisurbinanet / gnudental

Automatically exported from code.google.com/p/gnudental
1 stars 0 forks source link

Compile breaks while trying to find file "..\Resources\implant.obj" #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn co source
2. copy required dlls into required places
3. make

What is the expected output?
BUILD SUCCEEDED - 0 non-fatal error(s), X warning(s)

What do you see instead?
                  [csc] Compiling 9 files to '/home/kevin/frederik/gdboth/gnudental/build/
mono-2.0.unix/gnudental-0.1-debug/bin/SparksToothChart.dll'.
                           [resgen] Error: Exception has been thrown by the target of an invocation.
                           [resgen] Inner exception: Could not find file "..\Resources\implant.obj".

using r108 from svn

Original issue reported on code.google.com by GNUden...@gmail.com on 16 Mar 2007 at 12:45

GoogleCodeExporter commented 8 years ago
Issue now resolved. 

The problem was with the NAnt version, a NAnt bug, and the mono version pointed 
by
resgen script.

Install latest mono from svn.
Make default the resgen script that points to /monodir/2.0

Install nant-0.86-nightly-2007-03-08

Check mono version.
If mono ver = 1.2.3.50 then change NAnt.exe.config located at the same 
directory with
NAnt.exe:

Basically, replace every reference to 1.2.4 by 1.2.3.50

Build with environment variable MONO_IOMAP=all set before invoking make command.

Please refer to the wiki page GettingStarted for more information.

Original comment by mmag...@gmail.com on 26 Mar 2007 at 12:42

GoogleCodeExporter commented 8 years ago

Original comment by GNUden...@gmail.com on 27 Mar 2007 at 2:37