Bug#757264: openni: Problems compiling source package using Debian sid on amd64

2014-11-19 Thread Jochen Sprickerhof
Package: src:openni
Followup-For: Bug #757264

Hi Benedikt,

I guess you have Mono (.Net) installed, otherwise I don't see why it
should build the dll. I never tested the .Net support, so I would
propose you remove those packages for now. Otherwise feel free to send a
patch to make it work.

Cheers Jochen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#757264: openni: Problems compiling source package using Debian sid on amd64

2014-08-06 Thread Benedikt Wildenhain
Source: openni
Version: 1.5.4.0-7
Severity: normal

Dear Maintainer,

I tried to build OpenNI on my Debian system, but the build process was
aborted after it complained about a missing dll-file.

I have installed the following build-dependencies:
ii  debhelper9.20140613  all
 helper programs for debian/rules
ii  default-jdk  2:1.7-52amd64  
 Standard Java or Java compatible Development Kit
ii  doxygen  1.8.7-3 amd64  
 Documentation system for C, C++, Java, Python and other languages
ii  freeglut3-dev:amd64  2.8.1-2 amd64  
 OpenGL Utility Toolkit development files
ii  graphviz 2.38.0-5amd64  
 rich set of graph drawing tools
ii  libjpeg8-dev:amd64   8d1-1   amd64  
 Development files for the IJG JPEG library
ii  libtinyxml-dev:amd64 2.6.2-2 amd64  
 TinyXml library - header and static library
ii  libusb-1.0-0-dev:amd64   2:1.0.19-1  amd64  
 userspace USB programming library development files
ii  python   2.7.8-1 amd64  
 interactive high-level object-oriented language (default version)

$ apt-get -b source openni
[...]
make[1]: Leaving directory '/home/benedikt/src/ros/openni-1.5.4.0'
   dh_clean -O--buildsystem=makefile
 debian/rules build
dh build --buildsystem=makefile
   dh_testdir -O--buildsystem=makefile
   dh_auto_configure -O--buildsystem=makefile
   debian/rules override_dh_auto_build
make[1]: Entering directory '/home/benedikt/src/ros/openni-1.5.4.0'
cd Platform/Linux/CreateRedist && ./RedistMaker


*
*   PrimeSense OpenNI Redist*
* 2014-08-06 19:07:30   *
*

Target: Linux-x64
Version: 1.5.4.0
Num of compile jobs: 4

* Building OpenNI...

../../../../Source/OpenNI/XnRecorderImpl.cpp: In constructor 
‘xn::RecorderImpl::RecorderImpl()’:
../../../../Source/OpenNI/XnRecorderImpl.cpp:51:18: warning: converting to 
non-pointer type ‘XN_FILE_HANDLE {aka int}’ from NULL [-Wconversion-null]
  m_hRecorder(NULL)
  ^
../../../../Source/OpenNI/XnPlayerImpl.cpp: In constructor 
‘xn::PlayerImpl::PlayerImpl()’:
../../../../Source/OpenNI/XnPlayerImpl.cpp:71:33: warning: converting to 
non-pointer type ‘XN_FILE_HANDLE {aka int}’ from NULL [-Wconversion-null]
  m_bPlaybackThreadShutdown(FALSE)
 ^
* Creating Doxygen...
Warning: Tag `SYMBOL_CACHE_SIZE' at line 330 of file `Doxyfile' has become 
obsolete.
 To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
Warning: Tag `SHOW_DIRECTORIES' at line 539 of file `Doxyfile' has become 
obsolete.
 To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
Warning: Tag `HTML_ALIGN_MEMBERS' at line 964 of file `Doxyfile' has become 
obsolete.
 To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
Warning: Tag `USE_INLINE_TREES' at line 1151 of file `Doxyfile' has become 
obsolete.
 To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
Warning: Tag `XML_SCHEMA' at line 1414 of file `Doxyfile' has become obsolete.
 To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
Warning: Tag `XML_DTD' at line 1420 of file `Doxyfile' has become obsolete.
 To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
Warning: doxygen no longer ships with the FreeSans font.
You may want to clear or change DOT_FONTNAME.
Otherwise you run the risk that the wrong font is being used for dot generated 
graphs.
/home/benedikt/src/ros/openni-1.5.4.0/Source/DoxyGen/Text/SampleProgs_NiBackRecorder.txt:134:
 warning: multiple use of section label 'bkrec_cfg_gens_dec', (first 
occurrence: 
/home/benedikt/src/ros/openni-1.5.4.0/Source/DoxyGen/Text/SampleProgs_NiBackRecorder.txt,
 line 113)
/home/benedikt/src/ros/openni-1.5.4.0/Source/DoxyGen/Text/SampleProgs_NiBackRecorder.txt:282:
 warning: multiple use of section label 'bkrec_class_cyc_dump_decls', (first 
occurrence: 
/home/benedikt/src/ros/openni-1.5.4.0/Source/DoxyGen/Text/SampleProgs_NiBackRecorder.txt,
 line 268)
/home/benedikt/src/ros/openni-1.5.4.0/Source/DoxyGen/Text/SampleProgs_NiBackRecorder.txt:456:
 warning: multiple use of section label 'bkrec_main', (first occurrence: 
/home/benedikt/src/ros/openni-1.5.4.0/Source/DoxyGen/Text/SampleProgs_NiBackRecorder.txt,
 line 417)
/home/benedikt/