Opened 15 years ago
Closed 14 years ago
#71 closed task (fixed)
bump gtk libraries to latest, build from source? (breaks xpra...)
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 1.0 |
Component: | Client | Keywords: | windows |
Cc: |
Description (last modified by )
There are some well documented build instructions here
and here for cross-compiling
So upgrading shouldn't be as hard as it was last time (see #10), and may fix some more issues.
Change History (5)
comment:1 Changed 15 years ago by
Milestone: | 1.0 → 0.9.1 |
---|---|
Owner: | changed from Antoine Martin to Antoine Martin |
Status: | new → accepted |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Summary: | bump gtk libraries to latest → bump gtk libraries to latest, build from source? |
comment:4 Changed 15 years ago by
Milestone: | 0.9.1 → 1.0 |
---|---|
Summary: | bump gtk libraries to latest, build from source? → bump gtk libraries to latest, build from source? (breaks xpra...) |
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
This has been done a while back, see:
https://winswitch.org/dev/win32.html
The all-in-one installer now works with xpra (current version has new network code which deals with MS Windows crappy apis)
Note: See
TracTickets for help on using
tickets.
*All* the binary distributions I have tested of gtk for win32 break xpra!
(without any error message or anything)
So we may have to build the whole thing from source... (maybe even python!)
Since we already ship the cygwin.dll for nxproxy, maybe we can build the whole thing with cygwin? Mixing compilers is just major pain...