
10 Jul
2006
10 Jul
'06
1:35 a.m.
Juan RodrĂguez Hortalá wrote:
Helllo everyone!!!, I have had this problem trying to build wxhaskell, can anybody help me?
g++ -c wxc/src/ewxw_main.cpp -o out/wxc/ewxw_main.o -MD -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -Iwxc/include /bin/sh: g++: command not found
Sounds like you don't have gcc+c++ installed. I'll add it to the buildrequires, though usually it is assumed in a basic build environment I think. Hope that helps, Jens