Zitat von Luiz Augusto von Dentz <luiz.de...@gmail.com>:
> This one did the trick, it finally compiles.
>
> Btw, how have you been testing this changes?

I usually only use cmake which does the same easily with
    include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)

The autotools build was thus broken since we included our own
headers... and nobody noticed :-(

It obviously only worked when the headers are already installed in the
default search path. I thus made the openobex/obex.h and linux/irda.h
in /usr invalid which lead to these compile problems.
I couldn't figure out which autoconf variable gives me an absolute
source dir like for cmake above. However, the only test relying on
this is the IrDA test which is obsolete, anyway (always true on Linux).

I'll add the patch on-top of my tree tonight.

HS




------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to