Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

missing tinystr.h causing plugin compilation problems (Pasgui PPA)

(1/3) > >>

dmoore:
Trying to build my usual plugins on Ubuntu 12.04 with Pasgui's PPA (SVN 9156) I am getting compilation issues


--- Code: ---In file included from /usr/include/codeblocks/sdk_common.h:130:0,
                 from /usr/include/codeblocks/sdk_precomp.h:13,
                 from /usr/include/codeblocks/sdk.h:17,
                 from /home/damien/src/cbilplugin/PythonDebugger/debuggeroptionsdlg.cpp:10:
/usr/include/codeblocks/configmanager.h:15:29: fatal error: tinyxml/tinystr.h: No such file or directory

--- End code ---

and indeed if I ls /usr/include/codeblocks/tinyxml there is no tinystr.h

Has something changed with tinyxml that hasn't been reflected in the makefiles or is this some other packaging/makefile problem?

dmoore:
btw, if I manually copy tinystr to /usr/include... everything works again

oBFusCATed:
I don't have this file in /usr/include, too. Probably it is a makefile issue.

Jenna:
Probably nobody has ever used devpackages for building plugins.
tinystr.h is included in the dist tar-ball, but not added to sdk-headers.
I just committed a fix in trunk (svn r9400).
This will (of course) not help unless pasgui provides new dev-packages.

oBFusCATed:

--- Quote from: jens on October 14, 2013, 09:55:38 pm ---Probably nobody has ever used devpackages for building plugins.

--- End quote ---
In fact, I use it, but probably I'm not using this header.

Navigation

[0] Message Index

[#] Next page

Go to full version