<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6745&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / install at Daedalus emelfm, old software that require GTK+ v1.2.x?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6745</link>
		<description><![CDATA[The most recent posts in install at Daedalus emelfm, old software that require GTK+ v1.2.x?.]]></description>
		<lastBuildDate>Sun, 28 Jul 2024 05:08:22 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: install at Daedalus emelfm, old software that require GTK+ v1.2.x?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51380#p51380</link>
			<description><![CDATA[<p>thank you i will try play with makeconfig,<br />at git is silent, i try post to devs via mail</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sun, 28 Jul 2024 05:08:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51380#p51380</guid>
		</item>
		<item>
			<title><![CDATA[Re: install at Daedalus emelfm, old software that require GTK+ v1.2.x?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51378#p51378</link>
			<description><![CDATA[<p>You may need to tweak some settings in the Makefile.config to suit your setup, It could be something to do with file UTF8 encoding.<br />Also in the Makefile.config there is an option to build gtk2 only which might help. Im just guessing here, the developer would have better answers than I would.</p><p>Emelfm2 Makefile.config<br /><a href="https://github.com/tom2tom/emelfm2/blob/master/Makefile.config" rel="nofollow">https://github.com/tom2tom/emelfm2/blob … ile.config</a></p>]]></description>
			<author><![CDATA[dummy@example.com (soren)]]></author>
			<pubDate>Sat, 27 Jul 2024 22:15:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51378#p51378</guid>
		</item>
		<item>
			<title><![CDATA[Re: install at Daedalus emelfm, old software that require GTK+ v1.2.x?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51377#p51377</link>
			<description><![CDATA[<p>install libmagic-dev<br />but</p><div class="codebox"><pre><code>multiple definition of `file&#039;
collect2: error: ld returned 1 exit status</code></pre></div><p>build when add this at 438 line makefile<br /><span class="bbc">&lt;------&gt;@$(CC) $(LDFLAGS) -Wl,-allow-multiple-definition $(OBJECTS) -o $(TARGET) -Wl,--as-needed $(lLIBS)</span><br />original was<br /><span class="bbc">&lt;------&gt;@$(CC) $(LDFLAGS) $(OBJECTS) -o $(TARGET) -Wl,--as-needed $(lLIBS)</span><br />after launch emelfm2 its look strange<br /><a href="https://i.ibb.co/74FSxDS/Screenshot-2024-07-28-00-08-13.png" rel="nofollow">https://i.ibb.co/74FSxDS/Screenshot-202 … -08-13.png</a></p><p>ps debug log <a href="https://pastebin.com/raw/2Bi4MiKP" rel="nofollow">https://pastebin.com/raw/2Bi4MiKP</a></p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sat, 27 Jul 2024 21:16:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51377#p51377</guid>
		</item>
		<item>
			<title><![CDATA[Re: install at Daedalus emelfm, old software that require GTK+ v1.2.x?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51364#p51364</link>
			<description><![CDATA[<p>thanks, better but another build error</p><div class="codebox"><pre><code>collect2: error: ld returned 1 exit status
make: *** [Makefile:438: emelfm2] Error 1
freeartist-devuan@home:~/Downloads/ranger_vifm_mc_emelfm/emelfm2-master$ </code></pre></div><div class="codebox"><pre><code>&lt;------&gt;@$(CC) $(LDFLAGS) $(OBJECTS) -o $(TARGET) -Wl,--as-needed $(lLIBS)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sat, 27 Jul 2024 10:34:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51364#p51364</guid>
		</item>
		<item>
			<title><![CDATA[Re: install at Daedalus emelfm, old software that require GTK+ v1.2.x?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51338#p51338</link>
			<description><![CDATA[<p>Looks like you may need <span class="bbc">libmagic-dev</span> development files. Have you installed those?</p><p><a href="https://packages.debian.org/bookworm/libmagic-dev" rel="nofollow">https://packages.debian.org/bookworm/libmagic-dev</a></p><p>Install that and see if you can build it again.</p><p>Im not really sure about backward compatibility of older versions of gtk on newer gnu/linux systems.</p>]]></description>
			<author><![CDATA[dummy@example.com (soren)]]></author>
			<pubDate>Fri, 26 Jul 2024 09:22:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51338#p51338</guid>
		</item>
		<item>
			<title><![CDATA[Re: install at Daedalus emelfm, old software that require GTK+ v1.2.x?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51335#p51335</link>
			<description><![CDATA[<p>thanks, but i have error at building emelfm2 also</p><p><a href="https://github.com/tom2tom/emelfm2/issues/9" rel="nofollow">https://github.com/tom2tom/emelfm2/issues/9</a></p><p>offtop<br />can you explain,why new linux have such issues with old software, and oposite why at old linux a cant have new software? How this thing working at windows? Windows have backward compatibility but linux not?</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Fri, 26 Jul 2024 07:09:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51335#p51335</guid>
		</item>
		<item>
			<title><![CDATA[Re: install at Daedalus emelfm, old software that require GTK+ v1.2.x?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51327#p51327</link>
			<description><![CDATA[<p>You may have better luck with emelfm2 which should run on any gtk2 or gtk3 based system.</p><p><a href="https://emelfm2.net/" rel="nofollow">https://emelfm2.net/</a></p><p><del>Not sure about gtk 1.2, i think only tiny core linux supports that these days.</del><br />scratch that, tiny core uses fltk not gtk.</p>]]></description>
			<author><![CDATA[dummy@example.com (soren)]]></author>
			<pubDate>Thu, 25 Jul 2024 09:56:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51327#p51327</guid>
		</item>
		<item>
			<title><![CDATA[install at Daedalus emelfm, old software that require GTK+ v1.2.x?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51325#p51325</link>
			<description><![CDATA[<p>Hello folks)<br />Can i install at Daedalus this emelfm, old software that require GTK+ v1.2.x?<br /><a href="https://emelfm.sourceforge.net/" rel="nofollow">https://emelfm.sourceforge.net/</a></p><div class="codebox"><pre><code>root@home:/home/freeartist-devuan/Downloads# dpkg -i libgtk1.2-dev_1.2.10-18.1_i386.deb 
Selecting previously unselected package libgtk1.2-dev:i386.
(Reading database ... 438393 files and directories currently installed.)
Preparing to unpack libgtk1.2-dev_1.2.10-18.1_i386.deb ...
Unpacking libgtk1.2-dev:i386 (1.2.10-18.1) ...
dpkg: dependency problems prevent configuration of libgtk1.2-dev:i386:
 libgtk1.2-dev:i386 depends on libgtk1.2 (= 1.2.10-18.1).
 libgtk1.2-dev:i386 depends on libglib1.2-dev.
 libgtk1.2-dev:i386 depends on libx11-dev.
 libgtk1.2-dev:i386 depends on libxext-dev.
 libgtk1.2-dev:i386 depends on libxi-dev.

dpkg: error processing package libgtk1.2-dev:i386 (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.11.2-2) ...
Errors were encountered while processing:
 libgtk1.2-dev:i386
root@home:/home/freeartist-devuan/Downloads# </code></pre></div><p>build error</p><div class="codebox"><pre><code>root@home:/home/freeartist-devuan# 
freeartist-devuan@home:~/Downloads/ranger_vifm_mc_emelfm/emelfm-master$ make
gcc -O2 -Wall `gtk-config --cflags` -DENABLE_NLS -DLOCALEDIR=\&quot;/usr/local/share/locale\&quot; -DPLUGINS_DIR=\&quot;/usr/local/share/emelfm/plugins\&quot; -DDOC_DIR=\&quot;/usr/local/share/emelfm/docs\&quot; -c emelfm.c
In file included from /usr/include/gtk-1.2/gdk/gdk.h:31,
                 from /usr/include/gtk-1.2/gtk/gtk.h:31,
                 from emelfm.h:32,
                 from emelfm.c:29:
/usr/include/gtk-1.2/gdk/gdktypes.h:33:10: fatal error: glib.h: No such file or directory
   33 | #include &lt;glib.h&gt;
      |          ^~~~~~~~
compilation terminated.
make: *** [Makefile:17: emelfm.o] Error 1
freeartist-devuan@home:~/Downloads/ranger_vifm_mc_emelfm/emelfm-master$ </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Thu, 25 Jul 2024 08:40:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51325#p51325</guid>
		</item>
	</channel>
</rss>
