Re: llvm-cfe, broken package?

2008-10-08 Thread Reinhard Tartler
August Karlstrom <[EMAIL PROTECTED]> writes: > Anyone? Please file bugs in launchpad. Bug reports like this are likely to be ignored on the mailing list. At least give the bugnumber when asking for advice. -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 -- Ubuntu-motu mailing list Ubu

osm2pgsql

2008-10-08 Thread Joseph
Hello sir, I am trying to develop on the osm2pgsql but I'm having some syntax related difficulties. Please I would like to know which IDE or compiler is the most suitable to build and run the osm2psql project. Meanwhile, I'm not a C developer but there is a need for me to explore on the concep

Re: llvm-cfe, broken package?

2008-10-08 Thread August Karlstrom
August Karlstrom wrote: > Hi, > > I'm trying to compile a simple test program but it won't work. Any clues? > > $ cat test.c > #include > > int main(void) > { > printf("Hello World\n"); > > return 0; > } > > $ llvmc test.c > exec: 14: /usr/lib/llvm/llvmc: Permission denied > > I insta

Re: bug in gmail-notify

2008-10-08 Thread Michael Casadevall
I might be possible to simply change all instances of gmail to googlemail since US based accounts can use googlemail.com unless I'm misunderstanding the bug. Michael On Wed, Oct 8, 2008 at 5:47 PM, Caroline Ford <[EMAIL PROTECTED]> wrote: > 2008/10/7 Mats Leif Moskopp <[EMAIL PROTECTED]>: >> Dear

Re: bug in gmail-notify

2008-10-08 Thread Caroline Ford
2008/10/7 Mats Leif Moskopp <[EMAIL PROTECTED]>: > Dear Mr. Grande, > dear Mr. Winter, > dear Ubuntu MOTU Developers! > > We found a bug in your package "gmail-notify" (version > 1.6.1-3ubuntu2.1). The script "notifier.py" doesn't work for all > german users, because in germany it's not allowed to

Re: [OctDev] A Bug in Octave-OdePkg

2008-10-08 Thread Wang Long
On Tue, 2008-10-07 at 23:01 +0200, Thomas Treichl wrote: > Wang Long schrieb: > > Hi, > > > > When I was running this in octave: > > > > t_in = [0 0.05 0.13 0.19]; > > [t_out, y] = ode45 (@(t,x) x, t_in, 1); > > > > I got t_out=[0.0 0.05000 0.1 0.15000 0.19000]. While the