luisurbinanet / gnudental

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

Open Dental revision 98 (svn-head) fails to compile #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Note that that issue causes the Open Dental project to fail to compile.  It
does not affect 

What steps will reproduce the problem?
1. svn co opendental; cd opendental4.7
2. export MONO_IOMAP=all
3. make

What is the expected output?

Successful compile.

What do you see instead?

                 [copy] Copying
'/home/kevin/opendental/new/opendental/opendental4.7/Required
dlls/Tao.OpenGl.ExtensionLoader.dll' to
'/home/kevin/opendental/new/opendental/opendental4.7/build/mono-2.0.unix/openden
tal-4.7-debug/bin/Tao.OpenGl.ExtensionLoader.dll'.

            BUILD SUCCEEDED - 0 non-fatal error(s), 5 warning(s)

            Total time: 3.4 seconds.

     [nant]
/home/kevin/opendental/new/opendental/opendental4.7/OpenDental/OpenDental.build
build
            Buildfile:
file:///home/kevin/opendental/new/opendental/opendental4.7/OpenDental/OpenDental
.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 

            build:

                  [csc] Compiling 550 files to
'/home/kevin/opendental/new/opendental/opendental4.7/build/mono-2.0.unix/openden
tal-4.7-debug/bin/OpenDental.exe'.
                           [resgen] Read in 44 resources from
'/home/kevin/opendental/new/opendental/opendental4.7/OpenDental/Bridges/FormHous
eCalls.resx'

<output snipped for brevity>

                  [csc]
/home/kevin/opendental/new/opendental/opendental4.7/OpenDental/Main
Modules/ContrStaff.cs(1146,37): warning CS0219: The variable `days' is
assigned but its value is never used
                  [csc]
/home/kevin/opendental/new/opendental/opendental4.7/OpenDental/Main
Modules/FormOpenDental.cs(3049,59): error CS1501: No overload for method
`CreateDirectory' takes `2' arguments
                  [csc] warning CS0162: Unreachable code detected
                  [csc]
/home/kevin/opendental/new/opendental/opendental4.7/OpenDental/Main
Modules/FormOpenDental.cs(3055,40): warning CS0162: Unreachable code detected
                  [csc] Compilation failed: 1 error(s), 47 warnings

            BUILD FAILED - 0 non-fatal error(s), 49 warning(s)

/home/kevin/opendental/new/opendental/opendental4.7/OpenDental/OpenDental.build(
32,9):
            External Program Failed:
/usr/lib/pkgconfig/../../lib/mono/2.0/gmcs.exe (return code was 1)

            Total time: 49.7 seconds.

BUILD FAILED

Nested build failed.  Refer to build log for exact reason.

Total time: 73.4 seconds.

make: *** [all] Error 1

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

GoogleCodeExporter commented 8 years ago
Attached patch file temporarily solves the problem.

Original comment by GNUden...@gmail.com on 30 Mar 2007 at 3:47

Attachments:

GoogleCodeExporter commented 8 years ago
Although this attached patch file does allow Open Dental revision 98 to 
compile, it
still will not execute and continues to fail on issue 13.

Original comment by GNUden...@gmail.com on 30 Mar 2007 at 3:52

GoogleCodeExporter commented 8 years ago
This issue does not affect the GNUdental(tm) project as this is code added to 
Open
Dental but not to GD.

Original comment by GNUden...@gmail.com on 30 Mar 2007 at 3:56