Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14574] autopano-sift - A panorama photo creator

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14574] autopano-sift - A panorama photo creator
  • Date: 21 Jul 2008 10:15:29 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14574





--- Comment #9 from Jaka Kranjc <jakakranjc AT email.si> 2008-07-21 05:15:29 ---
It still doesn't build here:

make[1]: Entering directory `/usr/src/autopano-sift-2.4/src/util'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make
rule.
mcs /debug /unsafe /out:autopano.exe Autopano.cs \
DrawingPrimitives.cs BasicImagingInterface.cs
GUIImage-Drawing.cs \
/r:../libsift.dll /r:System.Drawing /define:USING_GTK
/pkg:gtk-sharp /pkg:glade-sharp
error CS0006: cannot find metadata file `../libsift.dll'
Compilation failed: 1 error(s), 0 warnings
make[1]: *** [autopano.exe] Error 1
make: *** [utils] Error 2

I tracked it to multiple make jobs. We disable that by calling make_single,
the
build command and in the end a restoring make_normal. But then it still only
installed documentation. Why? Because bin_install copies the stuff into
src/bin, not the system. After it is called the whole folder should be copied
to /usr/. A spell is ok if you can run it. ;)

make_single &&
make lib utils &&
make_normal


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page