simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] [bug #38535] 1.0.0 does not build with swig-2.0.x


From: Pieter Agten
Subject: [Simulavr-devel] [bug #38535] 1.0.0 does not build with swig-2.0.x
Date: Tue, 16 Jul 2013 22:31:21 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/28.0.1500.52 Chrome/28.0.1500.52 Safari/537.36

Follow-up Comment #7, bug #38535 (project simulavr):

The problem seems to be that '%include "types.h"' is put too low in the
src/python/pysimulavr.i file. Moving it in front of


namespace std {
   %template(DWordVector) vector<dword>;
};


fixes the problem.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?38535>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]