How to detect Maemo in automake?

2008-02-20 Thread Till Harbaum / Lists
Hi, first of all: Thanks for the useful replies so far. Now for my next question: How do i detect maemo correctly in autoconf? I'd like to port a project and add some maemo specific options but don't like to do non-portable changes. Regards, Till

Re: New developer - lots of questions

2007-11-16 Thread Alberto Garcia
O Venres 16/11/2007 ás 15:27, [EMAIL PROTECTED] dicía... I don't know what is the standard way of detecting which version of Maemo you're using, but you can do it using autoconf and checking the versions of some basic libraries such as libosso and hildon. Are there any symbols

Re: How to detect Maemo in automake?

2008-02-20 Thread Levi Bard
Now for my next question: How do i detect maemo correctly in autoconf? I'd like to port a project and add some maemo specific options but don't like to do non-portable changes. One way is: AC_ARG_ENABLE(maemo,[ --enable-maemo Enable Maemo-specific build options

Re: How to detect Maemo in automake?

2008-02-20 Thread Alberto Garcia
On Wed, Feb 20, 2008 at 02:00:50PM +, Ross Burton wrote: Now for my next question: How do i detect maemo correctly in autoconf? One way is: AC_ARG_ENABLE(maemo,[ --enable-maemo Enable Maemo-specific build options], [enable_maemo=true

Re: Looking for some help with autoconf/automake/dpkg (and general feedback on my code)

2011-10-25 Thread Jonathan Wilson
-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] Re: hildon-fmmm bindings

2005-12-07 Thread Murray Cumming
glibmm and gtkmm 2.6 from cvs. How did you use debian packages for maemo? Do you have gmmproc (from glibmm) installed in your libdir? Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com ___ maemo-developers mailing list maemo-developers

[maemo-developers] SDK vs. device: libSM and libICE

2006-08-29 Thread Christian Henz
to be resolved, ie xlibs-dev. cheers, Christian Henz ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] How to add SDL checks in configure.ac

2007-01-15 Thread Janne Kataja
550 9801, Tel +358 9 8567 6400 Fax +358 9 8567 6401 www.movial.fi ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] How to add SDL checks in configure.ac

2007-01-15 Thread klaus
-- Klaus Rotter * klaus at rotters dot de * www.rotters.de ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: How to detect Maemo in automake?

2008-02-21 Thread Alberto Garcia
desktop PC happens to have libosso installed (it's included in Debian) then autoconf will detect that you're compiling for Maemo. In my case compiling for Maemo means compiling using the Maemo SDK (and probably for the Nokia 770/N800/N810). And scratchbox seems to be the official way to use

Re: [maemo-developers] Releasing an application...

2005-08-13 Thread Simon Budig
. The autotools also provide a way to create the tarball, but I have no experience with that. Bye, Simon -- [EMAIL PROTECTED] http://simon.budig.de/ ___ maemo-developers mailing list maemo-developers@maemo.org https

Re: Developing for all IT platforms

2007-10-22 Thread Mike Morrison
will easily be able to get the version of the package that is right for them? Many thanks, Neil ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: How to detect Maemo in automake?

2008-02-20 Thread Ross Burton
On Wed, 2008-02-20 at 08:37 -0500, Levi Bard wrote: Now for my next question: How do i detect maemo correctly in autoconf? I'd like to port a project and add some maemo specific options but don't like to do non-portable changes. One way is: AC_ARG_ENABLE(maemo,[ --enable

Looking for some help with autoconf/automake/dpkg (and general feedback on my code)

2011-10-25 Thread Jonathan Wilson
need more in the postinst file in terms of verifying the correct binary and things, any help would be appreciated. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Looking for some help with autoconf/automake/dpkg (and general feedback on my code)

2011-10-25 Thread Daniil Ivanov
/dother.en.html#install Thanks, that's a start. Still cant get it to even produce a cbspatch binary though. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: How to detect Maemo in automake?

2008-02-21 Thread Marcin Juszkiewicz
not for scratchbox. Yeah, but if your desktop PC happens to have libosso installed (it's included in Debian) then autoconf will detect that you're compiling for Maemo. If you screw configure phase by not providing informations where headers are then it can. But its bug of person who do compilation. In my

Re: How to detect Maemo in automake?

2008-02-20 Thread Juha Kallioinen
ext Alberto Garcia wrote: On Wed, Feb 20, 2008 at 02:00:50PM +, Ross Burton wrote: Now for my next question: How do i detect maemo correctly in autoconf? One way is: AC_ARG_ENABLE(maemo,[ --enable-maemo Enable Maemo-specific build options

Re: [maemo-developers] Missing library in the 2006 beta version?

2006-07-04 Thread Eero Tamminen
. - Eero ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

RE: [maemo-developers] about configure.ac

2006-06-01 Thread Pinghang.Koon
$(MACRO_LIBRARY_NAME_CFLAGS) in the INCLUDES line. Append $(MACRO_LIBRARY_NAME_LIBS) in the LDADD line. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of geu oopsie Sent: Thursday, June 01, 2006 6:32 PM To: maemo-developers@maemo.org Subject: [maemo

Re: Check existance of hildon header files

2007-06-26 Thread Murray Cumming
__ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers -- Murray Cumming [EMAIL PROTECTED

Re: Looking for some help with autoconf/automake/dpkg (and general feedback on my code)

2011-10-25 Thread Daniil Ivanov
and things, any help would be appreciated. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers ___ maemo-developers mailing list maemo

autoconf upgrade problem

2008-04-30 Thread Kwan Hong Lee
you! -kwan -- http://www.media.mit.edu/~kwan/info.html ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] gtk+-2.0 uninstallable

2007-01-19 Thread Janne Kataja
/INSTALL.txt ... Install Scratchbox provided virtual packages In addition to compilers, scratchbox provides a set of build tools such as make and autoconf. Compared to earlier releases, these build tools have been removed from maemo 3.0 'bora' release and are no longer provided

Re: [maemo-developers] A set of development questions...

2006-01-24 Thread Eero Tamminen
.) - Eero ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] How to add SDL checks in configure.ac

2007-01-14 Thread klaus
game, up to five people can play agains each other.I am interessted if someone could test it with multiple N770 in a real network game! -Klaus -- Klaus Rotter * klaus at rotters dot de * www.rotters.de ___ maemo-developers mailing list maemo

Re: Maemo Application Package help

2007-12-20 Thread Tim Teulings
://illumination.svn.sourceforge.net/viewvc/illumination/trunk/PushIt/packaging/maemo/pushit.postinst?revision=1595view=markup -- Gruß... Tim ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo

Re: hildon-libs

2008-07-31 Thread Dave Neary
] Jabber: [EMAIL PROTECTED] ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Building pulseaudio for N900

2010-08-22 Thread tarantism
completely screwed my installation but hey-ho). What am I doing wrong? Is there a better way? Chris ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Looking for some help with autoconf/automake/dpkg (and general feedback on my code)

2011-10-25 Thread Neal H. Walfield
replace it using mv. If a binary is in use by a program and not all of it is loaded in memory and you modify it, it may end up using neither the original nor the new version but some inconsistent one... Neal ___ maemo-developers mailing list maemo

Re: Developing for all IT platforms

2007-10-23 Thread Marius Gedminas
/multi-target-development-for-maemo/ Marius Gedminas -- Microsoft has performed an illegal operation and will be shut down. -- Judge Jackson signature.asc Description: Digital signature ___ maemo-developers mailing list maemo-developers

Re: How to detect Maemo in automake?

2008-02-21 Thread Marcin Juszkiewicz
Dnia Wednesday, 20 of February 2008, Alberto Garcia napisał: On Wed, Feb 20, 2008 at 02:00:50PM +, Ross Burton wrote: Now for my next question: How do i detect maemo correctly in autoconf? I think that he meant how to *detect* Maemo (i.e, without having to ask the user). I used

Re: [maemo-developers] new software for 770

2005-07-22 Thread Gustavo Barbieri
is in progress: http://geocities.yahoo.com.br/junkybox2002/src.zip I'm out of computer access from late today until next week :-( you may notice that I took some configuration files from crazyparking, as Im new to makefiles,autoconf and maemo. Use SCons http://www.scons.org/ -- Gustavo Sverzut

Re: Can't configure a sample project in Maemo 4.1.1

2008-10-17 Thread Sarah Newman
at http://tablets-dev.nokia.com/diablo/INSTALL.txt Then I don't know how to continue. I did a lot web search, but go no result. Could you tell me how to do please? Thank you very much! Best regards, Jakov ___ maemo-developers mailing list maemo

[maemo-developers] Re: Maemo Unofficial Debs

2007-01-12 Thread Andrew Flegg
[1] https://garage.maemo.org/plugins/scmsvn/viewcvs.php/trunk/packages/netcat2.xml?root=mud-builderview=markup -- Andrew Flegg -- mailto:[EMAIL PROTECTED] | http://www.bleb.org/ ___ maemo-developers mailing list maemo-developers@maemo.org https

Re: [maemo-developers] Wavemon or other monitoring application for WLAN

2006-01-16 Thread Kalle Valo
is wrong and you should file a bug to bugzilla. Which AP were you using? -- Kalle Valo ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] Tips for making an application installer package

2006-02-22 Thread Neil Jerram
___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

RE: [maemo-developers] about configure.ac

2006-06-02 Thread Murray Cumming
://www.openismus.com/documents/linux/using_libraries/using_libraries.shtml#cflagsandlibs Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Sample keyboard layout file

2007-02-13 Thread Marius Gedminas
signature.asc Description: Digital signature ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: Developing for all IT platforms

2007-10-22 Thread Santtu Lakkala
- ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Looking for some help with autoconf/automake/dpkg (and general feedback on my code)

2011-10-25 Thread Neal H. Walfield
check for any signatures. Also, cbspatch does not return 0, so your postinst script might fail spuriously. Neal ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

RE: autoconf upgrade problem

2008-05-02 Thread josh.soref
). ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] Re: gtkmm for Maemo

2005-12-26 Thread Vladislav Grinchenko
/ e-mail: [EMAIL PROTECTED] Focus on quality, and productivity will follow. _ ___ maemo-developers mailing list maemo-developers

Re: /usr/local

2009-12-30 Thread Thomas Tanner
will install to /usr rather than /usr/local, so there'd have to be build changes either way. -- Thomas Tanner -- email: tan...@gmx.de GnuPG: 1024/5924D4DD ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo

Re: New developer - lots of questions

2007-11-16 Thread Alberto Garcia
to do conditional compiles)? How about if I want to write one set of code that can be built for both desktop and maemo device use? Any symbols could be used for that? I don't know what is the standard way of detecting which version of Maemo you're using, but you can do it using autoconf and checking

RE: Request: Tutorials use-cases for documentation

2010-02-19 Thread ext-titta.vayrynen
Hi, Thanks all for your input and brilliant ideas for use cases! Keep them coming :) Cheers, Titta -Original Message- From: maemo-developers-boun...@maemo.org [mailto:maemo-developers-boun...@maemo.org] On Behalf Of ext Aniello Del Sorbo Sent: 12 February, 2010 13:30 To: Dave Neary Cc

RE: autoconf upgrade problem

2008-05-05 Thread josh.soref
: no input file ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Considering /opt and MyDocs in your packages

2009-09-10 Thread Andrew Flegg
/fhs-2.3.html#OPTADDONAPPLICATIONSOFTWAREPACKAGES So, further to my earlier stance, I don't see a problem with building a package which is /opt aware for all the above platforms. Now, maemo-optifying a package and using it on other platforms (and even Maemo) is a hack, so I'd prefer developers used

[maemo-developers] about configure.ac - 2

2006-06-01 Thread geu oopsie
) At the Makefile.am at the src directory, add the following:Append $(_CFLAGS) in the INCLUDES line.Append $(_LIBS) in the LDADD line.From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED] On Behalf Of geu oopsieSent: Thursday, June 01, 2006 6:32 PMTo: maemo-developers

Re: NPTL support?

2007-03-16 Thread T Taneli Vahakangas
- http://maemo.org ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers ___ maemo-developers mailing list maemo-developers@maemo.org

Can't configure a sample project in Maemo 4.1.1

2008-10-17 Thread Jakov Holmes
as said at http://tablets-dev.nokia.com/diablo/INSTALL.txt Then I don't know how to continue. I did a lot web search, but go no result. Could you tell me how to do please? Thank you very much! Best regards, Jakov ___ maemo-developers mailing list maemo

Re: [maemo-developers] Tips for making an application installer package

2006-02-22 Thread Luca Donaggio
@maemo.org https://maemo.org/mailman/listinfo/maemo-developers ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] new software for 770

2005-07-22 Thread Daniel Monteiro
may notice that I took some configuration files from crazyparking, as Im new to makefiles,autoconf and maemo. --- Gustavo Barbieri [EMAIL PROTECTED] escreveu: On 7/21/05, Daniel Monteiro [EMAIL PROTECTED] wrote: Im not really worried with storage right now... my main concern is certainly

Re: [maemo-developers] Releasing an application...

2005-08-13 Thread Mayank Jain
release it. Are there any general guidelines (except maemo tutorial) to make release project tarballs? Also, which are the file that should be included in a tarball? Usually tarballs leave it to the user to do the ./configure step, the automake/autoconf step is usually done by the developer

Re: NPTL support?

2007-03-16 Thread Lauri Leukkunen
, should it work with glibc2.5? Probably. Although I'm not exactly sure what you mean ;) /lauri ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Check existance of hildon header files

2007-06-25 Thread Ngurah
. Anyone has experience on autoconf/automake regarding of this, please help me out of this problem. Thnks BG Gusti - Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.___ maemo

Re: Building pulseaudio for N900

2010-08-23 Thread Felipe Contreras
-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Instructions cache flush on ARM (was: N800 Video playback)

2007-04-24 Thread Guillem Jover
files. Also that makes it more difficult for people to flash their own new kernel. regards, guillem ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: Request: Tutorials use-cases for documentation

2010-02-12 Thread Aniello Del Sorbo
and many would quite low-level, but they could be ispiring: Start: - Where to start from ? Packaging: - Is there a Debian packaging template for Maemo ? - How do I add a subdir to my tree structure? automake, autoconf - How can I make a Debian package that automatically compile and packages

Re: [maemo-developers] gtkmm Installation in scratchbox

2006-04-28 Thread Murray Cumming
for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. sh-2.05b$ [snip] By the way, I just built hildon-widgetsmm and all its dependencies with jhbuild, successfully. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com ___ maemo-developers mailing

Re: [maemo-developers] gtkmm Installation in scratchbox

2006-05-03 Thread Damaris Kröger
Bochum eMail: [EMAIL PROTECTED] Tel.: +49 (234) 89393-73 Fax.: +49 (234) 89393-99 -- ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Port of pingu

2005-12-02 Thread Fred Lefévère-Laaoide
a coast ??? Thanks Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers ___ maemo-developers mailing list maemo-developers@maemo.org https

Re: sbox2 update

2007-03-14 Thread Laurent GUERBY
: am__fastdepCC does not appear in AM_CONDITIONAL /usr/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL make: *** [configure-stamp] Error 1 ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman

Re: sbox2 update

2007-03-14 Thread Laurent GUERBY
' I'm really confused at how the thing is supposed to be working :). I noticed that some scratchbox.sb2cache and buildroot.sb2cache directories appeared. Laurent ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman

Re: [maemo-developers] new software for 770

2005-07-22 Thread Daniel Monteiro
week :-( you may notice that I took some configuration files from crazyparking, as Im new to makefiles,autoconf and maemo. Use SCons http://www.scons.org/ -- Gustavo Sverzut Barbieri --- Computer Engineer 2001 - UNICAMP GPSL - Grupo Pro

Re: [maemo-developers] Re: hildon-fmmm bindings

2005-12-05 Thread Murray Cumming
should be automatically generated from https://stage.maemo.org/svn/maemo/contrib/trunk/hildon-fmmm/hildon-fm/src/file-chooser-dialog.hg What autotools (autoconf and automake) versions do you have installed? I had to install newer versions when building glibmm and gtkmm from cvs. I suggest

Re: [maemo-developers] Missing library in the 2006 beta version?

2006-07-05 Thread Tim Teulings
... Tim. ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] Using the SDK on debian unstable

2006-10-06 Thread Richard Röjfors
___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: Building hildon library

2010-04-19 Thread Piñeiro
) ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Scratchbox is not an emulator

2006-08-30 Thread Koen Kooi
3DY7gW97phjpqLjhCFQyAPs= =mcVQ -END PGP SIGNATURE- ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] Questions to HOWTO:Set up CPU transparency with your device and sbrsh

2005-11-02 Thread Timo Steuerwald
to cross compile, use `--host'. See `config.log' for more details. [sbox-ARM: ~/hello-world] --snip I've really used the arm rootstrap not the one for i386 Cheers, Timo ___ maemo-developers mailing list maemo-developers@maemo.org

Re: [maemo-developers] Building maemo_af_desktop

2006-04-06 Thread sampo . nurmentaus
___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Missing library in the 2006 beta version?

2006-07-06 Thread Antonio Gomes
are these libraries available on devel rootstrap (so it makes possible to your app to depend on them) but not on the device image ? -- --Antonio Gomes ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo

Re: [maemo-developers] Sample keyboard layout file

2007-02-14 Thread Tomas Junnonen
to clarify: the licence of your Dvorak .xml file is GPLv2, right? Right. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Sample keyboard layout file

2007-02-15 Thread Eero Tamminen
___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: Building hildon library

2010-04-21 Thread Chitti Babu
-get build-dep hildon-2 installs the required devel packages. Regards, Chitti Message: 4 Date: Mon, 19 Apr 2010 11:36:30 +0200 (CEST) From: Pi?eiro apinhe...@igalia.com Subject: Re: Building hildon library To: maemo-developers@maemo.org Message-ID: 20100419.113630.175855308.apinhe...@igalia.com

Re: sbox2 maemo

2007-07-31 Thread Lauri Leukkunen
to chroot into anything. /lauri ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: sbox2 maemo

2007-08-01 Thread Lauri Leukkunen
to the installed one. The mapping cache may sometimes fail to update itself correctly, deleting it manually from $BUILDROOT/.sb2cache will solve the problem. I'm working on fixing this. /lauri ___ maemo-developers mailing list maemo-developers@maemo.org https

gftp port to maemo: some questions

2007-11-27 Thread Nicolas
packages, etc... 3/ I can upload everything if there is a community ftp available. Regards, Nicolas. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Port of pingu

2005-12-02 Thread Kuisma Salonen
___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: sbox2 maemo

2007-08-01 Thread Marius Vollmer
with your own toolchain; could you provide it for ia32 as well?) ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Making my app. appear on the Navigator menu

2007-09-25 Thread Gregory 'guardian' Pakosz
widespread knowledge about how the technology works, and by hiding the complexities of the technology as much as possible. The documentation for what maemo is relying on exists out there: How to write a new application to maemo 3.x document points to: . http://www.gnu.org/software/autoconf

Re: NPTL support?

2007-03-16 Thread T Taneli Vahakangas
___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

AW: Building hildon library

2010-04-21 Thread André Hänsel
know I can find the current repository version and then install it using apt-get install package-name=version. Can I do it using a single command? Regards, André ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman

[maemo-developers] gtkmm in scratchbox, build documentation

2006-05-16 Thread Damaris Kröger
: [EMAIL PROTECTED] Tel.: +49 (234) 89393-73 Fax.: +49 (234) 89393-99 -- ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] Scratchbox is not an emulator

2006-08-30 Thread Eero Tamminen
Hi, On Re: [maemo-developers] RE: Nokia 770 sources... Christian Pernegger wrote: The chroot + rootstrap approch itself would be nice enough if the environment were exactly the same as a 770, that is including applications. Hm. Applications are not a development environment unless

Re: Building pulseaudio for N900

2010-08-24 Thread tarantism
./config --prefix=/usr for libtool-2.2.6 and installed it over any previous versions. Success. Chris ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Problems when install scratchbox1.0.6

2007-09-17 Thread Yao Wang
help. -- Sincerely yours, Yao Wang Gtalk: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers -- Miko

Problems when install scratchbox1.0.6

2007-09-17 Thread Yao Wang
in advance for your help. -- Sincerely yours, Yao Wang Gtalk: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Link Libfreetype statically

2011-05-06 Thread Rainer Dorsch
. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

RE: Making my app. appear on the Navigator menu

2007-09-25 Thread David Hazel
there: How to write a new application to maemo 3.x document points to: . http://www.gnu.org/software/autoconf . http://www.gnu.org/software/automake . http://www.gnu.org/software/gettext . http://www.debian.org/doc/maint-guide/ Maybe it could be more centralized which i guess is trying

Re: [maemo-developers] build system

2005-07-06 Thread Timo Savola
___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] Help! - how to static link single library

2006-07-18 Thread Steven Hill
-build/$(PACKAGE)-$(VERSION) dpkg-buildpackage -rfakeroot -rm -rf $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION) ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: Survey about Maemo porting problems

2008-11-27 Thread tz
: line 1: ./a.out: cannot execute binary file configure:2267: $? = 126 configure:2276: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details. ___ maemo-developers mailing list maemo-developers

Re: sbox2 maemo

2007-07-31 Thread Marius Vollmer
on crack again? ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Problem in Building Application

2009-09-11 Thread Kimmo Hämäläinen
-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Maemo Official Platform Bug Jar 2009.10

2009-03-08 Thread Stephen Gadsby
/showthread.php?p=269955#post269955 and the Maemo Bug Jar blog: http://www.octofish.net/bugjar/ ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Maemo Official Platform Bug Jar 2009.11

2009-03-15 Thread Stephen Gadsby
-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Maemo Official Platform Bug Jar 2009.14

2009-04-05 Thread Stephen Gadsby
/ ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Maemo Official Platform Bug Jar 2009.15

2009-04-12 Thread Stephen Gadsby
Jar blog: http://www.octofish.net/bugjar/ ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Maemo Official Platform Bug Jar 2009.12

2009-03-22 Thread Stephen Gadsby
://www.octofish.net/bugjar/ ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

  1   2   >