luisurbinanet / gnudental

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

OD rev 154 fails to compile #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
            BUILD SUCCEEDED - 0 non-fatal error(s), 5 warning(s)

            Total time: 3.2 seconds.

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

            build:

                  [csc] Compiling 569 files to
'/home/kevin/odr154/opendental4.7/build/mono-2.0.unix/opendental-4.7-debug/bin/O
penDental.exe'.
                           [resgen] Read in 1 resources from
'/home/kevin/odr154/opendental4.7/OpenDental/Bridges/FormHouseCalls.resx'
                           [resgen] Writing resource file...  Done.
                           [resgen] Read in 1 resources from
'/home/kevin/odr154/opendental4.7/OpenDental/Bridges/FormIap.resx'
                           [resgen] Writing resource file...  Done.
                           [resgen] Read in 1 resources from
'/home/kevin/odr154/opendental4.7/OpenDental/Bridges/NewPatientForm.resx'
                           [resgen] Writing resource file...  Done.
                           [resgen] Read in 1 resources from
'/home/kevin/odr154/opendental4.7/OpenDental/Eclaims/FormCCDPrint.resx'

<snipped for brevity>

                  [csc] warning CS2002: Source file
`/home/kevin/odr154/opendental4.7/OpenDental/Forms/FormZipSelect.cs'
specified multiple times
                  [csc] /home/kevin/odr154/opendental4.7/OpenDental/Main
Modules/ContrDocs.cs(2287,9): warning CS1587: XML comment is not placed on
a valid language element
                  [csc] /home/kevin/odr154/opendental4.7/OpenDental/Web
References/com.dentalxchange.webservices/Reference.cs(649,1): warning
CS1635: Cannot restore warning `CS1591' because it was disabled globally
                  [csc]
/home/kevin/odr154/opendental4.7/OpenDental/Eclaims/Renaissance.cs(11,32):
error CS0246: The type or namespace name `FormClaimFormItemEdit' could not
be found. Are you missing a using directive or an assembly reference?
                  [csc] /home/kevin/odr154/opendental4.7/OpenDental/Main
Modules/ContrChart.cs(97,25): error CS0246: The type or namespace name
`FormImageViewer' could not be found. Are you missing a using directive or
an assembly reference?
                  [csc] Compilation failed: 2 error(s), 108 warnings

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

            /home/kevin/odr154/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: 29.7 seconds.

BUILD FAILED

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

Total time: 55.7 seconds.

make: *** [all] Error 1

Original issue reported on code.google.com by GNUden...@gmail.com on 12 Apr 2007 at 10:50