Opened 15 years ago
Closed 15 years ago
#9974 closed Bug Report - General (fixed)
Windows compilation fixes after 47d67e6722092471069c52d1b0a37509477b5d85 and 6e37202bb8ffcbc35e62887a4cb9887afa5ab7e5
| Reported by: | Owned by: | Nigel | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | Ports - Windows | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
It seems that the following commits brake compilation on windows:
47d67e6722092471069c52d1b0a37509477b5d85 removed pthread.h from jobqueue.h which is required (at least on windows)
6e37202bb8ffcbc35e62887a4cb9887afa5ab7e5 references m_file->name which is not a valid type for QString().arg(), I have replaced this with m_filename.
It makes the build go green on my local buildbot installation. :-)
Here is the pull request:
Change History (1)
comment:1 by , 15 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fix windows compilation
A couple minor issues.
Fixes #9974
Signed-off-by: Gavin Hurlbut <ghurlbut@…>