PDA

View Full Version : Cobras IDE - new release - 0.13



piotrek
23rd August 2007, 12:13
There is released new version of Cobras IDE.

1. This release implements text folding in the editor (users can hide/show body functions).
2. It has a new parser function for the window that shows all functions in the current editor (popup menu in editor).
3. It can translate program texts to other languages.
4. It is Polish translation accessible.

Links:
http://freshmeat.net/projects/cobras/
http://www.beesoft.org

regards
piotr

Arsen
2nd September 2007, 21:04
Unable to build with Qt 4.2.3 / MSVC 2005.
It fails at link stage with:

"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f Makefile.Release
link /LIBPATH:"c:\Qt\4.2.2\lib" /NOLOGO /INCREMENTAL:NO /INCREMENTAL:NO /MANIFESTFILE:"release\cobras.intermediate.manifest" /SUBSYSTEM:WINDOWS /OUT:release\cobras.exe @C:\DOCUME~1\RACHEE~1.000\LOCALS~1\Temp\nm492.tmp
msvcrt.lib(ti_inst.obj) : error LNK2005: "private: __thiscall type_info::type_info(class type_info const &)" (??0type_info@@AAE@ABV0@@Z) already defined in LIBCMT.lib(typinfo.obj)
msvcrt.lib(ti_inst.obj) : error LNK2005: "private: class type_info & __thiscall type_info::operator=(class type_info const &)" (??4type_info@@AAEAAV0@ABV0@@Z) already defined in LIBCMT.lib(typinfo.obj)
LIBCMT.lib(crt0init.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
release\cobras.exe : fatal error LNK1169: one or more multiply defined symbols found

piotrek
3rd September 2007, 09:13
Unable to build with Qt 4.2.3 / MSVC 2005.
It fails at link stage with:

"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f Makefile.Release
link /LIBPATH:"c:\Qt\4.2.2\lib" /NOLOGO /INCREMENTAL:NO /INCREMENTAL:NO /MANIFESTFILE:"release\cobras.intermediate.manifest" /SUBSYSTEM:WINDOWS /OUT:release\cobras.exe @C:\DOCUME~1\RACHEE~1.000\LOCALS~1\Temp\nm492.tmp
msvcrt.lib(ti_inst.obj) : error LNK2005: "private: __thiscall type_info::type_info(class type_info const &)" (??0type_info@@AAE@ABV0@@Z) already defined in LIBCMT.lib(typinfo.obj)
msvcrt.lib(ti_inst.obj) : error LNK2005: "private: class type_info & __thiscall type_info::operator=(class type_info const &)" (??4type_info@@AAEAAV0@ABV0@@Z) already defined in LIBCMT.lib(typinfo.obj)
LIBCMT.lib(crt0init.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
release\cobras.exe : fatal error LNK1169: one or more multiply defined symbols found

hi,
I'm don't using a windows.
But in the listing I see only internals names from libraries.
What I see you have a conflict between MSVC and Qt library.
Probably your Qt configuration is wrong.

regards
piotr