On 21 December 2012 10:16, Spencer Oliver <[email protected]> wrote:
> On 21 December 2012 08:37, Freddie Chopin <[email protected]> wrote:
>>> configure: error: libswd not found, run git submodule init and git 
>>> submodule update.
>>> make: *** [distcheck] Error 1
>>
>> How is that possible that libswd is cloned, bootstrapped (not shown
>> above), configured - all without errors - but the file that is there
>> cannot be found?
>>
>> 4\/3!!
>>
>
> I will look into it.
>

seems make distcheck is failing.
It is caused because SUBDIR needs adding for libswd in src/makefile.am, eg.

if INTERNAL_JIMTCL
SUBDIRS = jimtcl
else
SUBDIRS =
endif

if INTERNAL_LIBSWD
SUBDIRS += submodules/libswd
#endif

SUBDIRS += src doc

Spen

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to