<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 3: build failes on fedora</title><link href="https://sourceforge.net/p/transcoder84/bugs/3/" rel="alternate"/><link href="https://sourceforge.net/p/transcoder84/bugs/3/feed.atom" rel="self"/><id>https://sourceforge.net/p/transcoder84/bugs/3/</id><updated>2013-12-25T06:30:03.509000Z</updated><subtitle>Recent changes to 3: build failes on fedora</subtitle><entry><title>build failes on fedora</title><link href="https://sourceforge.net/p/transcoder84/bugs/3/" rel="alternate"/><published>2013-12-25T06:30:03.509000Z</published><updated>2013-12-25T06:30:03.509000Z</updated><author><name>Asif Ali Rizvan</name><uri>https://sourceforge.net/u/fastrizwaan/</uri></author><id>https://sourceforge.net4a90717c95342827003c71ffd7527e3ff70ee646</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;bash-4.2$ make&lt;br /&gt;
gcc -Wall &lt;code&gt;pkg-config --cflags --libs gtk+-3.0&lt;/code&gt;    -c -o src/misc.o src/misc.c&lt;br /&gt;
src/misc.c: In function ‘add_files’:&lt;br /&gt;
src/misc.c:143:124: error: ‘GTK_STOCK_CANCEL’ undeclared (first use in this function)&lt;br /&gt;
  GtkWidget &lt;em&gt;input_file_chooser = gtk_file_chooser_dialog_new ("Open File",GTK_WINDOW(mainwin),GTK_FILE_CHOOSER_ACTION_OPEN,GTK_STOCK_CANCEL,GTK_RESPONSE_CANCEL,GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,NULL);&lt;br /&gt;
                                                                                                                            ^&lt;br /&gt;
src/misc.c:143:124: note: each undeclared identifier is reported only once for each function it appears in&lt;br /&gt;
src/misc.c:143:161: error: ‘GTK_STOCK_OPEN’ undeclared (first use in this function)&lt;br /&gt;
  GtkWidget &lt;/em&gt;input_file_chooser = gtk_file_chooser_dialog_new ("Open File",GTK_WINDOW(mainwin),GTK_FILE_CHOOSER_ACTION_OPEN,GTK_STOCK_CANCEL,GTK_RESPONSE_CANCEL,GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,NULL);&lt;br /&gt;
                                                                                                                                                                 ^&lt;br /&gt;
src/misc.c: In function ‘browse_path’:&lt;br /&gt;
src/misc.c:181:133: error: ‘GTK_STOCK_CANCEL’ undeclared (first use in this function)&lt;br /&gt;
  GtkWidget &lt;em&gt;ouput_file_chooser = gtk_file_chooser_dialog_new ("Open File",GTK_WINDOW(mainwin),GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER,GTK_STOCK_CANCEL,GTK_RESPONSE_CANCEL,GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,NULL);&lt;br /&gt;
                                                                                                                                     ^&lt;br /&gt;
src/misc.c:181:170: error: ‘GTK_STOCK_OPEN’ undeclared (first use in this function)&lt;br /&gt;
  GtkWidget &lt;/em&gt;ouput_file_chooser = gtk_file_chooser_dialog_new ("Open File",GTK_WINDOW(mainwin),GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER,GTK_STOCK_CANCEL,GTK_RESPONSE_CANCEL,GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,NULL);&lt;br /&gt;
                                                                                                                                                                          ^&lt;br /&gt;
make: *** &lt;span&gt;[src/misc.o]&lt;/span&gt; Error 1&lt;br /&gt;
bash-4.2$ &lt;/p&gt;&lt;/div&gt;</summary></entry></feed>