Hi,

Am 28.12.2011 um 01:35 schrieb Josh Dye:

It doesn't seem to want to compile

http://pastie.org/private/dmle7ak09fsthlo4eyihg

take a look at the config.log file created while building pingus. There you'll find the command lines used to compile and link the check for SDL_image. Just use those to compile and link image-info. Note that you also have to link build/util/log.o On my system it looks like this (some of the flags are not really needed, but it's easier to just take the line from config.log as-is; with different file names, obviously):
--------8<--------8<-----
$ /opt/local/bin/g++-mp-4.4 -o build/extra/image-info.o -c -O2 -s - std=c++0x -isystem/opt/local/include/libpng14 -isystem/opt/local/ include/SDL -DVERSION="\"0.7.6\"" -DHAVE_OPENGL=1 -D_GNU_SOURCE=1 - D_THREAD_SAFE -I/opt/local/include -Ibuild/src -Isrc extra/image- info.cpp $ /opt/local/bin/g++-mp-4.4 -o build/extra/image-info -framework OpenGL -Wl,-framework,Cocoa build/extra/image-info.o build/src/util/ log.o -L/opt/local/lib -lboost_signals-mt -lpng14 -lSDLmain -lSDL - lSDL_image
--------8<--------8<-----

bye,
Jonas


On Dec 27, 2011, at 3:27 PM, Ingo Ruhnke wrote:

On 27 December 2011 23:35, Josh Dye <josh.jpeng...@gmail.com> wrote:
I am working an an OSX build also, I have the GFX problems to. I am trying to make it look in the Resources folder for the data- no luck yet. I have a
small patch for the userdir though

Could you compile extra/image-info.cpp and run it on some of the
groundpieces and mail me the output?

$ build/extra/image-info data/images/groundpieces/transparent/snow/ grass5.png data/images/groundpieces/transparent/snow/grass5.png: palette colorkey
bitsPerPixel:8 bytesPerPixel:1

--
Blog:     http://grumbel.blogspot.com/
JabberID: xmpp:grum...@jabber.org
ICQ:      59461927

_______________________________________________
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pingus-devel


_______________________________________________
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pingus-devel


_______________________________________________
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pingus-devel

Reply via email to