<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/tilem/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/tilem/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 21 Sep 2020 18:23:42 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tilem/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>New Skin for TI84Plus</title><link>https://sourceforge.net/p/tilem/discussion/84646/thread/14d73307fe/?limit=25#7790/4cee</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Infinitely many thanks for making Tilem!! It's perfect&amp;lt;3&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kelynne</dc:creator><pubDate>Mon, 21 Sep 2020 18:23:42 -0000</pubDate><guid>https://sourceforge.net30e2263da9e5a38b870ac4834d561eabe25e84b6</guid></item><item><title>New Skin for TI84Plus</title><link>https://sourceforge.net/p/tilem/discussion/84646/thread/14d73307fe/?limit=25#7790</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Can't say it better... Many thanks also :)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thibault Duponchelle</dc:creator><pubDate>Tue, 25 Aug 2020 16:46:42 -0000</pubDate><guid>https://sourceforge.netef07a8dc22a84c61bfd4855f68baa65f8fbf92d3</guid></item><item><title>Unable to install TI Linux emulator on Linux Mint 16 KDE</title><link>https://sourceforge.net/p/tilem/discussion/84647/thread/127eb2d8/?limit=25#d5a1</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you a lot Hank Frami :)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thibault Duponchelle</dc:creator><pubDate>Tue, 25 Aug 2020 16:44:54 -0000</pubDate><guid>https://sourceforge.net722d167d5d8fb3bc4092e8acd9d414d5bede5952</guid></item><item><title>New Skin for TI84Plus</title><link>https://sourceforge.net/p/tilem/discussion/84646/thread/14d73307fe/?limit=25#5e89</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;many, many thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Redbeard</dc:creator><pubDate>Thu, 30 Jul 2020 17:17:19 -0000</pubDate><guid>https://sourceforge.netff6a0eafaa3ea33c50399ee761d152bc370164f1</guid></item><item><title>New Skin for TI84Plus</title><link>https://sourceforge.net/p/tilem/discussion/84646/thread/14d73307fe/?limit=25#99df</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I hope someone still visits these forums! Anyway, I threw together a new skin for the TI84Plus ROM using the image from here: &lt;a href="https://commons.wikimedia.org/wiki/File:TI-84_Plus.svg" rel="nofollow"&gt;https://commons.wikimedia.org/wiki/File:TI-84_Plus.svg&lt;/a&gt;&lt;br/&gt;
Just wanted to share for anyone who might want to use it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kelynne burns</dc:creator><pubDate>Sat, 25 Jul 2020 06:22:10 -0000</pubDate><guid>https://sourceforge.net7c670fd0ee4307d39503731882f821f64482b0b0</guid></item><item><title>Unable to install TI Linux emulator on Linux Mint 16 KDE</title><link>https://sourceforge.net/p/tilem/discussion/84647/thread/127eb2d8/?limit=25#8f4e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ancient post, but top google result for this issue.&lt;/p&gt;
&lt;p&gt;Adding  "-lm" to the TICALCS_LIBS line in /tilem-2.0/gui/Makefile worked for me on Debian 10.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hank Frami</dc:creator><pubDate>Tue, 17 Dec 2019 23:31:55 -0000</pubDate><guid>https://sourceforge.net2c123c1f6623cf9e7cb9bc9c55ebc25197706b87</guid></item><item><title>Unable to install TI Linux emulator on Linux Mint 16 KDE</title><link>https://sourceforge.net/p/tilem/discussion/84647/thread/127eb2d8/?limit=25#fcad</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have Linux Mint 16 KDE 64-bit, and I wanted to install the Texas Instruments Emulator from &lt;a href="http://lpg.ticalc.org/prj_tilem/download.html." rel="nofollow"&gt;http://lpg.ticalc.org/prj_tilem/download.html.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I downloaded and extracted the source code, and installed all the necessary packages that were mentioned in the install doc.&lt;/p&gt;
&lt;p&gt;In the terminal I typed "./configure", and then "make", after which I've got the following error message:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;/usr/bin/ld: ../emu/libtilemcore.a(graycolor.o): undefined reference to symbol    'pow@@GLIBC_2.2.5'
/lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [tilem2] Error 1
make[1]: Leaving directory `/home/clearsky/Desktop/Texas Instruments/tilem-2.0/gui'
make: *** [all] Error 2
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Here is the complete output from the terminal:&lt;/p&gt;
&lt;p&gt;~~~~./configure&lt;br/&gt;
checking for gcc... gcc&lt;br/&gt;
checking whether the C compiler works... yes&lt;br/&gt;
checking for C compiler default output file name... a.out&lt;br/&gt;
checking for suffix of executables... &lt;br/&gt;
checking whether we are cross compiling... no&lt;br/&gt;
checking for suffix of object files... o&lt;br/&gt;
checking whether we are using the GNU C compiler... yes&lt;br/&gt;
checking whether gcc accepts -g... yes&lt;br/&gt;
checking for gcc option to accept ISO C89... none needed&lt;br/&gt;
checking how to run the C preprocessor... gcc -E&lt;br/&gt;
checking for ar... ar&lt;br/&gt;
checking for ranlib... ranlib&lt;br/&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br/&gt;
checking whether make sets $(MAKE)... yes&lt;br/&gt;
checking for update-desktop-database... :&lt;br/&gt;
checking for update-mime-database... update-mime-database&lt;br/&gt;
checking for pkg-config... /usr/bin/pkg-config&lt;br/&gt;
checking pkg-config is at least version 0.9.0... yes&lt;br/&gt;
checking for GTK... yes&lt;br/&gt;
checking for gtk_init... yes&lt;br/&gt;
checking for TICALCS... yes&lt;br/&gt;
checking for ticalcs_library_init... yes&lt;br/&gt;
checking for grep that handles long lines and -e... /bin/grep&lt;br/&gt;
checking for egrep... /bin/grep -E&lt;br/&gt;
checking for ANSI C header files... yes&lt;br/&gt;
checking for sys/types.h... yes&lt;br/&gt;
checking for sys/stat.h... yes&lt;br/&gt;
checking for stdlib.h... yes&lt;br/&gt;
checking for string.h... yes&lt;br/&gt;
checking for memory.h... yes&lt;br/&gt;
checking for strings.h... yes&lt;br/&gt;
checking for inttypes.h... yes&lt;br/&gt;
checking for stdint.h... yes&lt;br/&gt;
checking for unistd.h... yes&lt;br/&gt;
checking whether byte ordering is bigendian... no&lt;br/&gt;
checking for inline... inline&lt;br/&gt;
checking for C/C++ restrict keyword... __restrict&lt;br/&gt;
checking for uintptr_t... yes&lt;br/&gt;
configure: creating ./config.status&lt;br/&gt;
config.status: creating Makefile&lt;br/&gt;
config.status: creating emu/Makefile&lt;br/&gt;
config.status: creating db/Makefile&lt;br/&gt;
config.status: creating data/Makefile&lt;br/&gt;
config.status: creating gui/Makefile&lt;br/&gt;
config.status: creating gui/tilem2.rc&lt;br/&gt;
config.status: creating installer/win32/Makefile&lt;br/&gt;
config.status: creating installer/win32/installer.nsi&lt;br/&gt;
config.status: creating config.h&lt;br/&gt;
config.status: config.h is unchanged&lt;/p&gt;
&lt;p&gt;make&lt;br/&gt;
cd emu &amp;amp;&amp;amp; make&lt;br/&gt;
make&lt;span&gt;[1]&lt;/span&gt;: Entering directory &lt;code&gt;/home/clearsky/Desktop/Texas Instruments/tilem-2.0/emu'
make[1]: Nothing to be done for&lt;/code&gt;all'.&lt;br/&gt;
make&lt;span&gt;[1]&lt;/span&gt;: Leaving directory &lt;code&gt;/home/clearsky/Desktop/Texas Instruments/tilem-2.0/emu'
cd db &amp;amp;&amp;amp; make
make[1]: Entering directory&lt;/code&gt;/home/clearsky/Desktop/Texas Instruments/tilem-2.0/db'&lt;br/&gt;
make&lt;span&gt;[1]&lt;/span&gt;: Nothing to be done for &lt;code&gt;all'.
make[1]: Leaving directory&lt;/code&gt;/home/clearsky/Desktop/Texas Instruments/tilem-2.0/db'&lt;br/&gt;
cd gui &amp;amp;&amp;amp; make&lt;br/&gt;
make&lt;span&gt;[1]&lt;/span&gt;: Entering directory &lt;code&gt;/home/clearsky/Desktop/Texas Instruments/tilem-2.0/gui'
gcc -g -O2 -W -Wall -Wwrite-strings    -o tilem2 tilem2.o address.o animatedgif.o animation.o breakpoints.o config.o charmap.o debugger.o disasmview.o emulator.o emucore.o emuwin.o event.o filedlg.o files.o fixedtreeview.o gifencod.o icons.o keybindings.o keypaddlg.o link.o macro.o memmodel.o memview.o memory.o pbar.o preferences.o sendfile.o screenshot.o skinops.o ti81prg.o menu.o rcvmenu.o tool.o  -L../db -ltilemdb -L../emu -ltilemcore -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgthread-2.0 -lglib-2.0   -lticalcs2 -lticables2 -ltifiles2 -lticonv -lglib-2.0   
/usr/bin/ld: ../emu/libtilemcore.a(graycolor.o): undefined reference to symbol 'pow@@GLIBC_2.2.5'
/lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [tilem2] Error 1
make[1]: Leaving directory&lt;/code&gt;/home/clearsky/Desktop/Texas Instruments/tilem-2.0/gui'&lt;br/&gt;
make: *** &lt;span&gt;[all]&lt;/span&gt; Error 2~~~~&lt;/p&gt;
&lt;p&gt;Can anyone help me find a solution to this problem?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thibault Duponchelle</dc:creator><pubDate>Thu, 16 Jan 2014 00:48:46 -0000</pubDate><guid>https://sourceforge.netb9a6bdbd59341248c915993ba9a76dca0208d49b</guid></item></channel></rss>