View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0000110 | FreeCAD | Bug | public | 2010-06-20 10:42 | 2010-06-21 05:45 | 
| Reporter | unauthenticated | Assigned To | wmayer | ||
| Priority | normal | Severity | block | Reproducibility | always | 
| Status | closed | Resolution | fixed | ||
| Product Version | 0.10 | ||||
| Summary | 0000110: Git unable to build due to commit 3243 | ||||
| Description | I believe that due to commit 3243, I get the following errors: http://paste.pocoo.org/show/227484/ I am using gcc 4.5 and qt 4.6.3 | ||||
| Additional Information | commit 3243 http://free-cad.svn.sourceforge.net/viewvc/free-cad?view=revision&revision=3243 | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|  | I confirm the problem. The problem no longer appears in commit 3248, which builds fine. | 
|  | I am the original poster, and I can also confirm that it builds fine with 3248. Please close this bug. Cheers! | 
|  | There is a weird issue with the QVariant operator of the class QKeySequence. Actually it should work this way: QKeySequence ks = ...; QVariant v = (QVariant)ks; With VC++ this works without problems but not with gcc. But surprisingly this works under gcc: QKeySequence ks = ...; QVariant v = ks.operator QVariant(); which looks a bit strange but is actually exactly the same as above. | 
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2010-06-20 10:42 | unauthenticated | New Issue | |
| 2010-06-20 19:52 | unauthenticated | Note Added: 0000248 | |
| 2010-06-21 02:03 | unauthenticated | Note Added: 0000249 | |
| 2010-06-21 05:45 | wmayer | Note Added: 0000250 | |
| 2010-06-21 05:45 | wmayer | Assigned To | => wmayer | 
| 2010-06-21 05:45 | wmayer | Status | new => closed | 
| 2010-06-21 05:45 | wmayer | Resolution | open => fixed | 
 FreeCAD
 FreeCAD