You are not logged in.

#1 2009-11-18 15:00:36

Xemertix
Member
Registered: 2009-04-09
Posts: 66

Aegisub-dev compilation problem,patch needed

When trying to compile r3804,the latest version of aegisub-dev (but this happens with almost all versions including pkgbuild's r3362) there's the following error,it's a linking problem (i used ./configure && make,but it's the same when using the pkgbuild):
http://pastebin.com/m5773a482

I asked on #aegisub channel and they told me that the problem is solved entering the src directory and typing the following command:

g++ -DAEGISUB -Iinclude -I../libffms/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -fopenmp -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-long-long -fpermissive -fno-strict-aliasing -std=c++98 -pipe -O2 -o aegisub-2.1 -pthread -Wl,--hash-style=gnu -Wl,--as-needed aegisub_2_1-font_file_lister.o aegisub_2_1-font_file_lister_fontconfig.o aegisub_2_1-MatroskaParser.o aegisub_2_1-aegisublocale.o aegisub_2_1-ass_attachment.o aegisub_2_1-ass_dialogue.o aegisub_2_1-ass_entry.o aegisub_2_1-ass_export_filter.o aegisub_2_1-ass_exporter.o aegisub_2_1-ass_file.o aegisub_2_1-ass_karaoke.o aegisub_2_1-ass_override.o aegisub_2_1-ass_style.o aegisub_2_1-ass_style_storage.o aegisub_2_1-ass_time.o aegisub_2_1-audio_box.o aegisub_2_1-audio_display.o aegisub_2_1-audio_karaoke.o aegisub_2_1-audio_provider.o aegisub_2_1-audio_provider_convert.o aegisub_2_1-audio_provider_downmix.o aegisub_2_1-audio_provider_hd.o aegisub_2_1-audio_provider_pcm.o aegisub_2_1-audio_provider_ram.o aegisub_2_1-audio_provider_stream.o aegisub_2_1-audio_spectrum.o aegisub_2_1-auto4_base.o aegisub_2_1-avisynth_wrap.o aegisub_2_1-base_grid.o aegisub_2_1-browse_button.o aegisub_2_1-colorspace.o aegisub_2_1-colour_button.o aegisub_2_1-dialog_about.o aegisub_2_1-dialog_associations.o aegisub_2_1-dialog_attachments.o aegisub_2_1-dialog_automation.o aegisub_2_1-dialog_colorpicker.o aegisub_2_1-dialog_detached_video.o aegisub_2_1-dialog_dummy_video.o aegisub_2_1-dialog_export.o aegisub_2_1-dialog_fonts_collector.o aegisub_2_1-dialog_jumpto.o aegisub_2_1-dialog_kanji_timer.o aegisub_2_1-dialog_options.o aegisub_2_1-dialog_paste_over.o aegisub_2_1-dialog_progress.o aegisub_2_1-dialog_properties.o aegisub_2_1-dialog_resample.o aegisub_2_1-dialog_search_replace.o aegisub_2_1-dialog_selection.o aegisub_2_1-dialog_shift_times.o aegisub_2_1-dialog_spellchecker.o aegisub_2_1-dialog_splash.o aegisub_2_1-dialog_style_editor.o aegisub_2_1-dialog_style_manager.o aegisub_2_1-dialog_styling_assistant.o aegisub_2_1-dialog_text_import.o aegisub_2_1-dialog_timing_processor.o aegisub_2_1-dialog_tip.o aegisub_2_1-dialog_translation.o aegisub_2_1-dialog_version_check.o aegisub_2_1-dialog_video_details.o aegisub_2_1-drop.o aegisub_2_1-audio_provider_dummy.o aegisub_2_1-export_clean_info.o aegisub_2_1-export_fixstyle.o aegisub_2_1-export_framerate.o aegisub_2_1-export_visible_lines.o aegisub_2_1-fft.o aegisub_2_1-frame_main.o aegisub_2_1-frame_main_events.o aegisub_2_1-gl_text.o aegisub_2_1-gl_wrap.o aegisub_2_1-help_button.o aegisub_2_1-hilimod_textctrl.o aegisub_2_1-hotkeys.o aegisub_2_1-idle_field_event.o aegisub_2_1-kana_table.o aegisub_2_1-keyframe.o aegisub_2_1-main.o aegisub_2_1-md5.o aegisub_2_1-mkv_wrap.o aegisub_2_1-mythes.o aegisub_2_1-options.o aegisub_2_1-plugin_manager.o aegisub_2_1-scintilla_text_ctrl.o aegisub_2_1-spellchecker.o aegisub_2_1-spline.o aegisub_2_1-spline_curve.o aegisub_2_1-standard_paths.o aegisub_2_1-static_bmp.o aegisub_2_1-string_codec.o aegisub_2_1-subs_edit_box.o aegisub_2_1-subs_edit_ctrl.o aegisub_2_1-subs_grid.o aegisub_2_1-subs_preview.o aegisub_2_1-subtitle_format.o aegisub_2_1-subtitle_format_ass.o aegisub_2_1-subtitle_format_dvd.o aegisub_2_1-subtitle_format_encore.o aegisub_2_1-subtitle_format_microdvd.o aegisub_2_1-subtitle_format_mkv.o aegisub_2_1-subtitle_format_srt.o aegisub_2_1-subtitle_format_transtation.o aegisub_2_1-subtitle_format_ttxt.o aegisub_2_1-subtitle_format_txt.o aegisub_2_1-text_file_writer.o aegisub_2_1-thesaurus.o aegisub_2_1-thesaurus_myspell.o aegisub_2_1-timeedit_ctrl.o aegisub_2_1-toggle_bitmap.o aegisub_2_1-tooltip_manager.o aegisub_2_1-utils.o aegisub_2_1-validators.o aegisub_2_1-variable_data.o aegisub_2_1-vector2d.o aegisub_2_1-version.o aegisub_2_1-vfr.o aegisub_2_1-video_box.o aegisub_2_1-video_context.o aegisub_2_1-video_display.o aegisub_2_1-video_frame.o aegisub_2_1-video_out_gl.o aegisub_2_1-video_provider_cache.o aegisub_2_1-video_provider_dummy.o aegisub_2_1-video_provider_manager.o aegisub_2_1-video_slider.o aegisub_2_1-visual_feature.o aegisub_2_1-visual_tool.o aegisub_2_1-visual_tool_clip.o aegisub_2_1-visual_tool_cross.o aegisub_2_1-visual_tool_drag.o aegisub_2_1-visual_tool_rotatexy.o aegisub_2_1-visual_tool_rotatez.o aegisub_2_1-visual_tool_scale.o aegisub_2_1-visual_tool_vector_clip.o -Wl,-E -Wl,-rpath -Wl,/usr/lib/perl5/core_perl/CORE -fstack-protector  -lGL -lwx_gtk2u_gl-2.8 -lwx_gtk2u_stc-2.8 -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8  libresrc/libresrc.a libaudio_player.a libaudio_alsa.a libaudio_portaudio.a libaudio_openal.a libaudiovideo_ffmpegsource.a ../libffms/libffmpegsource_aegisub.a libsubtitle_provider.a libsubtitle_ass.a libauto4_lua.a libauto4_perl.a libmisc_hunspell.a libmisc_universalchardet.a ../universalchardet/libuniversalchardet.a -lasound -lportaudio -lopenal -lavformat -lavcodec -lswscale -lavutil -lpostproc -lhunspell-1.2 -lfreetype -lfontconfig -L/home/xxx/scaricati/aegisub-2.1.8-dev-r3804/libass -lass_aegisub -llua -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc -pthread

and they also told me that the Makefile.am should be patched,and then to run autogen.sh..does someone know how to make the patch for this pkgbuild? http://aur.archlinux.org/packages.php?ID=19006

Offline

Board footer

Powered by FluxBB