[epiar-devel] Testing Epiar 0.5.0 under Ubunto 11.04
TWP Marketing
markettwp at yahoo.com
Tue Aug 16 12:44:26 PDT 2011
Chris,
Not a problem from my side, I'm busy having a life <g>. I'm ready to test 0.6.0 anytime, or if you or Matt have made changes in 0.5.0... I don't see anything on the board, but I'll keep checking.
Dave
________________________________
Just wanted to say thanks. Sorry it's been quiet lately: Matt's been busy at work and I've been moving. Hopefully we'll have 0.6.0 packages to test soon enough!
Sent from my iPhone
On Aug 3, 2011, at 11:49 AM, TWP Marketing <markettwp at yahoo.com> wrote:
Ok, Reinstalled SDL-mixer (ver. 1.28-6.3) and the make succeeds. I have no idea what would have caused the mixer to fail, but reinstall fixed it...
>Test will continue...
>
>Thanks Chris
>
>
>
>-----------------------------------
>
>I think the command you need is:
>
>dpkg -L SDL_mixer
>
>so try:
>
>dpkg -L SDL_mixer | grep -i pc
>
>and let me know if you see anything. That command is good to know - it
>tells you exactly which files are placed on your system when you
install
>a package. Note that it is the Ubuntu/Debian version.
>
>On Mon, Aug 01, 2011 at 12:33:07PM -0700, TWP Marketing wrote:
>> Chris.
>> I used this command to write a list of installed software:
>>
>> dpkg --get-selections > installed-software
>> and found this within that list:
>> ...
>> libsdl-gfx1.2-4 deinstall
>> libsdl-image1.2 install
>> libsdl-image1.2-dev install
>> libsdl-mixer1.2 install
>> libsdl-mixer1.2-dev install
>>
libsdl-ttf2.0-0 deinstall
>> libsdl1.2-dev install
>> libsdl1.2debian install
>> libsdl1.2debian-all install
>> libsdl1.2debian-pulseaudio deinstall
>> ...
>>
>> I see no mention of a .pc file (of any sort) being part of either the distro or the installed set of software.
>>
>> I then did a deeper search using this command:
>> apt-cache search libsdl
>> and received this response:
>> ...
>> libsdl1.2-dev - Simple DirectMedia Layer development files
>>
libsdl1.2debian - Simple DirectMedia Layer
>> libsdl1.2debian-all - Simple DirectMedia Layer (with all available options)
>> libsdl1.2debian-alsa - Simple DirectMedia Layer (with X11 and ALSA options)
>> libsdl1.2debian-esd - Simple DirectMedia Layer (with X11 and esound options)
>> libsdl1.2debian-oss - Simple DirectMedia Layer (with X11 and OSS options)
>> libsdl1.2debian-pulseaudio - Simple DirectMedia Layer (with X11 and PulseAudio options)
>> erlang-esdl - Erlang bindings to the Simple Direct Media Library
>> fische - stand-alone sound visualisation for Linux
>> glhack - Fullscreen SDL/OpenGL version of NetHack
>> libsdl-console - console that can be added to any SDL application
>> libsdl-console-dev - development files for libsdl-console
>> libsdl-gfx1.2-4 - drawing and graphical effects extension for SDL
>> libsdl-gfx1.2-dev - development files for SDL_gfx
>> libsdl-image1.2 - image
loading library for Simple DirectMedia Layer 1.2
>> libsdl-image1.2-dev - development files for SDL 1.2 image loading libray
>> libsdl-mixer1.2 - mixer library for Simple DirectMedia Layer 1.2
>> libsdl-mixer1.2-dev - development files for SDL1.2 mixer library
>> libsdl-net1.2 - network library for Simple DirectMedia Layer
>> libsdl-net1.2-dev - Development files for SDL network library
>> libsdl-ocaml - OCaml bindings for SDL - runtime files
>> libsdl-ocaml-dev - OCaml bindings for SDL - development files
>> libsdl-pango-dev - text rendering with Pango in SDL applications (development)
>> libsdl-pango1 - text rendering with Pango in SDL applications (shared library)
>> libsdl-perl - SDL bindings for the Perl language
>> libsdl-ruby - Ruby/SDL interface for Ruby
>> libsdl-ruby1.8 - Ruby/SDL interface for Ruby 1.8
>> libsdl-ruby1.9.1 - Ruby/SDL interface for Ruby 1.9.1
>> libsdl-sge -
extension of graphic functions for the SDL multimedia library
>> libsdl-sge-dev - development files for libsdl-sge
>> libsdl-sound1.2 - Decoder of several sound file formats for SDL
>> libsdl-sound1.2-dev - Development files for SDL_sound
>> libsdl-stretch-0-3 - stretch functions for Simple DirectMedia Layer
>> libsdl-stretch-dev - development files for SDL_stretch library
>> libsdl-ttf2.0-0 - ttf library for Simple DirectMedia Layer with FreeType 2 support
>> libsdl-ttf2.0-dev - development files for SDL ttf library (version 2.0)
>> libsdl1.2debian-nas - Simple DirectMedia Layer (with X11 and NAS options)
>> ...
>> Dave
>>
>> ---------------------------------------------
>> In RPM-based systems (like Fedora, Red Hat, but not Ubuntu/Debian), one
>> can do:
>>
>> rpm -ql name_of_package
>>
>> to get a listing of files, so
>>
>> rpm -ql name_of_package
| grep -i pc
>>
>> will help you determine if the package installed a .pc file.
>>
>> I'm sure there's a way to do it with apt. Could you check to see if a
>> .pc file is included in your runtime or dev packages for SDL_mixer?
>>
>> On Sat, Jul 30, 2011 at 04:03:32PM -0700, TWP Marketing wrote:
>> > Chris,
>> > I show the sdl dev libraries ARE installed: libsdl-image1.2-dev and libsdl-mixer1.2-dev and the general sdl dev lib: libsdl1.2-dev. all are version 1.2.14,
>> >
>> > however I get this response to: pkg-config SDL_mixer --cflags
>> > ....
>> >
>> > Package SDL_mixer was not found in the pkg-config search
path.
>> > Perhaps you should add the directory containing
`SDL_mixer.pc'
>> > to the PKG_CONFIG_PATH environment variable
>> > No package 'SDL_mixer' found
>> > ....
>> >
>> > I would think that a standard package install would be accessible to the pkg-config command, but...
>> > -----------------------------------------------------------------
>> >
>> >
>> >
>> > First, make sure SDL_mixer-dev is installed as well. You need both the runtime version and
the development version.
>> >
>> > Epiar uses pkg-config to search for SDL_mixer. This means the output of the command 'pkg-config' is sacred and final.
>> >
>> > If 'pkg-config SDL_mixer --cflags' returns an error like the one you posted, it means that the .pc file for SDL_mixer (a pkg-config definition, indicating to pkg-config that SDL_mixer is installed) is missing, usually because the -dev package is not installed.
>> >
>> > If, however, it does return what appear to be CFLAGS, something (not exactly) like this:
>> >
>> > Chriss-MacBook-Pro:~ cthielen$ pkg-config mono-2 --libs
>> > -pthread -L/opt/mono/lib/pkgconfig/../../lib -lmono-2.0 -lpthread
>> >
>> > Then something much more interesting is failing!
>> >
>> > Let me know which it is so we can fix the source accordingly.
>> >
>> > On Jul 28, 2011, at 3:27 PM, TWP
Marketing wrote:
>> >
>> > OK,
>> > >I've upgraded my Ubuntu to the newest version; 11.04. Prior runs using ver 10.10 were working ok.
>> > >
>> > >
>> > >I've pulled the latest from github master (7/27/11) and did a make run.
>> > >I get an error saying sdl-mixer is not installed. Checked this and it IS installed.
>> > >The version is 1.2.14 (sdl-config --version).
>> > >I did disable the version test in configure.in per our earlier threads, and changed the libs line
>> > >
>> > >I'm stuck beyond here and any suggestions would help...
>> > >Dave
>> > >
>> > >
>> > >
>> > >this is the screen dump from the ./configure run:
>> > >...
>> > >checking for sdl-config... /usr/bin/sdl-config
>> > >checking for SDL - version >= 1.2.10...
yes
>> > >checking for SDL_mixer... no
>> > >configure: error: Package
>> > requirements (SDL_mixer >= 1.2.11) were not met:
>> > >
>> > >No package 'SDL_mixer' found
>> > >
>> > >Consider adjusting the PKG_CONFIG_PATH environment variable if you
>> > >installed software in a non-standard prefix.
>> > >
>> > >Alternatively, you may set the environment variables SDL_mixer_CFLAGS
>> > >and SDL_mixer_LIBS to avoid the need to call pkg-config.
>> > >See the pkg-config man page for more details.
>> > >...
>> > >_______________________________________________
>> > >epiar-devel mailing list
>> > >epiar-devel at epiar.net
>> > >http://epiar.net/mailman/listinfo/epiar-devel
>> > >
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://epiar.net/pipermail/epiar-devel/attachments/20110816/1d2dbaa1/attachment.html
More information about the epiar-devel
mailing list