This is a message.

Forum user: mayrhye

Basic information

Registered Nov 30, 2011
Last login Dec 2, 2011
Forum posts 3
Direct URL http://www.flowplayer.org/forum/users/118986

Latest forum posts

Posts:

Registered:

» compile flowplayer with windows 7

Posted: Dec 2, 2011

I'm getting the same error. Any help would be much appreciated!

Posts:

Registered:

Virtual Machine with the development setup

Posted: Dec 1, 2011

Hello,

I have tried several times and in various machines to setup the development environment detailed athttp://flowplayer.org/documentation/developer/development-environment.html with no success at all :-(

Is there any virtual machine built with this configuration? Any help would be much appreciated.

Thanks!

Posts:

Registered:

Problem with building

Posted: Nov 30, 2011

Hello,

I'm trying to build my first Flowplayer. I have the required versions of the software detailed onhttp://flowplayer.org/documentation/developer/development-environment.html and I have downloaded the latest version of the source code via SVN.

After running ant command I get the next errors:


Buildfile: build.xml

check-uptodate:
     [echo] main up-to-date: ${uptodate.main}
     [echo] main up-to-date: ${uptodate.commercial}
     [echo] lib up-to-date: ${uptodate.lib}

build-lib:

prepare:

compile-lib:
     [exec] Loading configuration file C:UsersikerDesktopCYCLINGCLOUDflex3sdkframeworksflex-config.xml
     [exec] C:UsersikerDesktopCYCLINGCLOUDflowplayer-workspaceflowplayer.coresrcactionscriptorgflowplayerviewStageVideoWrapper.as(79): col: 36 Error: No se encontró el tipo o no es una constante en tiempo de compilación: StageVideo.
     [exec] 
     [exec] 		public function get stageVideo():StageVideo {
     [exec] 		                                 ^
     [exec] 
     [exec] C:UsersikerDesktopCYCLINGCLOUDflowplayer-workspaceflowplayer.coresrcactionscriptorgflowplayerviewStageVideoWrapper.as(87): col: 48 Error: No se encontró el tipo o no es una constante en tiempo de compilación: StageVideoAvailabilityEvent.
     [exec] 
     [exec] 		private function onAvailabilityChanged(event:StageVideoAvailabilityEvent):void {
     [exec] 		                                             ^
     [exec] 
     [exec] C:UsersikerDesktopCYCLINGCLOUDflowplayer-workspaceflowplayer.coresrcactionscriptorgflowplayerviewStageVideoWrapper.as(131): col: 45 Error: No se encontró el tipo o no es una constante en tiempo de compilación: StageVideoEvent.
     [exec] 
     [exec] 		private function _displayStageVideo(event:StageVideoEvent):void {
     [exec] 		                                          ^
     [exec] 

Thanks a lot in advance!