Closed GoogleCodeExporter closed 9 years ago
Original comment by eric.beuque
on 23 Nov 2013 at 3:21
Issue 171 has been merged into this issue.
Original comment by eric.beuque
on 23 Nov 2013 at 3:25
Issue 173 has been merged into this issue.
Original comment by eric.beuque
on 23 Nov 2013 at 3:27
Issue 176 has been merged into this issue.
Original comment by eric.beuque
on 23 Nov 2013 at 3:28
Issue 178 has been merged into this issue.
Original comment by eric.beuque
on 18 Jan 2014 at 2:44
Issue 179 has been merged into this issue.
Original comment by eric.beuque
on 18 Jan 2014 at 2:44
Hi,
I compiled and run he last freetuxTV 0.6.6 successfully on debian jessie (xfce).
with "configure --with-gtk=3.0" . --with-gtk=2.0 failed with a msg
"gtk_box_new" not found.
Thank you very much.
Original comment by eric.ham...@gmail.com
on 18 Jan 2014 at 7:48
I get this when wish to make new Version 0.6.6 for FreeBSD
gtk-date-time-picker.o: In function `gtk_date_time_picker_init':
gtk-date-time-picker.c:(.text+0x283): undefined reference to `gtk_box_new'
gtk-progress-dialog.o: In function `gtk_progress_dialog_new':
gtk-progress-dialog.c:(.text+0x27f): undefined reference to `gtk_box_new'
freetuxtv-player-error-dialog.o: In function
`freetuxtv_player_error_dialog_init':
freetuxtv-player-error-dialog.c:(.text+0x206): undefined reference to
`gtk_box_new'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [freetuxtv] Error 1
gmake[2]: Leaving directory
`/usr/local/ports/local/In-Review/multimedia/freetuxtv/work/freetuxtv-0.6.6/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/local/ports/local/In-Review/multimedia/freetuxtv/work/freetuxtv-0.6.6'
gmake: *** [all] Error 2
Original comment by nemysisbsd
on 18 Jan 2014 at 10:03
What is the GTK version you are using?
Original comment by eric.beuque
on 19 Jan 2014 at 8:31
Installed are
gtk1-1.2.10_22 Gimp Toolkit for X11 GUI (previous stable
version)
gtk2-2.24.19_2 Gimp Toolkit for X11 GUI (previous stable
version) --> this is default
gtk3-3.8.2_1 Gimp Toolkit for X11 GUI (current stable
version) not altogether ported in FreeBSD, not full usable
USE_GNOME= glib20 gtk20 cairo
CONFIGURE_ARGS+=--with-gtk=2.0
Original comment by nemysisbsd
on 19 Jan 2014 at 11:35
OK actually i break compatibility with gtk2, i'm sorry but i can't support gtk2
anymore.
You can fix this issue by manually reverting change done in this commit, but i
really suggest to try to use gtk3:
http://code.google.com/p/freetuxtv/source/detail?r=744
Original comment by eric.beuque
on 19 Jan 2014 at 11:46
Thanks many for diff :D
Later when is GTK3 full ported to FreeBSD I switch to GTK3 for FreetuxTV.
I use now in Makefile and build works good
# Fix for GTK2
@${REINPLACE_CMD} -e 's|box_new(GTK_ORIENTATION_VERTICAL|vbox_new(FALSE|' \
${WRKSRC}/src/freetuxtv-player-error-dialog.c \
${WRKSRC}/src/gtk-progress-dialog.c
@${REINPLACE_CMD} -e 's|box_new(GTK_ORIENTATION_HORIZONTAL|hbox_new(FALSE|' \
${WRKSRC}/src/gtk-date-time-picker.c
For src/main.c is not needed to change, because g_strcasecmp is deprecated
+if(g_strcasecmp (
-if(g_ascii_strcasecmp (
Original comment by nemysisbsd
on 19 Jan 2014 at 1:16
Issue 183 has been merged into this issue.
Original comment by eric.beuque
on 23 Mar 2014 at 9:12
Original issue reported on code.google.com by
Uka...@gmail.com
on 8 Oct 2013 at 9:25