luisurbinanet / gnudental

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

Patched OD revision 113 fails to compile #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Previous issue's patch file gets the compile process past the original bug,
but rev 113 continues to fail to compile with the following:

                           [resgen] Read in 3 resources from
'/home/kevin/patches/ODs_opendental4.7/OpenDental/User
Controls/ValidNumber.resx'
                           [resgen] Writing resource file...  Done.
                  [csc]
/home/kevin/patches/ODs_opendental4.7/OpenDental/Main
Modules/ContrDocs.cs(2196,9): warning CS1587: XML comment is not placed on
a valid language element
                  [csc]
/home/kevin/patches/ODs_opendental4.7/OpenDental/Main
Modules/FormOpenDental.cs(3053,2): error CS1002: Expecting `;'
                  [csc]
/home/kevin/patches/ODs_opendental4.7/OpenDental/Main
Modules/FormOpenDental.cs(3065,1): error CS1002: Expecting `;'
                  [csc]
/home/kevin/patches/ODs_opendental4.7/OpenDental/Main
Modules/FormOpenDental.cs(3083,26): error CS1002: Expecting `;'
                  [csc]
/home/kevin/patches/ODs_opendental4.7/OpenDental/Main
Modules/FormOpenDental.cs(3025,25): error CS1524: Expected catch or finally
                  [csc]
/home/kevin/patches/ODs_opendental4.7/OpenDental/Web
References/com.dentalxchange.webservices/Reference.cs(649,1): warning
CS1635: Cannot restore warning `CS1591' because it was disabled globally
                  [csc] Compilation failed: 4 error(s), 2 warnings

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

/home/kevin/patches/ODs_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: 14.8 seconds.

BUILD FAILED

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

Total time: 19.6 seconds.

make: *** [all] Error 1

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

GoogleCodeExporter commented 8 years ago
This bug fixed by attached file resolving several syntax errors.

Strangely, after rev 113 was committed, a later update/modification to revision 
113
removed these syntax errors from that revision, but did so with a modification 
to rev
113 rather than with a new commit/revision.  This is clear because Open Dental's
repository now shows no sign of these syntax errors in revision 112, 113, 114, 
or 115
(svn-head ATM).

So, it's clear that somebody (apparently the repo's administrator) corrected 
these
syntax errors not by committing a new revision containing the corrections, but
rather, by erasing the mistakes from revision 113 and eliminating any visible 
record
of the mistakes themselves as well as this correction.

Original comment by GNUden...@gmail.com on 1 Apr 2007 at 4:31

Attachments: