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 
BlueDotTheme::get_cwindow_sizes (CWindowGUI*, int)':
bluedottheme.C:538: error: 'autokeyframe_data' was not declared in this scope
bluedottheme.C: In member function 'virtual void 
BlueDotTheme::get_recordgui_siz es(RecordGUI*, int, int)':
bluedottheme.C:613: error: 'recordgui_buttons_x' was not declared in this scope
bluedottheme.C:614: error: 'recordgui_buttons_y' was not declared in this scope
bluedottheme.C: In member function 'virtual void 
BlueDotTheme::get_vwindow_sizes (VWindowGUI*)':
bluedottheme.C:664: error: 'autokeyframe_data' was not declared in this scope
bluedottheme.C: In member function 'void BlueDotTheme::build_icons()':
bluedottheme.C:684: error: 'mwindow_icon' was not declared in this scope
bluedottheme.C:685: error: 'vwindow_icon' was not declared in this scope
bluedottheme.C:686: error: 'cwindow_icon' was not declared in this scope
bluedottheme.C:687: error: 'awindow_icon' was not declared in this scope
bluedottheme.C:688: error: 'record_icon' was not declared in this scope
bluedottheme.C:689: error: 'clip_icon' was not declared in this scope
bluedottheme.C: In member function 'void BlueDotTheme::build_bg_data()':
bluedottheme.C:701: error: 'resource1024_bg_data' was not declared in this scope
bluedottheme.C:702: error: 'resource512_bg_data' was not declared in this scope
bluedottheme.C:703: error: 'resource256_bg_data' was not declared in this scope
bluedottheme.C:704: error: 'resource128_bg_data' was not declared in this scope
bluedottheme.C:705: error: 'resource64_bg_data' was not declared in this scope
bluedottheme.C:706: error: 'resource32_bg_data' was not declared in this scope
bluedottheme.C: In member function 'void BlueDotTheme::build_patches()':
bluedottheme.C:724: error: 'drawpatch_data' was not declared in this scope
bluedottheme.C:725: error: 'expandpatch_data' was not declared in this scope
bluedottheme.C:726: error: 'gangpatch_data' was not declared in this scope
bluedottheme.C:727: error: 'mutepatch_data' was not declared in this scope
bluedottheme.C:729: error: 'playpatch_data' was not declared in this scope
bluedottheme.C:730: error: 'recordpatch_data' was not declared in this scope
bluedottheme.C: In member function 'virtual void 
BlueDotTheme::draw_rwindow_bg(R ecordGUI*)':
bluedottheme.C:759: error: 'recordgui_buttons_y' was not declared in this scope
bluedottheme.C: In member function 'virtual void 
BlueDotTheme::draw_mwindow_bg(M WindowGUI*)':
bluedottheme.C:831: error: 'timebar_bg_data' was not declared in this scope
make[1]: *** [bluedottheme.lo] Error 1
make[1]: Leaving directory `/home/bas/Desktop/hvirtual/plugins/bluedottheme'
make: *** [all-recursive] Error 1


Somebody knows what's wrong?


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

Reply via email to