<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Kahel OS Forum Tag: aur - Recent Posts</title>
		<link>http://forum.kahelos.org/tags/aur</link>
		<description>Open for Change</description>
		<language>en-US</language>
		<pubDate>Thu, 29 Jul 2010 20:40:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.kahelos.org/search.php</link>
		</textInput>
		<atom:link href="http://forum.kahelos.org/rss/tags/aur" rel="self" type="application/rss+xml" />

		<item>
			<title>fplolz on "Got my app running!"</title>
			<link>http://forum.kahelos.org/topic/got-my-app-running#post-897</link>
			<pubDate>Mon, 05 Apr 2010 18:06:44 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">897@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Okay...as you can see...my bash scripting is woefully sucky..lol :)&#60;br /&#62;
But i have managed to craft out a pkgbuild...( it might  be non-standard ...lol )&#60;br /&#62;
Anyway..heres the PKGBUILD...Just save the following into a text file ...named PKGBUILD&#60;br /&#62;
and run makepkg where the PKGBUILD is stored...( you must have pacman to do so...)&#60;br /&#62;
P.S this pkgbuild is build around your deb package...so as to minimize compiling...&#60;br /&#62;
This pkgbuild also caters to both i686 and x86_64  OS ...using the if statement&#60;br /&#62;
Dependencies are automatically handled for each architecture ...&#60;/p&#62;
&#60;p&#62;Start copying from here( not including this line :P ) :&#60;br /&#62;
## Maintainer: creek23&#60;br /&#62;
# Contributer: fplolz (samuel wang)&#60;br /&#62;
pkgname=quixie&#60;br /&#62;
pkgver=100402&#60;br /&#62;
pkgrel=1&#60;br /&#62;
pkgdesc=&#34;Quixie is 'the' other KonsolScript engine being written in FreeBASIC. Quixie is expected to be the GNU/Linux KS engine, which makes KS a cross-platform scripting language.&#34;&#60;br /&#62;
arch=('i686' 'x86_64')&#60;br /&#62;
license=('GPLv2')&#60;br /&#62;
depends=('libx11' 'libxext' 'zlib' 'libxpm' 'libxrandr' 'xorg-utils' 'xorg-xauth' 'glibc' 'xorg-server' 'libvorbis' 'xorg-xinit')&#60;br /&#62;
makedepends=(deb2targz)&#60;br /&#62;
url=&#34;http://sourceforge.net/apps/mediawiki/konsolscript/index.php?title=Quixie&#34;&#60;br /&#62;
source=(http://sourceforge.net/projects/konsolscript/files/pre-releases/Quixie%20%28pre-release%29/quixie_2010.04.02_i386.deb/download)&#60;br /&#62;
md5sums=(872e7bf73bb762e54a7e2758d0b92021)&#60;/p&#62;
&#60;p&#62;if [ $CARCH = 'i686' ] ;&#60;br /&#62;
then&#60;/p&#62;
&#60;p&#62;depends=('libx11' 'libxext' 'zlib' 'libxpm' 'libxrandr' 'xorg-utils' 'xorg-xauth' 'glibc' 'xorg-server' 'libvorbis' 'xorg-xinit')&#60;br /&#62;
optdepends=('alsa-lib: enables sound through ALSA'&#60;br /&#62;
  'libxcursor: coloured mouse pointer support'&#60;br /&#62;
  'libxi: enables joystick and tablet support'&#60;br /&#62;
  'libxinerama: enables spanning multiple screens'&#60;br /&#62;
  'libpng: enable PNG images'&#60;br /&#62;
  'libjpeg: enable JPEG images'&#60;br /&#62;
  'openssl:  support for secure Internet communication'&#60;br /&#62;
  'libcups: printing support'&#60;br /&#62;
  'libxxf86vm: perform gamma adjustments'&#60;br /&#62;
  'hal: automatically detect CD-ROMs, DVDs, and USB keys'&#60;br /&#62;
  'fontconfig: enables access to TrueType fonts'&#60;br /&#62;
  'unzip: required to install Guild Wars, automatic installer extraction'&#60;/p&#62;
&#60;p&#62;  ) &#60;/p&#62;
&#60;p&#62;else &#60;/p&#62;
&#60;p&#62;depends=('lib32-libx11' 'lib32-libxext' 'zlib' 'lib32-libxpm' 'lib32-libxrandr' 'xorg-utils' 'xorg-xauth' 'lib32-glibc' 'xorg-server' 'lib32-libvorbis' 'xorg-xinit')&#60;br /&#62;
optdepends=('lib32-nvidia-utils: enables 3D under nvidia cards'&#60;br /&#62;
  'lib32-catalyst-utils:enables 3D under ati cards'&#60;br /&#62;
  'lib32-alsa-lib: enables sound through ALSA'&#60;br /&#62;
  'lib32-libxcursor: coloured mouse pointer support'&#60;br /&#62;
  'lib32-libxinerama: enables spanning multiple screens'&#60;br /&#62;
  'lib32-openssl:  support for secure Internet communication'&#60;br /&#62;
  'lib32-libcups: printing support'&#60;br /&#62;
  'lib32-libxxf86vm: perform gamma adjustments'&#60;br /&#62;
  'lib32-libxi: enables joystick and tablet support'&#60;br /&#62;
  'lib32-libpng: enable PNG images'&#60;br /&#62;
  'lib32-libjpeg: enable JPEG images'&#60;br /&#62;
  'lib32-hal: automatically detect CD-ROMs, DVDs, and USB keys'&#60;br /&#62;
  'lib32-fontconfig: enables access to TrueType fonts'&#60;br /&#62;
  'unzip: required to install Guild Wars, automatic installer extraction'&#60;/p&#62;
&#60;p&#62;)&#60;br /&#62;
fi&#60;/p&#62;
&#60;p&#62;build() {&#60;br /&#62;
	cd $srcdir/&#60;br /&#62;
        mv download download.deb&#60;br /&#62;
	deb2targz download.deb &#124;&#124; return 1&#60;br /&#62;
	tar xf download.tar.gz -C $startdir/pkg &#124;&#124; return 1&#60;br /&#62;
	#rm $startdir/pkg/usr -r&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;End copying here :) ...&#60;br /&#62;
Heres a few things to note...Since i am not  familiar with format of your uploading to source forge,  i cant make the pkgbuild to auto update itself..&#60;br /&#62;
So ...The source has to change with each build ...The md5sum has to change with each build..( md5sum of the downloaded deb file )&#60;br /&#62;
and as u can see.. i got some ugly workarounds regarding the naming of the file when the deb is downloaded...&#60;br /&#62;
phew...sorry for my long windedness :)  in short ..PKGBUILD works :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creek23 on "Got my app running!"</title>
			<link>http://forum.kahelos.org/topic/got-my-app-running#post-896</link>
			<pubDate>Mon, 05 Apr 2010 16:44:42 +0000</pubDate>
			<dc:creator>creek23</dc:creator>
			<guid isPermaLink="false">896@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Thank you very much. Added the link to:&#60;br /&#62;
&#60;a href=&#34;http://sourceforge.net/apps/mediawiki/konsolscript/index.php?title=Quixie#Download&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/apps/mediawiki/konsolscript/index.php?title=Quixie#Download&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Will upload it on SourceForge's project page later.&#60;/p&#62;
&#60;p&#62;I wonder if you have created any script to automate the packaging. This is to re-use it everytime there's an update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "Got my app running!"</title>
			<link>http://forum.kahelos.org/topic/got-my-app-running#post-895</link>
			<pubDate>Mon, 05 Apr 2010 15:12:21 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">895@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;I build the package from the i386 deb package&#60;/p&#62;
&#60;p&#62;Hm...as i dont have a 32 bit machine to test it out on ,   i am unable to try it ..:x sorry&#60;br /&#62;
But anyway..heres the package :) It installs fine ..&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/3789720/quixie-2010.04.02-1-i686.pkg.tar.xz&#34; rel=&#34;nofollow&#34;&#62;http://dl.dropbox.com/u/3789720/quixie-2010.04.02-1-i686.pkg.tar.xz&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creek23 on "Got my app running!"</title>
			<link>http://forum.kahelos.org/topic/got-my-app-running#post-894</link>
			<pubDate>Mon, 05 Apr 2010 01:25:42 +0000</pubDate>
			<dc:creator>creek23</dc:creator>
			<guid isPermaLink="false">894@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Thank you. If you are to package the pre-compiled binaries maybe you could extract it from the DEB file, which already contains license (GPL2, btw).&#60;br /&#62;
(&#60;a href=&#34;http://sourceforge.net/projects/konsolscript/files/pre-releases/Quixie%20%28pre-release%29/quixie_2010.04.02_i386.deb/download&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/projects/konsolscript/files/pre-releases/Quixie%20%28pre-release%29/quixie_2010.04.02_i386.deb/download&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;If we are to settle in packaging the source instead it would be a hassle since my app is written in FreeBASIC, which doesn't seem to have a package for Arch/Kahel.&#60;/p&#62;
&#60;p&#62;Still, a how-to-build page can be found here:&#60;br /&#62;
&#60;a href=&#34;http://sourceforge.net/apps/mediawiki/konsolscript/index.php?title=How_to_build_Quixie%3F&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/apps/mediawiki/konsolscript/index.php?title=How_to_build_Quixie%3F&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The source is at the CVS repos (module is 'quixie'):&#60;br /&#62;
cvs -d:pserver:anonymous@konsolscript.cvs.sourceforge.net:/cvsroot/konsolscript login&#60;/p&#62;
&#60;p&#62;Btw, the dependencies are:&#60;br /&#62;
* X11,&#60;br /&#62;
* libxpm,&#60;br /&#62;
* LibC,&#60;br /&#62;
* nCurses,&#60;br /&#62;
* zLib, and&#60;br /&#62;
* vorbis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "Got my app running!"</title>
			<link>http://forum.kahelos.org/topic/got-my-app-running#post-893</link>
			<pubDate>Sun, 04 Apr 2010 19:11:25 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">893@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;hello ..&#60;br /&#62;
If you would kindly provide the following info  : dependencies of your app&#60;br /&#62;
                                                  license&#60;br /&#62;
                                                  source ( with instructions to compile ) or recompiled binaries  ..&#60;/p&#62;
&#60;p&#62;i would gladly make the package for you ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creek23 on "Got my app running!"</title>
			<link>http://forum.kahelos.org/topic/got-my-app-running#post-892</link>
			<pubDate>Sun, 04 Apr 2010 14:51:38 +0000</pubDate>
			<dc:creator>creek23</dc:creator>
			<guid isPermaLink="false">892@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Got an update of my app but still can't make a package for Arch or Kahel. :(&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://konsolscript.org/web/2010/04/03/quixie-build-100402-released/&#34; rel=&#34;nofollow&#34;&#62;http://konsolscript.org/web/2010/04/03/quixie-build-100402-released/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "Got my app running!"</title>
			<link>http://forum.kahelos.org/topic/got-my-app-running#post-261</link>
			<pubDate>Tue, 17 Nov 2009 23:19:37 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">261@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;yea..the easiest way would probably be creeating a pkgbuild which links to your source file you hosted.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creek23 on "Got my app running!"</title>
			<link>http://forum.kahelos.org/topic/got-my-app-running#post-254</link>
			<pubDate>Tue, 17 Nov 2009 13:32:58 +0000</pubDate>
			<dc:creator>creek23</dc:creator>
			<guid isPermaLink="false">254@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;@joelbryan: That's very definitive analogy. Thanks a lot. Now I know what I need to do, though I still don't know how to do it. :D&#60;/p&#62;
&#60;p&#62;@agi: How's it going with your packaging with Pacman?&#60;/p&#62;
&#60;p&#62;Is there a 'helloworld'-like packaging on basics of packaging? Like this one -- &#60;a href=&#34;https://wiki.ubuntu.com/PackagingGuide/PackagingOverview&#34; rel=&#34;nofollow&#34;&#62;https://wiki.ubuntu.com/PackagingGuide/PackagingOverview&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelbryan on "Got my app running!"</title>
			<link>http://forum.kahelos.org/topic/got-my-app-running#post-253</link>
			<pubDate>Tue, 17 Nov 2009 02:37:01 +0000</pubDate>
			<dc:creator>joelbryan</dc:creator>
			<guid isPermaLink="false">253@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Welcome aboard!&#60;/p&#62;
&#60;p&#62;We're delighted that you take interest on using Kahel OS on your app! Nice work on konsolscript! We value developers here in the Kahel OS community, and we really like more developers to use Kahel.&#60;/p&#62;
&#60;p&#62;Creating packages for Kahel OS is pretty straightforward, it is similar to creating a 'Makefile' where 'make' is the parser that perform the actions in the Makefile script.&#60;/p&#62;
&#60;p&#62;Kahel OS uses PKGBUILD and 'makepkg' is the parser that perform the actions and create the package, you can start packaging in Kahel and Archlinux by reviewing some applications yourself in AUR using yaourt.&#60;/p&#62;
&#60;p&#62;Once again, welcome!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>agi on "Got my app running!"</title>
			<link>http://forum.kahelos.org/topic/got-my-app-running#post-251</link>
			<pubDate>Tue, 17 Nov 2009 00:54:22 +0000</pubDate>
			<dc:creator>agi</dc:creator>
			<guid isPermaLink="false">251@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;cross-posted from another article:&#60;/p&#62;
&#60;p&#62;@creek23: You can begin by reading here: &#60;a href=&#34;http://www.archlinux.org/pacman.&#34; rel=&#34;nofollow&#34;&#62;http://www.archlinux.org/pacman.&#60;/a&#62;. Well, it's where I would start at least (I'm just starting out myself ;-) Hey, I took a look around your blog, felt a little at home. Kudos to you and keep it up...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creek23 on "Got my app running!"</title>
			<link>http://forum.kahelos.org/topic/got-my-app-running#post-246</link>
			<pubDate>Mon, 16 Nov 2009 22:28:53 +0000</pubDate>
			<dc:creator>creek23</dc:creator>
			<guid isPermaLink="false">246@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Great distro guys! My app works without installing any other pre-requisites.&#60;/p&#62;
&#60;p&#62;I wonder if you could help me package my app for KahelOS (or ArchLinux in general)?&#60;/p&#62;
&#60;p&#62;See screenshot: &#60;a href=&#34;http://konsolscript.org/web/2009/11/16/konsolscript-on-kahelos/&#34; rel=&#34;nofollow&#34;&#62;http://konsolscript.org/web/2009/11/16/konsolscript-on-kahelos/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "Ming and salasaga install error.."</title>
			<link>http://forum.kahelos.org/topic/ming-and-salasaga-install-error#post-207</link>
			<pubDate>Fri, 30 Oct 2009 17:44:30 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">207@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;i got this error with manual installing ming&#60;/p&#62;
&#60;p&#62;Salasaga output :&#60;br /&#62;
Please do not use compileSWFActionCode() anymore&#60;br /&#62;
Use newSWFAction(script) instead&#60;/p&#62;
&#60;p&#62;i will try to dig deeper into this too...(: thanks for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>agi on "Ming and salasaga install error.."</title>
			<link>http://forum.kahelos.org/topic/ming-and-salasaga-install-error#post-206</link>
			<pubDate>Fri, 30 Oct 2009 16:55:10 +0000</pubDate>
			<dc:creator>agi</dc:creator>
			<guid isPermaLink="false">206@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Hi fp,&#60;/p&#62;
&#60;p&#62;If libpng* were in /usr/lib, you don't need to put them in ld.so.conf. Also entries in ld.so.conf should be directory specifications (like /usr/local/lib). /lib and /usr/lib are by default used by ld* utilities.&#60;/p&#62;
&#60;p&#62;I was able to recompile ming (0.4.2) manually.&#60;/p&#62;
&#60;p&#62;  1. wget &#60;a href=&#34;http://downloads.sourceforge.net/sourceforge/ming/ming-0.4.2.tar.bz2&#34; rel=&#34;nofollow&#34;&#62;http://downloads.sourceforge.net/sourceforge/ming/ming-0.4.2.tar.bz2&#60;/a&#62;&#60;br /&#62;
  2. cat ming-0.4.2.tar.bz2 &#124; tar xvj&#60;br /&#62;
  3. cd ming-0.4.2&#60;br /&#62;
  4. ./configure&#60;br /&#62;
  5. make all&#60;br /&#62;
  6. sudo make install&#60;/p&#62;
&#60;p&#62;Also, I tried 'make clean' then followed by 'make all' and found out that 'clean' ruined the source. You might want to look up on this one too so we'll have something to contribute back to ming however small. Here's what I got after this:&#60;/p&#62;
&#60;p&#62;Making all in src&#60;br /&#62;
make[1]: Entering directory `/tmp/ming-0.4.2/src'&#60;br /&#62;
make  all-recursive&#60;br /&#62;
make[2]: Entering directory `/tmp/ming-0.4.2/src'&#60;br /&#62;
Making all in actioncompiler&#60;br /&#62;
make[3]: Entering directory `/tmp/ming-0.4.2/src/actioncompiler'&#60;br /&#62;
bison -y -p swf4 -b swf4compiler ./swf4compiler.y&#60;br /&#62;
./swf4compiler.y:1072.35-36: $$ for the midrule at $2 of `opcode' has no&#60;br /&#62;
declared type&#60;br /&#62;
./swf4compiler.y:1073.35-36: $$ for the midrule at $2 of `opcode' has no&#60;br /&#62;
declared type&#60;br /&#62;
make[3]: *** [swf4compiler.tab.c] Error 1&#60;br /&#62;
make[3]: Leaving directory `/tmp/ming-0.4.2/src/actioncompiler'&#60;br /&#62;
make[2]: *** [all-recursive] Error 1&#60;br /&#62;
make[2]: Leaving directory `/tmp/ming-0.4.2/src'&#60;br /&#62;
make[1]: *** [all] Error 2&#60;br /&#62;
make[1]: Leaving directory `/tmp/ming-0.4.2/src'&#60;br /&#62;
make: *** [all-recursive] Error 1&#60;/p&#62;
&#60;p&#62;Next, I've tried the yaourt way (which I assume was the route you took). Tada! I was able to reproduce the error :-)&#60;/p&#62;
&#60;p&#62;I think this has something to do with the fakeroot environment. I'll look deeper into this but if you need to use salasaga asap, I suggest you try the manual install for the time being.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "Ming and salasaga install error.."</title>
			<link>http://forum.kahelos.org/topic/ming-and-salasaga-install-error#post-196</link>
			<pubDate>Wed, 28 Oct 2009 20:53:02 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">196@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;okay here we go again....&#60;br /&#62;
i recently got this error from salasaga&#60;br /&#62;
Please do not use compileSWFActionCode() anymore&#60;br /&#62;
Use newSWFAction(script) instead&#60;/p&#62;
&#60;p&#62;a little googling and i ended up here &#60;a href=&#34;http://www.salasaga.org/forum/index.php?topic=24.0&#34; rel=&#34;nofollow&#34;&#62;http://www.salasaga.org/forum/index.php?topic=24.0&#60;/a&#62;&#60;br /&#62;
they suggested i had only a partial install of ming..and should do a clean re-install&#60;/p&#62;
&#60;p&#62;so located libpng at here..&#60;br /&#62;
/usr/lib/libpng.so&#60;br /&#62;
/usr/lib/libpng.so.3&#60;br /&#62;
/usr/lib/libpng.so.3.39.0&#60;/p&#62;
&#60;p&#62;added it to ld.so.conf and ldconfiged...&#60;br /&#62;
tried to get ming from the aur..&#60;br /&#62;
and i got the same error  again&#60;/p&#62;
&#60;p&#62;gcc -march=i686 -mtune=generic -O2 -pipe -Wall -DSWF_LITTLE_ENDIAN -Wl,--hash-style=gnu -Wl,--as-needed -o .libs/png2dbl png2dbl.o  ../src/.libs/libming.so&#60;br /&#62;
png2dbl.o: In function `writeDBL':&#60;br /&#62;
png2dbl.c:(.text+0x1a4): undefined reference to `floor'&#60;br /&#62;
png2dbl.c:(.text+0x1ef): undefined reference to `compress2'&#60;br /&#62;
png2dbl.c:(.text+0x394): undefined reference to `floor'&#60;br /&#62;
png2dbl.c:(.text+0x3df): undefined reference to `compress2'&#60;br /&#62;
png2dbl.o: In function `readPNG':&#60;br /&#62;
png2dbl.c:(.text+0x529): undefined reference to `png_create_read_struct'&#60;br /&#62;
png2dbl.c:(.text+0x53c): undefined reference to `png_create_info_struct'&#60;br /&#62;
png2dbl.c:(.text+0x552): undefined reference to `png_create_info_struct'&#60;br /&#62;
png2dbl.c:(.text+0x582): undefined reference to `png_init_io'&#60;br /&#62;
png2dbl.c:(.text+0x595): undefined reference to `png_set_sig_bytes'&#60;br /&#62;
png2dbl.c:(.text+0x5a7): undefined reference to `png_read_info'&#60;br /&#62;
png2dbl.c:(.text+0x5ed): undefined reference to `png_get_IHDR'&#60;br /&#62;
png2dbl.c:(.text+0x62b): undefined reference to `png_get_valid'&#60;br /&#62;
png2dbl.c:(.text+0x664): undefined reference to `png_read_update_info'&#60;br /&#62;
png2dbl.c:(.text+0x6aa): undefined reference to `png_get_IHDR'&#60;br /&#62;
png2dbl.c:(.text+0x6bc): undefined reference to `png_get_channels'&#60;br /&#62;
png2dbl.c:(.text+0x754): undefined reference to `png_get_rowbytes'&#60;br /&#62;
png2dbl.c:(.text+0x79c): undefined reference to `png_read_image'&#60;br /&#62;
png2dbl.c:(.text+0x898): undefined reference to `png_set_expand'&#60;br /&#62;
png2dbl.c:(.text+0x8bb): undefined reference to `png_set_strip_16'&#60;br /&#62;
png2dbl.c:(.text+0x8df): undefined reference to `png_set_gray_to_rgb'&#60;br /&#62;
png2dbl.c:(.text+0x914): undefined reference to `png_set_filler'&#60;br /&#62;
png2dbl.c:(.text+0x924): undefined reference to `png_set_packing'&#60;br /&#62;
png2dbl.c:(.text+0x943): undefined reference to `png_get_valid'&#60;br /&#62;
png2dbl.c:(.text+0x9a3): undefined reference to `png_get_PLTE'&#60;br /&#62;
png2dbl.c:(.text+0x9c1): undefined reference to `png_destroy_read_struct'&#60;br /&#62;
png2dbl.c:(.text+0xa74): undefined reference to `png_destroy_read_struct'&#60;br /&#62;
png2dbl.c:(.text+0xaa0): undefined reference to `png_destroy_read_struct'&#60;br /&#62;
collect2: ld returned 1 exit status&#60;br /&#62;
make[1]: *** [png2dbl] Error 1&#60;br /&#62;
make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-ming/ming/src/ming-0.4.2/util'&#60;br /&#62;
make: *** [all-recursive] Error 1&#60;br /&#62;
==&#38;gt; ERROR: Build Failed.&#60;/p&#62;
&#60;p&#62;any idea why ? :o or how ..?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>agi on "Ming and salasaga install error.."</title>
			<link>http://forum.kahelos.org/topic/ming-and-salasaga-install-error#post-192</link>
			<pubDate>Tue, 27 Oct 2009 14:37:44 +0000</pubDate>
			<dc:creator>agi</dc:creator>
			<guid isPermaLink="false">192@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Glad you've finally got it to work :-)&#60;/p&#62;
&#60;p&#62;  png2dbl.csad.text+0x529): undefined reference to `png_create_read_struct'&#60;br /&#62;
  png2dbl.csad.text+0x53c): undefined reference to `png_create_info_struct'&#60;br /&#62;
  ...&#60;br /&#62;
  collect2: ld returned 1 exit status&#60;/p&#62;
&#60;p&#62;The png_* identifiers belong to libpng, ld was supposed to provide the relocation addresses on the output but it can't because it can't pull the symbols from the library.&#60;/p&#62;
&#60;p&#62;If you want, you can read some more here: &#60;a href=&#34;http://www.linuxjournal.com/article/6463&#34; rel=&#34;nofollow&#34;&#62;http://www.linuxjournal.com/article/6463&#60;/a&#62;. It's a bit old but this article helped me a lot when I was just at the start of my adventures in Linux. Enjoy :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "Ming and salasaga install error.."</title>
			<link>http://forum.kahelos.org/topic/ming-and-salasaga-install-error#post-191</link>
			<pubDate>Tue, 27 Oct 2009 14:07:49 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">191@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;oh wow you are sharp :D&#60;br /&#62;
Thank you soo much ...so on the assumption that ld wasnt able to pull reference  from libpng...&#60;br /&#62;
i added /usr/local/lib  to ld.so.conf&#60;/p&#62;
&#60;p&#62;and YESSS :D IT WORKED FINALLY :D!!!&#60;/p&#62;
&#60;p&#62;tHANk you  sooo much :D!!!!!&#60;/p&#62;
&#60;p&#62;Ps : how did you manage to tell ld wasnt able to pull reference from libpng?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>agi on "Ming and salasaga install error.."</title>
			<link>http://forum.kahelos.org/topic/ming-and-salasaga-install-error#post-190</link>
			<pubDate>Tue, 27 Oct 2009 14:04:02 +0000</pubDate>
			<dc:creator>agi</dc:creator>
			<guid isPermaLink="false">190@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;From what I can say, is that on your setup, gcc/ld isn't able to pull the references to the functions in libpng.so and libz.so.&#60;/p&#62;
&#60;p&#62;I removed salasaga and try to see more into this. But I'm currently doing a sync upgrade on a fresh install (it has to dl about 550Mb), I can't verify if these libs are not there by default (if they're not, we may have found the culprit). I'll get back on you as soon as its done :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "Ming and salasaga install error.."</title>
			<link>http://forum.kahelos.org/topic/ming-and-salasaga-install-error#post-189</link>
			<pubDate>Tue, 27 Oct 2009 13:12:45 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">189@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;i was trying to install salasaga through yaourt ...&#60;br /&#62;
ming was one of its stated dependancies
&#60;/p&#62;</description>
		</item>
		<item>
			<title>agi on "Ming and salasaga install error.."</title>
			<link>http://forum.kahelos.org/topic/ming-and-salasaga-install-error#post-188</link>
			<pubDate>Tue, 27 Oct 2009 12:47:09 +0000</pubDate>
			<dc:creator>agi</dc:creator>
			<guid isPermaLink="false">188@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Hi fplolz,&#60;/p&#62;
&#60;p&#62;I was wondering how were you installing salasaga.. Or were you just trying to compile ming? I was able to install salasaga with yaourt which took care of the dependencies.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "Ming and salasaga install error.."</title>
			<link>http://forum.kahelos.org/topic/ming-and-salasaga-install-error#post-164</link>
			<pubDate>Wed, 21 Oct 2009 17:39:06 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">164@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;homepage of ming &#60;a href=&#34;http://www.libming.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.libming.org/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the pkgbuild on aur fails to install&#60;br /&#62;
&#60;a href=&#34;http://aur.archlinux.org/packages.php?ID=10024&#34; rel=&#34;nofollow&#34;&#62;http://aur.archlinux.org/packages.php?ID=10024&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;i got this error&#60;/p&#62;
&#60;p&#62;/bin/sh ../libtool --tag=CC   --mode=link gcc  -march=i686 -mtune=generic -O2 -pipe -Wall -DSWF_LITTLE_ENDIAN  -Wl,--hash-style=gnu -Wl,--as-needed -o png2dbl png2dbl.o ../src/libming.la&#60;br /&#62;
gcc -march=i686 -mtune=generic -O2 -pipe -Wall -DSWF_LITTLE_ENDIAN -Wl,--hash-style=gnu -Wl,--as-needed -o .libs/png2dbl png2dbl.o  ../src/.libs/libming.so&#60;br /&#62;
png2dbl.o: In function `writeDBL':&#60;br /&#62;
png2dbl.csad.text+0x1a4): undefined reference to `floor'&#60;br /&#62;
png2dbl.csad.text+0x1ef): undefined reference to `compress2'&#60;br /&#62;
png2dbl.csad.text+0x394): undefined reference to `floor'&#60;br /&#62;
png2dbl.csad.text+0x3df): undefined reference to `compress2'&#60;br /&#62;
png2dbl.o: In function `readPNG':&#60;br /&#62;
png2dbl.csad.text+0x529): undefined reference to `png_create_read_struct'&#60;br /&#62;
png2dbl.csad.text+0x53c): undefined reference to `png_create_info_struct'&#60;br /&#62;
png2dbl.csad.text+0x552): undefined reference to `png_create_info_struct'&#60;br /&#62;
png2dbl.csad.text+0x582): undefined reference to `png_init_io'&#60;br /&#62;
png2dbl.csad.text+0x595): undefined reference to `png_set_sig_bytes'&#60;br /&#62;
png2dbl.csad.text+0x5a7): undefined reference to `png_read_info'&#60;br /&#62;
png2dbl.csad.text+0x5ed): undefined reference to `png_get_IHDR'&#60;br /&#62;
png2dbl.csad.text+0x62b): undefined reference to `png_get_valid'&#60;br /&#62;
png2dbl.csad.text+0x664): undefined reference to `png_read_update_info'&#60;br /&#62;
png2dbl.csad.text+0x6aa): undefined reference to `png_get_IHDR'&#60;br /&#62;
png2dbl.csad.text+0x6bc): undefined reference to `png_get_channels'&#60;br /&#62;
png2dbl.csad.text+0x754): undefined reference to `png_get_rowbytes'&#60;br /&#62;
png2dbl.csad.text+0x79c): undefined reference to `png_read_image'&#60;br /&#62;
png2dbl.csad.text+0x898): undefined reference to `png_set_expand'&#60;br /&#62;
png2dbl.csad.text+0x8bb): undefined reference to `png_set_strip_16'&#60;br /&#62;
png2dbl.csad.text+0x8df): undefined reference to `png_set_gray_to_rgb'&#60;br /&#62;
png2dbl.csad.text+0x914): undefined reference to `png_set_filler'&#60;br /&#62;
png2dbl.csad.text+0x924): undefined reference to `png_set_packing'&#60;br /&#62;
png2dbl.csad.text+0x943): undefined reference to `png_get_valid'&#60;br /&#62;
png2dbl.csad.text+0x9a3): undefined reference to `png_get_PLTE'&#60;br /&#62;
png2dbl.csad.text+0x9c1): undefined reference to `png_destroy_read_struct'&#60;br /&#62;
png2dbl.csad.text+0xa74): undefined reference to `png_destroy_read_struct'&#60;br /&#62;
png2dbl.csad.text+0xaa0): undefined reference to `png_destroy_read_struct'&#60;br /&#62;
collect2: ld returned 1 exit status&#60;br /&#62;
make[1]: *** [png2dbl] Error 1&#60;br /&#62;
make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-ming/ming/src/ming-0.4.2/util'&#60;br /&#62;
make: *** [all-recursive] Error 1&#60;br /&#62;
==&#38;gt; ERROR: Build Failed.&#60;br /&#62;
    Aborting...&#60;br /&#62;
Error: Makepkg was unable to build ming package.&#60;/p&#62;
&#60;p&#62;Ming is a dependancy of salasaga...so...cant&#60;br /&#62;
I know this isnt related much to KahelOS at all...but i am really kinda at a lost for this problem....i have installed libpng btw ..for ming&#60;br /&#62;
Some how it still doesnt compile..&#60;/p&#62;
&#60;p&#62;Any help would be much much appreciated :D
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
