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

Linux - Compilation error...

(1/4) > >>

polygon7:
Hi,
i have this error when compiling 1731 version on Linux:

--- Quote ---Making all in wxFlatNotebook
make[4]: Entering directory `/home/lukasz/progz/trunk/src/sdk/wxFlatNotebook'
make[4]: *** Brak reguł do zrobienia obiektu `TextDropTarget.h', wymaganego przez `all-am'. Stop.
                     No rules for making 'TextDropTarget.h' object required for 'all-am'. Stop.

make[4]: Leaving directory `/home/lukasz/progz/trunk/src/sdk/wxFlatNotebook'
make[3]: *** [all-recursive] Błąd 1 (Error 1)
make[3]: Leaving directory `/home/lukasz/progz/trunk/src/sdk'
make[2]: *** [all] Błąd 2  (Error 2)
make[2]: Leaving directory `/home/lukasz/progz/trunk/src/sdk'
make[1]: *** [all-recursive] Błąd 1  (Error 1)
make[1]: Leaving directory `/home/lukasz/progz/trunk/src'
make: *** [all-recursive] Błąd 1  (Error 1)

--- End quote ---

MortenMacFly:

--- Quote from: polygon7 on January 12, 2006, 10:28:20 pm ---i have this error when compiling 1731 version on Linux:

--- End quote ---
Edit the Makefile.am in "[C::B]\sdk\wxFlatNotebook" and change "TextDropTarget.h" to "wxFNBDropTarget.h". This should help.
Morten.

MortenMacFly:
In addition:
I've seen that with revision 1736 a fix has been introduced. Unfortunately the changes still have an error. To fix the fix (;-)), in the same file, replace "wxFNBDropTarget.h.h" with "wxFNBDropTarget.h". Morten.

polygon7:
Hi,
another compilation error on Linux, C::B v1748:

--- Quote ---bindings/sc_wxstring.cpp: In function `char* StringCharAt(unsigned int,
   scWxString&)':
bindings/sc_wxstring.cpp:232: error: `_C' undeclared (first use this function)
bindings/sc_wxstring.cpp:232: error: (Each undeclared identifier is reported
   only once for each function it appears in.)
bindings/sc_wxstring.cpp: In function `scWxString* StringFactory(unsigned int,
   const char*)':
bindings/sc_wxstring.cpp:259: error: `_U' undeclared (first use this function)
make[4]: *** [sc_wxstring.lo] Błąd 1
make[4]: Leaving directory `/home/lukasz/progz/trunk/src/sdk/as'
make[3]: *** [all-recursive] Błąd 1
make[3]: Leaving directory `/home/lukasz/progz/trunk/src/sdk'
make[2]: *** [all] Błąd 2
make[2]: Leaving directory `/home/lukasz/progz/trunk/src/sdk'
make[1]: *** [all-recursive] Błąd 1
make[1]: Leaving directory `/home/lukasz/progz/trunk/src'
make: *** [all-recursive] Błąd 1

--- End quote ---

polygon7:

--- Quote from: MortenMacFly on January 13, 2006, 11:50:34 am ---In addition:
I've seen that with revision 1736 a fix has been introduced. Unfortunately the changes still have an error. To fix the fix (;-)), in the same file, replace "wxFNBDropTarget.h.h" with "wxFNBDropTarget.h". Morten.

--- End quote ---
Thanks, i use your first fix and when i try to compile C::B i had some error (i dont remember now). Today i downloaded new SVN version (1748), and i have different error with sc_wxstring (it's in my previous post).

Navigation

[0] Message Index

[#] Next page

Go to full version