Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-03-05 Thread Kornel Benko
Am Samstag, 5. März 2011 schrieb Yuval Levy:
> On March 1, 2011 08:54:43 am Seb Perez-D wrote:
> > as Kornel says, it's easier to de-install
> 
> easier than `sudo make uninstall` ?

Yes. Suppose you make a new build, with different (maybe renamed) files or 
directories.
Now the `sudo make uninstall` would try to uninstall the _new_ data, leaving 
some old data installed.

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-03-04 Thread Yuval Levy
On March 1, 2011 08:54:43 am Seb Perez-D wrote:
> as Kornel says, it's easier to de-install

easier than `sudo make uninstall` ?


signature.asc
Description: This is a digitally signed message part.


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-03-04 Thread Peter Suetterlin
Kornel Benko wrote:
> Am Mittwoch, 2. März 2011 schrieb Pit Suetterlin:
> > Lajos Höss wrote:
> > > Now another problem, when i use help->about,  hugin crash.
> > 
> > Same here (with the 2011.0.0 beta2 tarball)
> > 
> >   Pit
> 
> Hmm, cannot reproduce. Hugin from today trunk.

Confirmed, that one(*) also doesn't crash for me.

  Pit

(*) hg identify -i = f3a428981466

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-03-02 Thread Kornel Benko
Am Mittwoch, 2. März 2011 schrieb Pit Suetterlin:
> Lajos Höss wrote:
> > Now another problem, when i use help->about,  hugin crash.
> 
> Same here (with the 2011.0.0 beta2 tarball)
> 
>   Pit

Hmm, cannot reproduce. Hugin from today trunk.

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-03-02 Thread Pit Suetterlin
Lajos Höss wrote:

> Now another problem, when i use help->about,  hugin crash.

Same here (with the 2011.0.0 beta2 tarball)

  Pit

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-03-01 Thread Lajos Höss
Now the compile/package for hugin 2011.0.0 beta2 solved on UHU-Linux
2.1. Thanks.
Newer cmake build (2.8.4), new cmake need upgrade the libarchive to 2.8.4.

Now another problem, when i use help->about,  hugin crash.

Lajos

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-03-01 Thread Seb Perez-D
On Tue, Mar 1, 2011 at 14:29, Kornel Benko  wrote:
>> Using the combination of
>> make package && sudo dpkg -i 
>> is barely better than using
>> make && sudo make install
>
> Naturally I don't follow you here. Installing through package makes it easy
> to deinstall also.
> Ok, maybe it's valid for me only ...

An alternative which I use is checkinstall, which works even when the
make package doesn't. I'm sure it's not the best solution, but it
works for me (and as Kornel says, it's easier to de-install).

Seb

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-03-01 Thread Kornel Benko
Am Dienstag, 1. März 2011 schrieb Yuval Levy:
> On March 1, 2011 04:40:09 am Kornel Benko wrote:
> > Am Dienstag, 1. März 2011 schrieb kfj:
> > > On 28 Jan., 17:45, Kornel Benko  wrote:
> > > > If you upgrade than consider that on 10.10 the cmake is erroneous.
> > > > (try somehow to downgrade cmake from 2.8.2 to version 2.8.0.)
> > > 
> > > In what way erroneous? I've been using cmake 2.8.2 on my Kubuntu 10.10
> > > system for months and it has always done precisely what it's supposed
> > > to do.
> > 
> > Creating debian package with "make package" ...
> 
> ...is just more broken than in previous and latest version.  AFAIK it has
> always been "broken" in that the Debian packages build with CMake/CPack
> don't pass basic Debian tests / policies.  Google for a thread in this
> list where Andreas Metzler gives the details.

It is. But still I am using this build-process without problems. (Until now I 
was using the 2.8.0 version, but since some days I use the 2.8.4 version on 
ubuntu 10.10)
(Got it from "ftp://ftp.debian.org/debian/pool/main/c/cmake/";
cmake_2.8.4-2_amd64.deb
cmake-data_2.8.4-2_all.deb
cmake-qt-gui_2.8.4-2_amd64.deb
)

> Using the combination of
> make package && sudo dpkg -i 
> is barely better than using
> make && sudo make install

Naturally I don't follow you here. Installing through package makes it easy to 
deinstall also.
Ok, maybe it's valid for me only ...

...

> Yuv
> 

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-03-01 Thread Yuval Levy
On March 1, 2011 04:40:09 am Kornel Benko wrote:
> Am Dienstag, 1. März 2011 schrieb kfj:
> > On 28 Jan., 17:45, Kornel Benko  wrote:
> > > If you upgrade than consider that on 10.10 the cmake is erroneous.
> > > (try somehow to downgrade cmake from 2.8.2 to version 2.8.0.)
> > 
> > In what way erroneous? I've been using cmake 2.8.2 on my Kubuntu 10.10
> > system for months and it has always done precisely what it's supposed
> > to do.
> 
> Creating debian package with "make package" ...

...is just more broken than in previous and latest version.  AFAIK it has 
always been "broken" in that the Debian packages build with CMake/CPack don't 
pass basic Debian tests / policies.  Google for a thread in this list where 
Andreas Metzler gives the details.

Using the combination of 
make package && sudo dpkg -i 
is barely better than using
make && sudo make install

If you are serious about building debian packages use dpkg-buildpackage

Some instructions (geared at producing a package for a PPA on Launchpad) are 
at [0]. 

Theoretically it would be possible to follow the above instructions and build 
binary snapshot of any version of Hugin including development branches; and 
distribute them from a Launchpad PPA (any Launchpad member can have their own 
PPA), but so far nobody has gone there yet.

Yuv

[0] 


signature.asc
Description: This is a digitally signed message part.


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-03-01 Thread Kornel Benko
Am Dienstag, 1. März 2011 schrieb kfj:
> 
> On 28 Jan., 17:45, Kornel Benko  wrote:
> 
> > If you upgrade than consider that on 10.10 the cmake is erroneous.
> > (try somehow to downgrade cmake from 2.8.2 to version 2.8.0.)
> 
> In what way erroneous? I've been using cmake 2.8.2 on my Kubuntu 10.10
> system for months and it has always done precisely what it's supposed
> to do.

Creating debian package with "make package" will create a deb file which 
includes a tar file.
This tar file normally includes directories and regular files.
But cpack from the 2.8.2 version of cmake creates only the regular files.
That is, installing with dpkg is ok if the destination directories are already 
there.

The target directory creation is missing.

> Kay
>

Kornel



signature.asc
Description: This is a digitally signed message part.


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-02-28 Thread Pit Suetterlin

  Hi Lajos,

see the 'Hugin-2011.0_beta2 released' thread - you'll have to upgrade cmake.

  Pit

Lajos Höss wrote:
> Hi all,
> 
> I had the same error with flann_cpp (I'm also building in a separate
>  subdirectory).  No cache files to be deleted.  I had given up and checked out
>  the stable 2010.4 branch which built fine.
> 
> My system is a 32-bit Uhu-Linux 2.1. The hugin is 2011.0.0 beta 2.
> 
> Any idea?
> 
> Lajos
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Hugin and other free panoramic software" group.
> A list of frequently asked questions is available at: 
> http://wiki.panotools.org/Hugin_FAQ
> To post to this group, send email to hugin-ptx@googlegroups.com
> To unsubscribe from this group, send email to 
> hugin-ptx+unsubscr...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/hugin-ptx

-- 
Dr. Peter "Pit" Suetterlin http://www.astro.su.se/~pit
Institute for Solar Physics
Tel.: +34 922 405 590  (Spain) p.suetter...@royac.iac.es
  +46 8 5537 8507  (Sweden)peter.suetter...@astro.su.se

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-02-28 Thread Lajos Höss
Hi all,

I had the same error with flann_cpp (I'm also building in a separate
 subdirectory).  No cache files to be deleted.  I had given up and checked out
 the stable 2010.4 branch which built fine.

My system is a 32-bit Uhu-Linux 2.1. The hugin is 2011.0.0 beta 2.

Any idea?

Lajos

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-01-29 Thread Pit Suetterlin

  Hi all,

I had the same error with flann_cpp (I'm also building in a separate
subdirectory).  No cache files to be deleted.  I had given up and checked out
the stable 2010.4 branch which built fine.

So now I started looking at it again, and found during the configure process
the following:
  CMake Error: CMake can not determine linker language for target:flann_cpp
  CMake Error: Cannot determine link language for target "flann_cpp".
which seems to be the reason for the missing make rule.  Maybe some cmake-Guru
knows how to proceed there.

My system is a 64-bit Opensuse 11.2

Cheers,

   Pit

Jeffrey Martin wrote:
> Hi Pablo,
> 
> I tried that, but I get this flann_cpp error again.
> 
> I'm really getting frustrated - 24 hours to install hugin and still nothing. 
> I tried everyone's suggestions, and still nothing. I might be a beginner 
> with Ubuntu but I really didn't expect something like this Oh dear.
> 
> Jeffrey
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Hugin and other free panoramic software" group.
> A list of frequently asked questions is available at: 
> http://wiki.panotools.org/Hugin_FAQ
> To post to this group, send email to hugin-ptx@googlegroups.com
> To unsubscribe from this group, send email to 
> hugin-ptx+unsubscr...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/hugin-ptx

-- 
Dr. Peter "Pit" Suetterlin http://www.astro.su.se/~pit
Institute for Solar Physics
Tel.: +34 922 405 590  (Spain) p.suetter...@royac.iac.es
  +46 8 5537 8507  (Sweden)peter.suetter...@astro.su.se

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-01-28 Thread Jeffrey Martin
Ok, after upgrading to 10.04, it works.

now i have this 2010.5.0.19ef8ad7ee6a which is the very newest version if 
I'm not mistaken.

so it seems that my problems came from trying to install this newest hugin 
on ubuntu 9.10. 

Thank you everybody for all your help and advice. Sorry to take up so much 
space on this forum with my problems. Now everything is working I'll try to 
be quiet :-)))

Jeffrey




On Friday, January 28, 2011 10:05:20 AM UTC-5, Jeffrey Martin wrote:
>
> Ok, obviously my version of ubuntu (9.10) is causing me problems. I'm going 
> to upgrade to 10.10.
>
> But wait - 32 bit or 64 bit? I have 2x cpu's and 8GB ram.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-01-28 Thread Jeffrey Martin
10.04 is booting up now :)

now let's try this again...

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-01-28 Thread Kornel Benko
Am Freitag, 28. Januar 2011 schrieb Jeffrey Martin:
> Ok, obviously my version of ubuntu (9.10) is causing me problems. I'm going
> to upgrade to 10.10.

If you upgrade than consider that on 10.10 the cmake is erroneous.
(try somehow to downgrade cmake from 2.8.2 to version 2.8.0.)

> But wait - 32 bit or 64 bit? I have 2x cpu's and 8GB ram.

This depends on your cpu obviously. Try to master own compile ...

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-01-28 Thread Jeffrey Martin
Jan, 

the confusion is coming from the fact that my friend has ubuntu 9.10 and 
hugin installed with no problem. but it's the version 2010.4, not the latest 
version.

I'm upgrading to 10.04 now.

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-01-28 Thread Stefan Peter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Jeffrey

Am 28.01.2011 15:53, schrieb Jeffrey Martin:
> 
> I get these errors.
> 
> Err http://ppa.launchpad.net karmic/main Packages
>   404  Not Found
> Fetched 20.9kB in 0s (26.9kB/s)
> W: Failed to fetch
> http://ppa.launchpad.net/hugin/nightly/ubuntu/dists/karmic/main/binary-amd64/Packages.gz
>  
> 404  Not Found
> 
> 
> is there any point in continuing?

These error messages are caused by the fact that you tried to use the
nightly builds from the hugin builders ppa. This would have resultet in
binary packages being installed, so you would have been able to use a
recent huging build without having to build it yourself.

However, there are no such builds for karmic. Therefore, I advise you to
remove the hugin/nightly entries from your sources.
As there is AFAIK no command line tool for removing apt entries, yoi
will euther have to do that in the GUI (System -> Administration ->
Software Sources) or by manually editing /etc/apt/sources.list.

However, this has nothing to do with the compiling. In other words, this
error message has no relation to the problems you face trying to compile
your own, actual hugin version.


Regards

Stefan

- -- 
In theory there is no difference between theory and practice. In
practice there is.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNQtwcAAoJEBgqi52L7+L/Th4H/0orrC2zv2P41xFdP1J2UJQD
mQZsOgcRCiicZHa1qndvX8RqnOYgnNO2SZhtHEyI68QIg1utrxeNvzINm0ujZy5H
vep6cwYrWe9n80kXuHGlLTVLSLNUW9+B2r7ZSlqPbbWBEgzfO/RVKWVwsJRmqs6A
f2FPM0KvvQXRl8U5pUGqZ/g4GQ0dq4ie0liRm1Z9zlVR2lComX4i083mUJL7u4ER
zPGUCXDbnQB/KILAzGoiKajtaMSz9qV+Th/yoGcRG/ISZE1wHDXgGnufMfY8ibEx
hy/cEM/QW39pu5VJs1t4tnyPXoXICRf8kqLx0ZvNpRJYVfMkMGWU0N2JF+1NR5w=
=QWpb
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-01-28 Thread Jan Martin
I said so before in your other thread.

There is no Karmic Koala version!
Stop trying to install from a non-existent repository.

Go for Lucid Lynx  10.04. It's LTS. = Long Term Support.
Avoid the latest Ubuntu version as there will be many incompatibilities with
programs not yet updated to it.
Most programs support the latest LTS version and TRY to cover the latest
version.

Here is a list:
http://en.wikipedia.org/wiki/List_of_Ubuntu_releases

Jan


On Fri, Jan 28, 2011 at 3:55 PM, Tim Nugent  wrote:

> That path is wrong. Go here:
>
> http://ppa.launchpad.net/hugin/nightly/ubuntu/dists/
>
>  And you can see
> what's available, doesn't look like karmic is supported.
>
> Cheers,
>
> Tim
>
>
> On 28 January 2011 15:53, Jeffrey Martin <360cit...@gmail.com> wrote:
>
>>
>>
>> When doing this,
>> sudo apt-get update
>>
>> I get these errors.
>>
>> Err http://ppa.launchpad.net karmic/main Packages
>>   404  Not Found
>> Fetched 20.9kB in 0s (26.9kB/s)
>> W: Failed to fetch
>> http://ppa.launchpad.net/hugin/nightly/ubuntu/dists/karmic/main/binary-amd64/Packages.gz
>> 404  Not Found
>>
>>
>> is there any point in continuing?
>>
>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Hugin and other free panoramic software" group.
>> A list of frequently asked questions is available at:
>> http://wiki.panotools.org/Hugin_FAQ
>> To post to this group, send email to hugin-ptx@googlegroups.com
>> To unsubscribe from this group, send email to
>> hugin-ptx+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/hugin-ptx
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Hugin and other free panoramic software" group.
> A list of frequently asked questions is available at:
> http://wiki.panotools.org/Hugin_FAQ
> To post to this group, send email to hugin-ptx@googlegroups.com
> To unsubscribe from this group, send email to
> hugin-ptx+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/hugin-ptx
>



-- 
http://www.DIY-streetview.org

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-01-28 Thread Tim Nugent
But which CPUs do you have? If there are 64 bit... go with that Ubuntu
version

Cheers,

Tim

On 28 January 2011 16:05, Jeffrey Martin <360cit...@gmail.com> wrote:

> Ok, obviously my version of ubuntu (9.10) is causing me problems. I'm going
> to upgrade to 10.10.
>
> But wait - 32 bit or 64 bit? I have 2x cpu's and 8GB ram.
>
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Hugin and other free panoramic software" group.
> A list of frequently asked questions is available at:
> http://wiki.panotools.org/Hugin_FAQ
> To post to this group, send email to hugin-ptx@googlegroups.com
> To unsubscribe from this group, send email to
> hugin-ptx+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/hugin-ptx
>

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-01-28 Thread Jeffrey Martin
Ok, obviously my version of ubuntu (9.10) is causing me problems. I'm going 
to upgrade to 10.10.

But wait - 32 bit or 64 bit? I have 2x cpu's and 8GB ram.


-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-01-28 Thread Tim Nugent
That path is wrong. Go here:

http://ppa.launchpad.net/hugin/nightly/ubuntu/dists/

And you can see what's
available, doesn't look like karmic is supported.

Cheers,

Tim

On 28 January 2011 15:53, Jeffrey Martin <360cit...@gmail.com> wrote:

>
>
> When doing this,
> sudo apt-get update
>
> I get these errors.
>
> Err http://ppa.launchpad.net karmic/main Packages
>   404  Not Found
> Fetched 20.9kB in 0s (26.9kB/s)
> W: Failed to fetch
> http://ppa.launchpad.net/hugin/nightly/ubuntu/dists/karmic/main/binary-amd64/Packages.gz
> 404  Not Found
>
>
> is there any point in continuing?
>
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Hugin and other free panoramic software" group.
> A list of frequently asked questions is available at:
> http://wiki.panotools.org/Hugin_FAQ
> To post to this group, send email to hugin-ptx@googlegroups.com
> To unsubscribe from this group, send email to
> hugin-ptx+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/hugin-ptx
>

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-01-28 Thread Jeffrey Martin


When doing this,
sudo apt-get update

I get these errors.

Err http://ppa.launchpad.net karmic/main Packages
  404  Not Found
Fetched 20.9kB in 0s (26.9kB/s)
W: Failed to fetch 
http://ppa.launchpad.net/hugin/nightly/ubuntu/dists/karmic/main/binary-amd64/Packages.gz
  
404  Not Found


is there any point in continuing?


-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: can't build latest hugin from source on ubuntu (error with flann_cpp_s)

2011-01-28 Thread Harry van der Wolf
2011/1/28 Jeffrey Martin <360cit...@gmail.com>

> Hi Pablo,
>
> I tried that, but I get this flann_cpp error again.
>
> I'm really getting frustrated - 24 hours to install hugin and still
> nothing. I tried everyone's suggestions, and still nothing. I might be a
> beginner with Ubuntu but I really didn't expect something like this Oh
> dear.
>
> Jeffrey
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Hugin and other free panoramic software" group.
> A list of frequently asked questions is available at:
> http://wiki.panotools.org/Hugin_FAQ
> To post to this group, send email to hugin-ptx@googlegroups.com
> To unsubscribe from this group, send email to
> hugin-ptx+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/hugin-ptx
>

In your hugin directory do an "rm CMakeCache.txt"
Then in you build directory do again a "rm CMakeCache.txt"
Then from your build directory try another time:
cmake ..
make

Harry

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx