Search found 2 matches

by chris2553
Thu Nov 14, 2013 1:10 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: [PATCH] fix qcad-3.4.3.0 build error
Replies: 2
Views: 5560

Re: [PATCH] fix qcad-3.4.3.0 build error

Doh! should also have reported that the error is because intptr_t is undefined.
by chris2553
Thu Nov 14, 2013 1:03 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: [PATCH] fix qcad-3.4.3.0 build error
Replies: 2
Views: 5560

[PATCH] fix qcad-3.4.3.0 build error

I get a build error building qcad-3.4.3.0 against glibc-2.18 with the latest snapshot of gcc-4.8. The patch below allows the build to complete: --- qcad-3.4.3.0/src/core/RThread.cpp~ 2013-11-14 10:00:17.679657179 +0000 +++ qcad-3.4.3.0/src/core/RThread.cpp 2013-11-14 10:06:59.823645297 +0000 @@ -18,...

Go to advanced search