List Info

Thread: SDL library repositories for 2.0/2.1/2.2




SDL library repositories for 2.0/2.1/2.2
country flaguser name
Finland
2007-02-05 17:00:59
Hi

I failed to find the location providing the deb packages for
the libsdl
development packages even thought there seems already be a
quite many
sdl based games for the maemo. Are there some repository for
the
official SDL development library deb files or are everybody
just
building those from the sources under scratchbox?

Mika

_______________________________________________
maemo-developers mailing list
maemo-developersmaemo.org
h
ttps://maemo.org/mailman/listinfo/maemo-developers

Re: SDL library repositories for 2.0/2.1/2.2
user name
2007-02-06 01:20:01
Hello

> I failed to find the location providing the deb
packages for the libsdl
> development packages even thought there seems already
be a quite many
> sdl based games for the maemo. Are there some
repository for the
> official SDL development library deb files or are
everybody just

I can only find version 1.2 on the sdl website
both the dev and lib (for it2007) are in this repository:
 http://repository.maemo.o
rg bora/free Packages
and they are called libsdl1.2  and libsdl1.2-dev .They where
installed
by default
on my install, perhaps you are missing more important
things?

> building those from the sources under scratchbox?
I did not try this

greetings
_______________________________________________
maemo-developers mailing list
maemo-developersmaemo.org
h
ttps://maemo.org/mailman/listinfo/maemo-developers

Re: SDL library repositories for 2.0/2.1/2.2
country flaguser name
Finland
2007-02-06 15:46:56
Kees Jongenburger wrote:
> Hello
>
>> I failed to find the location providing the deb
packages for the libsdl
>> development packages even thought there seems
already be a quite many
>> sdl based games for the maemo. Are there some
repository for the
>> official SDL development library deb files or are
everybody just
>
> I can only find version 1.2 on the sdl website
Yes, I meant for the libsdl 1.2 related runtime and
development libs for
maemo 2006 and scratchbox apophis environments.

> both the dev and lib (for it2007) are in this
repository:
> http://repository.maemo.o
rg bora/free Packages
> and they are called libsdl1.2  and libsdl1.2-dev .They
where installed
> by default
> on my install, perhaps you are missing more important
things?
Yes, those are just fine in my real 770 image...

... but I fail to install them in my scratchbox environment
which is
based on to latest apophis r4 based one with the gregale's
Maemo_Dev_Platform_v2.2_armel-rootstrap.tgz. For the cpu
transparency I
selected qemu-arm-0.8.0-m2 which may be wrong choice, (I
just quessed
that m2 could mean something maemo related) but I failed to
find any
recommendations for the qemu version to use. (should it be
qemu-armel...)

>> building those from the sources under scratchbox?
> I did not try this

It seems that the apt-get refuses to install any of the
packages in
scratcbox env due to "arm" versus
"armel" mitchmatch
that I have for some reason. (see the console output
examples below)

[sbox-SDK_ARMEL_770V22: ~] > apt-get install
libsdl1.2_1.2.8-10_armel
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package libsdl1.2_1.2.8-10_armel

[sbox-SDK_ARMEL_770V22: ~] > dpkg -i
libsdl1.2_1.2.8-10_armel.deb
dpkg: error processing libsdl1.2_1.2.8-10_armel.deb
(--install):
 package architecture (armel) does not match system (arm)
Errors were encountered while processing:
 libsdl1.2_1.2.8-10_armel.deb

I know I could force the installation with "dpkg
--force-architecture"
but I would rather fix the whole issue as it prevents me to
do things
like "apt-get upgrade" in the scratchbox env to
verify that I have the
latest versions of the libs installed.

Mika
_______________________________________________
maemo-developers mailing list
maemo-developersmaemo.org
h
ttps://maemo.org/mailman/listinfo/maemo-developers

Re: SDL library repositories for 2.0/2.1/2.2
country flaguser name
Lithuania
2007-02-06 16:00:52
On Tue, Feb 06, 2007 at 11:46:56PM +0200, lamikr wrote:
> > both the dev and lib (for it2007) are in this
repository:
> > http://repository.maemo.o
rg bora/free Packages
> > and they are called libsdl1.2  and libsdl1.2-dev
.They where installed
> > by default
> > on my install, perhaps you are missing more
important things?
> Yes, those are just fine in my real 770 image...
> 
> ... but I fail to install them in my scratchbox
environment which is
> based on to latest apophis r4 based one with the
gregale's
> Maemo_Dev_Platform_v2.2_armel-rootstrap.tgz. For the
cpu transparency I
> selected qemu-arm-0.8.0-m2 which may be wrong choice,
(I just quessed
> that m2 could mean something maemo related) but I
failed to find any
> recommendations for the qemu version to use. (should it
be qemu-armel...)

Bora uses qemu-arm-0.8.1-sb2. The same choice should work
for gregale
too.

> > I did not try this
> 
> It seems that the apt-get refuses to install any of the
packages in
> scratcbox env due to "arm" versus
"armel" mitchmatch
> that I have for some reason. (see the console output
examples below)

Eh?

> [sbox-SDK_ARMEL_770V22: ~] > apt-get install
libsdl1.2_1.2.8-10_armel

Debian package names cannot contain underscores.  If you
want to specify
both a package name and a version, you can use the = sign,
but usually
there's no need to bother.

  fakeroot apt-get install libsdl1.2

> Reading Package Lists... Done
> Building Dependency Tree... Done
> E: Couldn't find package libsdl1.2_1.2.8-10_armel
> 
> [sbox-SDK_ARMEL_770V22: ~] > dpkg -i
libsdl1.2_1.2.8-10_armel.deb
> dpkg: error processing libsdl1.2_1.2.8-10_armel.deb
(--install):
>  package architecture (armel) does not match system
(arm)

That's interesting.  Something seems to be wrong with your
scratchbox
target.

> Errors were encountered while processing:
>  libsdl1.2_1.2.8-10_armel.deb
> 
> I know I could force the installation with "dpkg
--force-architecture"
> but I would rather fix the whole issue as it prevents
me to do things
> like "apt-get upgrade" in the scratchbox env
to verify that I have the
> latest versions of the libs installed.

How did you install the gregale target and rootstrap?

Marius Gedminas
-- 
C++ is a loaded machine gun helpfully pointed at your feet
with the safety off.
        -- ChaosDiscord on Slashdot

_______________________________________________
maemo-developers mailing list
maemo-developersmaemo.org
h
ttps://maemo.org/mailman/listinfo/maemo-developers

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )