Win64 Build

If you have a suggestion for a feature, post it here
Post Reply
DJX
Posts: 17
Joined: Mon May 26, 2014 3:35 pm

Win64 Build

Post by DJX »

Request native compile for Win64.
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Win64 Build

Post by DeFlanko »

DJX
Posts: 17
Joined: Mon May 26, 2014 3:35 pm

Re: Win64 Build

Post by DJX »

I tried to follow those directions but I am unable to build correctly.

Code: Select all

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:04 min
[INFO] Finished at: 2014-05-30T14:08:30-05:00
[INFO] Final Memory: 14M/153M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:
run (process-resources-windows) on project ums: An Ant BuildException has occure
d: java.net.SocketException: Connection reset
[ERROR] around Ant part ...<get usetimestamp="true" src="http://downloads.source
forge.net/project/unimediaserver/Dependencies/win32/tsMuxeR.exe" dest="C:\Temp\u
niversalmediaserver/target/bin/win32/tsMuxeR.exe"/>... @ 27:187 in C:\Temp\unive
rsalmediaserver\target\antrun\build-main.xml
The problem seems to be a network error on my end but regardless.

The dependencies seem to still be 32-bit from what I can tell.
Not sure about the actual program itself since I couldn't complete the compile.
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Win64 Build

Post by DeFlanko »

I think the tough part is getting those dependency developers to make 64 bit applications first. Then we can add them (if they serve a valuable purpose)
DJX
Posts: 17
Joined: Mon May 26, 2014 3:35 pm

Re: Win64 Build

Post by DJX »

Well, both MPlayer and FFmpeg compile on Win64.
Those are the big players.
Post Reply