Software :: Libpng Warning: Application Was Compiled With Png.h From Libpng-1.4.3

Oct 27, 2010

Seems like I'm having a problem with libpng. I've created a simple SDL app and last night it worked perfectly. Today, I tried it out again and it gave me this error.

Code:

libpng warning: Application was compiled with png.h from libpng-1.4.3
libpng warning: Application is running with png.c from libpng-1.2.44
libpng error: Incompatible libpng version in application and library

I didn't mess with anything related to libpng and I'm not sure what the problem is. I didn't even know I had libpng-1.2.44 installed. I'm not sure if this is an SDL_image problem or libpng or if it's just my path is wrong.

View 3 Replies


ADVERTISEMENT

Slackware :: Libpng Error: Incompatible Libpng Version In Application And Library

Jul 28, 2011

Trying to run Sauerbraten and Frozen-Bubble on Slackware 13.1 - I get sauerbraten:

Code:
libpng warning: Application was compiled with png.h from libpng-1.4.2
libpng warning: Application is running with png.c from libpng-1.2.43
libpng error: Incompatible libpng version in application and library
frozen-bubble:

Code:
libpng warning: Application was compiled with png.h from libpng-1.4.2
libpng warning: Application is running with png.c from libpng-1.2.43
libpng error: Incompatible libpng version in application and library

I've tried recompiling the libpng 1.4.2 package with the ln -sf libpng.so.3 libpng.so.0 uncommented from the Slackbuild script, and recompiled gd, and still haven't had any success.

View 8 Replies View Related

Software :: Libpng While Trying To Install Stage-3.2.2?

Mar 2, 2011

I got the following error while running make on stage-3.2.2 after looking looking around the web I have already installed these packages: (im working on ubunto i686 -> if it helps :P )

freeglut3 (for stage)
freeglut3-dev (for stage)
libfltk1.1 (for stage)
libfltk1.1-dev (for stage)
libgtk2.0-dev (for stage)
libltdl7 (for stage)

[Code]...

View 11 Replies View Related

Programming :: Convert XImage To PNG Using Libpng?

Dec 16, 2010

i was able to use XGetImage to get an image from desktop on my Linux, not the problem is that, can i use this output XImage and convert it to png? or even save this XImage to file and load it to XImage again later?

View 3 Replies View Related

Slackware :: Slim And Libpng Don't Work Together?

Mar 18, 2010

compile slim-1.3.1 (last stable) on slackware-current but it failed. So I use svn version, compilation worked but when I launch slim, X is started but slim crashed.I have this message in slim.log :

Code:
/usr/bin/xauth: creating new authority file /var/run/slim.auth
X.Org X Server 1.7.5

[code]....

View 4 Replies View Related

Slackware :: Libpng Needs A Security Update

Jul 29, 2011

Judging by the big red box (Vulnerability Warning) on the libpng homepage, a security update is available.

View 4 Replies View Related

Software :: Make Fails When Trying To Install SoX. Libpng?

Oct 29, 2010

I'm trying to install SoX, and get through configure fine, but it fails on make with the following:

[Code]....

View 2 Replies View Related

Slackware :: Imlib E Libpng Error In -current?

May 7, 2010

While I was compiling kuickshow I noticed this error:

Code:
src/CMakeFiles/kuickshow.dir/kuickshow_dummy.o
Linking CXX executable kuickshow
/usr/lib/gcc/i486-slackware-linux/4.4.3/../../../libImlib.so: undefined
reference to `png_check_sig'
collect2: ld returned 1 exit status
make[2]: *** [src/kuickshow] Error 1

[Code]...

View 10 Replies View Related

Slackware :: Libpng Clash In Kopete And Kmess - Current X86_64?

Mar 26, 2010

I'm primarily trying to use kmess but have found the same problem in using kopete. A lot of the icons are missing and both applications crash. Running them both in the terminal reveals the problem:

Code:
libpng warning: Application was compiled with png.h from libpng-1.2.37
libpng warning: Application is running with png.c from libpng-1.4.1
in kopete:
Code:
libpng warning: Application was compiled with png.h from libpng-1.4.1
libpng warning: Application is running with png.c from libpng-1.2.43

I only have one package installed: libpng-1.4.1, although I can see that it contains both of the versions Both apps crash as a result of this error, curiously each for the opposite reason! I have tried the kmess slackbuilds from slacky.eu and slackbuilds.org, I have also tried compiling from source myself. I guess I need to force kmess to compile using the newer libpng, although I'm not really sure how to do that.

View 7 Replies View Related

Red Hat :: Libpng.so.2 File Required For Gnome-libs To Install Oracle 10.2 On RHEL5?

Sep 5, 2010

I am trying to install gnome-libs package as prereq to install Oracle 10.2 on Red Hat 5. It requires libpng.so.2 while I have libpng.so.3 installed on my system. I tried to do a link: ln -s /usr/lib/libpng.so.3 /usr/lib/libpng.so.2, then run /sbin/ldconfig and rebbot as well but it continues to ask for this library.

View 5 Replies View Related

Slackware :: Libgmp And Libpng Not Found In Latest - Current Upgrades Failed

Mar 1, 2010

libgmp If you found slackpkg failed for this upgrade because of libgmp not found you will need to grab the gmp package and install manually. This way ought to work:

[Code]....

View 14 Replies View Related

CentOS 5 :: Bwbar & Libpng - Not Working On Centos 5 Server?

Mar 27, 2009

first of all, ill provide you with the package name i got [URL]...i went to /usr/src/redhat/SOURCES/bwbar-1.2.2 did ./configure ; make

then i get this problem : [root@server bwbar-1.2.2]# ./bwbar ./bwbar: /usr/local/lib/libpng12.so.0: no version information available (required by ./bwbar) i have installed libpng & libpng-devel

[Code]...

after looking around a bit i thought it would be better to get the sources from kernel.org directly and try to compile that one, but then i found it to have the exact same error. would be very nice if someone could direct me to a solution for this. i have the bwbar already installed on another server which runs CENTOS 4 , i installed it there AGES ago , so i dont really remember what was my method back then.

the CENTOS 5 server dose not like me installing bwbar on it for some reason. maybe its bwbar's fault?, im no coder so i hope anyone that got a clue could check this out for me.

View 5 Replies View Related

Programming :: Launching Application With Compiled .so Files Instead Of Installed Ones?

Dec 12, 2010

I am debugging a project and I noticed the .so files from my installed version of this project are being used when I run the main executable. However what I want is that the modified and compiled libraries (.so files) are being used. This is for testing the software. So I don't want to install these. I tried adding the directory with the .so files in /etc/ld.so.conf and doing ldconfig. However that did not seem to work. How can I let the main executable use the modified .so? I also want to debug this using gdb, so if someone knows what I should do to get those modified .so files being used for execution.

View 5 Replies View Related

Programming :: Java Application Compiled Successful, But No Data Showing?

Jun 11, 2009

I am currently taking a Java class and I am not understanding it very well. I have compiled the following program, but it will not give me any data back to where I input the employee name, hours, rate. Can you look it over and tell what I am missing? I have been working on this for about 7 hours now and I have been reading and researching and just can not seem to know what is missing.

public class Employee
{
public static void main( String args[] )

[code]...

View 4 Replies View Related

OpenSUSE :: Gtk Warning While Launching Application?

Feb 28, 2011

after installation of a s/w for authentication from my ISP I couldnt launch the same and the following msg appears

pradipta@linux-auem:~> sudo sifyconnect
root's password:
pradipta@linux-auem:~>
(sifyconnect:5062): Gtk-WARNING **: cannot open display:

View 5 Replies View Related

Ubuntu :: WARNING: Application Calling GLX 1.3 Function "glXCreatePixmap" When GLX 1.3 Is Not Supported?

Aug 7, 2010

Im really new to Linux much less Compiz. When I try to start in the terminal this is what I get. What can I do?WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug!WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when GLX 1.3 is not supported

View 1 Replies View Related

Ubuntu Installation :: Compiz - WARNING: Application Calling GLX 1.3 Function "glXCreatePixmap" When GLX 1.3 Is Not Supported

Feb 23, 2011

When boot-up in Ubuntu 10.04LTS and open my webpage, I can only see 1/4 of the page. The temporary fix that I have found is 'compiz --replace', BUT IS THERE A PERMANENT FIX? Below are the warnings I get after the temp. fix. compiz --replace

WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug! Couldn't find a perfect decorator match; trying all decorators Starting gtk-window-decorator WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when GLX 1.3 is not supported! This is an application bug!

View 9 Replies View Related

Ubuntu :: Installation - Warning (process 257): GLib-WARNING **: Getpwuid_(r) Failed Due To Unknown User Id (0)

Jul 6, 2010

i just tried to install Ubuntu Netbook 10.04 on my old Amilo Lifebook P Series. But after the boot screen and the choice to install Ubuntu i get stuck at the Ubuntu screen with the little dots on the bottom If I hit esc i can see the warning (process 257): GLib-WARNING **: getpwuid_(r) failed due to unknown user id (0)

View 2 Replies View Related

Programming :: Compiled, But Can't Run (fpc)/

Apr 25, 2010

How come the program is compiled without errors but I can't run it?After writing

Code:
./program
blank line appears only.

View 5 Replies View Related

Fedora :: C++ Programs In Does Not Get Compiled?

Mar 13, 2010

i wrote many programs in c++ in fedora.....but no one gets compiled ...error is shown as libraries in not included....where to save programs and how to compile.

View 5 Replies View Related

OpenSUSE :: Can't The Module Be Compiled?

Feb 21, 2011

I installed the kernel source on Linux 11.3 with Yast2/pattern/kernel development. The tutorial gaves the command:

$ make -C /usr/src/kernel-source-2.6.8 M=pwd modules

But that command does not work. Linux complaints: no such file.

I check the path and find they like:
/usr/src/linux/
/usr/src/linux-2.6.34.7-0.7/
/usr/src/linux-2.6.34.7-0.7-obj/

[Code]...

View 9 Replies View Related

Ubuntu :: Can't Run Compiled Code

Jan 12, 2010

I am running Ubuntu 9.10. If I compile a 'hello world' C file using the terminal, something like:

gcc hello.c -o hello

the compile seems to work fine, and the executable file 'hello' appears in the directory.

However, when I try to run 'hello' from the terminal, I get something like the following:

No command 'hello' found, did you mean: .......

If I run dir, though, I can see 'hello' is there. I also can't run code I compiled when I was running 9.04. The OS again can't seem to find the executable file.

Everything worked fine with version 9.04. I could compile and run without any problems. Is there some setting I have to change to allow the OS to run my code?

View 3 Replies View Related

Red Hat :: Error: Cannot Run C Compiled Programs?

Apr 5, 2010

I am compiling gcc 3.4.6 from source in RHEL 5 (this has gcc 4.1.2 )I downloed all dependencies and started ./configure.It went fine.When I do make I get following error that cannot run C compiled programs.

checking for C compiler default output file name... b.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.

[code]...

View 2 Replies View Related

Slackware :: 13.1 RC1 Still Compiled For 486 Support?

May 16, 2010

I read this on Patrick's twitter: Considering compiling future 32-bit x86 Slackware packages for i686 and finally leaving i486 and i586 support behind. Would the devs mind sharing why the change hasn't been made? I'm guessing there must be a lot of Slackware users with 15-20 year old computers that want to run the latest software.

View 14 Replies View Related

Ubuntu Networking :: Application To Monitor Application Wise Network Usage?

Feb 17, 2010

application to monitor application wise network usage?

View 3 Replies View Related

Fedora :: LaTeX Documents Compiled - Are Different To Those On Mac ?

Jun 18, 2010

Today I discovered a strange issue regarding LaTeX. I am currently working on my thesis and sometimes edit it on my laptop with F13 x86_64, and others with my office's Mac (Leopard). Fedora has TexLive installed (default Latex distribution) and I believe the Mac has its default distribution as well.

The problem is that the Mac seems to compile the document better (Latex + Bibtex + Latex + dvips + ps2pdf): page distribution looks better for one thing, space is better used. I notice that images (EPS) are rendered with an extra blank space on the bottom when compiling in Linux (which might be responsible for the page's arrangement).

Is there something I can do to fix this? Some option that perhaps the Mac has as a default but must be specified in Linux?

View 2 Replies View Related

Fedora :: Uninstall Self-compiled Tcl / Tk Code?

Jun 18, 2010

I am running fedora 12. I had could nor locate the Tcl/Tk on the system, so I had to download, compile and intstall the raw the raw tar balls. That is now causing some problems and I want to revert to the Fedora Tcl/Tk and reinstall it using yum as the self compiled code may not be well integrated with fedora. The make file gives no room for an un-install. I appreciate any ideas on how to go about the un-installation. Secondly the fedora system is running gnome, how may I switch to KDE instead?

View 13 Replies View Related

Ubuntu :: How To Get RT2570 Drivers Compiled

May 12, 2010

how to get the RT2570 drivers compiled and set up in 10.04 so the my F5D7050 will work? These are some vague instructions elsewhere on the internet but nothing I do seems to work. Everything suggested throws error messages.I just need a link to download the right sources and the relevant commands to get it compiles and set up.

View 5 Replies View Related

Ubuntu :: How To Remove Compiled Kernel

Jan 17, 2011

I compiled the kernel 2.6.36.I want to remove it.How sholud i proceed?

View 1 Replies View Related

General :: Mplayer: Compiled With GUI Support?

Aug 1, 2010

Kernel 2.6.21.5, Slackware 12.0 Mplayer 1.0rc2-4.1.2.

I have compiled and installed the mplayer tarball and I have disposed of both the tarball and its contents. There was the option to compile either for the physical console alone or for both this and the GUI. And I really don't remember which one I did choose.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved