Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » OpenBSD porting problem
OpenBSD porting problem [message #7672] |
Sun, 14 January 2007 22:45  |
masu
Messages: 378 Registered: February 2006
|
Senior Member |
|
|
I try to port upp to openbsd at the moment.
What I have tried so far is to take upp version 701.r48 from my freebsd box with freshly generated Makefile for building on openbsd 3.7.
The error I get is when compiling the first file, command line:
c++ -c -O2 -march=pentium -x c++ -I../ -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include/freetype2 -DflagGUI -DflagGCC -DflagOPENBSD -DflagMAIN ../ide/SelectPkg.cpp -o ../../out/ide/GCC32-Freebsd-Gcc-Gui-Main/SelectPkg.o
Error is:
In file included from ../Core/Core.h:375,
from ../Draw/Draw.h:4,
from ../CtrlCore/CtrlCore.h:4,
from ../CtrlLib/CtrlLib.h:4,
from ../ide/Common/Common.h:4,
from ../ide/ide.h:4,
from ../ide/SelectPkg.cpp:1:
../Core/String.h:633: error: syntax error before `&' token
../Core/String.h:634: error: syntax error before `)' token
../Core/String.h:634: error: ISO C++ forbids declaration of `<invalid operator>' with no type
GCC version is 3.3.5.
Any idea?
Matthias
|
|
|
Goto Forum:
Current Time: Sat May 10 23:38:15 CEST 2025
Total time taken to generate the page: 0.01235 seconds
|