Package: highlight Version: 2.7-0.1 Severity: wishlist Highlight contains a SWIG definition that can be used to generate a perl module interface to the library, but this is not included in the Debian package. I would like to use highlight from perl code (specifically, ikiwiki),
This patch is needed to allow 'make perl' to be run
inside examples/swig:
--- highlight.i.old 2009-05-21 18:38:49.000000000 -0400
+++ highlight.i 2009-05-21 18:37:45.000000000 -0400
@@ -6,9 +6,9 @@
%{
-#include "../../src/codegenerator.h"
+#include "../../src/core/codegenerator.h"
%}
-%include "../../src/enums.h"
-%include "../../src/languagedefinition.h"
-%include "../../src/codegenerator.h"
+%include "../../src/core/enums.h"
+%include "../../src/core/languagedefinition.h"
+%include "../../src/core/codegenerator.h"
With that change, make perl worked, but when I run perl testmod.pl, it
succeeds, but fails to print anything, which doesn't seem right.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.29-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages highlight depends on:
ii libc6 2.9-12 GNU C Library: Shared libraries
ii libgcc1 1:4.4.0-4 GCC support library
ii libstdc++6 4.4.0-4 The GNU Standard C++ Library v3
highlight recommends no packages.
highlight suggests no packages.
-- no debconf information
--
see shy jo
signature.asc
Description: Digital signature

