Final Edit: show me how to compile e text editor on Ubuntu (32 bit Karmic) and you get the bounty
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
The PCRE library is included twice in your link command-line (that you didn't show us; how great is my magic ball?!). Once in ../external/out.release/lib/libpcre.a, and the second time as individual objects in .objs.release/cx_pcre_tables.o. Thus, you have these "multiply defined" errors. Try removing Or, even simpler, let the linker ignore these by giving it the |
|||
|
Finally got it to compile: http://www.e-texteditor.com/forum/viewtopic.php?p=14953#14953 Thanks ajpalkovic! The key is to use ajpalkovic's fork: http://github.com/ajpalkovic/e/archives/linux It is not quite ready for the primetime, but this is a huge step forward. |
|||
|
