Re: [CinCVS] Compiling Cinelerra with bluedottheme

2006-09-01 Thread Ichthyostega
Bas Alphenaar schrieb:
 BTW, what language is Cinelerra written in, C, C++?

C++

BTW, you don't need advanced programming skills for the themes,
more important are skills in graphics...

Hermann


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[CinCVS] Compiling Cinelerra with bluedottheme

2006-08-31 Thread Bas Alphenaar
I tried to compile r836 of Cinelerra with the bluedottheme today, but it
doesn't work. It did work with the greenelerra theme. This is what I get:


 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../guicast -I../../cinelerra 
-I../../quicktime -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -g -O2  -MT bluedottheme.lo -MD -MP -MF
.deps/bluedottheme.Tpo -c bluedottheme.C  -fPIC  -DPIC -o
.libs/bluedottheme.o
bluedottheme.C: In member function 'virtual void BlueDotTheme::initialize()':
bluedottheme.C:195: error: 'timebar_bg_data' was not declared in this scope
bluedottheme.C:196: error: 'timebar_brender_data' was not declared in this scope
bluedottheme.C:288: error: 'bottom_justify' was not declared in this scope
bluedottheme.C:289: error: 'center_justify' was not declared in this scope
bluedottheme.C:290: error: 'channel_data' was not declared in this scope
bluedottheme.C:291: error: 'copy_data' was not declared in this scope
bluedottheme.C:292: error: 'cut_data' was not declared in this scope
bluedottheme.C:293: error: 'fit_data' was not declared in this scope
bluedottheme.C:294: error: 'in_data' was not declared in this scope
bluedottheme.C:295: error: 'indelete_data' was not declared in this scope
bluedottheme.C:296: error: 'labelbutton_data' was not declared in this scope
bluedottheme.C:297: error: 'left_justify' was not declared in this scope
bluedottheme.C:298: error: 'magnify_button_data' was not declared in this scope
bluedottheme.C:299: error: 'middle_justify' was not declared in this scope
bluedottheme.C:300: error: 'nextlabel_data' was not declared in this scope
bluedottheme.C:301: error: 'out_data' was not declared in this scope
bluedottheme.C:302: error: 'outdelete_data' was not declared in this scope
bluedottheme.C:305: error: 'paste_data' was not declared in this scope
bluedottheme.C:306: error: 'prevlabel_data' was not declared in this scope
bluedottheme.C:307: error: 'redo_data' was not declared in this scope
bluedottheme.C:308: error: 'right_justify' was not declared in this scope
bluedottheme.C:310: error: 'toclip_data' was not declared in this scope
bluedottheme.C:311: error: 'top_justify' was not declared in this scope
bluedottheme.C:312: error: 'undo_data' was not declared in this scope
bluedottheme.C:313: error: 'wrench_data' was not declared in this scope
bluedottheme.C:332: error: 'arrow_data' was not declared in this scope
bluedottheme.C:333: error: 'autokeyframe_data' was not declared in this scope
bluedottheme.C:334: error: 'camera_data' was not declared in this scope
bluedottheme.C:335: error: 'crop_data' was not declared in this scope
bluedottheme.C:336: error: 'ibeam_data' was not declared in this scope
bluedottheme.C:337: error: 'magnify_data' was not declared in this scope
bluedottheme.C:338: error: 'mask_data' was not declared in this scope
bluedottheme.C:339: error: 'proj_data' was not declared in this scope
bluedottheme.C:340: error: 'protect_data' was not declared in this scope
bluedottheme.C:341: error: 'show_meters' was not declared in this scope
bluedottheme.C:342: error: 'titlesafe_data' was not declared in this scope
bluedottheme.C:343: error: 'tool_data' was not declared in this scope
bluedottheme.C:352: error: 'duplex_data' was not declared in this scope
bluedottheme.C:353: error: 'end_data' was not declared in this scope
bluedottheme.C:354: error: 'fastfwd_data' was not declared in this scope
bluedottheme.C:355: error: 'fastrev_data' was not declared in this scope
bluedottheme.C:356: error: 'forward_data' was not declared in this scope
bluedottheme.C:357: error: 'framefwd_data' was not declared in this scope
bluedottheme.C:358: error: 'framerev_data' was not declared in this scope
bluedottheme.C:359: error: 'pause_data' was not declared in this scope
bluedottheme.C:360: error: 'rec_data' was not declared in this scope
bluedottheme.C:361: error: 'recframe_data' was not declared in this scope
bluedottheme.C:362: error: no matching function for call to 
'BlueDotTheme::build _transport(VFrame**, unsigned char*, VFrame**, int)'
../../cinelerra/theme.h:103: note: candidates are: void 
Theme::build_transport(c har*, unsigned char*, VFrame**, int)
bluedottheme.C:363: error: no matching function for call to 
'BlueDotTheme::build _transport(VFrame**, unsigned char*, VFrame**, int)'
../../cinelerra/theme.h:103: note: candidates are: void 
Theme::build_transport(c har*, unsigned char*, VFrame**, int)
bluedottheme.C:364: error: 'stop_data' was not declared in this scope
bluedottheme.C:365: error: 'stoprec_data' was not declared in this scope
bluedottheme.C:410: error: 'class BC_Resources' has no member named 
'listboxitem selected_color'
bluedottheme.C:459: error: incompatible types in assignment of 'VFrame**' to 
'VF rame* [5]'
bluedottheme.C: In member function 'virtual void 
BlueDotTheme::get_mwindow_sizes (MWindowGUI*, int, int)':
bluedottheme.C:499: error: 'timebar_bg_data' was not declared in this scope
bluedottheme.C: In member function 'virtual void 

Re: [CinCVS] Compiling Cinelerra with bluedottheme

2006-08-31 Thread Bas Alphenaar
I would love to do that, but unfortunately I'm not a programmer :( BTW, 
what language is Cinelerra written in, C, C++?


Johannes Sixt wrote:

On Thursday 31 August 2006 14:32, Bas Alphenaar wrote:
  

I tried to compile r836 of Cinelerra with the bluedottheme today, but it
doesn't work. It did work with the greenelerra theme. This is what I get:


 [Many errors]

Somebody knows what's wrong?



Bluedot has not been updated for Cinelerra 2.0; 2.1 will require another round 
of changes. Same for other themes except S.U.V. For this reason S.U.V. is now 
the only one that is compiled.


If you want some other theme, you need to get your hands dirty ;)
Send a patch; we'll happily apply it.

-- Hannes

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

  


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Compiling Cinelerra with bluedottheme

2006-08-31 Thread Rafael Diniz
some time ago i made bluedot work with 2.0cv, but we need to draw some new
buttons and icons to make it work ok. (i replaced the lacking images with
the standart default old theme images)
i'll upgrade the patch to 2.1cv and ask people to help with images, since
i a very bad with drawings.

bye,
rafael diniz

 I would love to do that, but unfortunately I'm not a programmer :( BTW,
 what language is Cinelerra written in, C, C++?

 Johannes Sixt wrote:
 On Thursday 31 August 2006 14:32, Bas Alphenaar wrote:

 I tried to compile r836 of Cinelerra with the bluedottheme today, but
 it
 doesn't work. It did work with the greenelerra theme. This is what I
 get:


  [Many errors]

 Somebody knows what's wrong?


 Bluedot has not been updated for Cinelerra 2.0; 2.1 will require another
 round
 of changes. Same for other themes except S.U.V. For this reason S.U.V.
 is now
 the only one that is compiled.

 If you want some other theme, you need to get your hands dirty ;)
 Send a patch; we'll happily apply it.

 -- Hannes

 ___
 Cinelerra mailing list
 Cinelerra@skolelinux.no
 https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra



 ___
 Cinelerra mailing list
 Cinelerra@skolelinux.no
 https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra




___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra