Problem compiling plugins in Linux (Ubuntu)
#1

I am able to compile my plugins in CentOS but since I like Ubuntu more I tried on Ubuntu but it's not working well. I am getting the following error in terminal after typing "make CTime_Compile":
Код:
/usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or directory
compilation terminated.
I tried to install all different kinds of libraries with "apt-get" but it's still not working. Anyone has a solution for this?
Reply
#2

Hi, sorry for bumping the topic but I'd be grateful if someone can find a solution to this. I'm sure the people compiling plugins in Ubuntu can tell me something more about this.
Reply
#3

Try to move the files for the 'home' folder and compile.
I had a similar problem and this way worked.
Reply
#4

Quote:
Originally Posted by CyNiC
Посмотреть сообщение
Try to move the files for the 'home' folder and compile.
I had a similar problem and this way worked.
Still same - you mean moving the files from desktop to home folder right?
Reply
#5

Quote:
Originally Posted by RyDeR`
Посмотреть сообщение
Still same - you mean moving the files from desktop to home folder right?
Yes.
Then, how is included this file? I had this problem too when the include was included such:
Код:
#include <include.h>
The problem was solved when I changed for:
Код:
#include "include.h"
It's all that I can say to help you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)