Results 1 to 3 of 3

Thread: Cobras IDE - new release - 0.13

  1. #1
    Join Date
    Oct 2006
    Location
    Poznan, Poland
    Posts
    14
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Cobras IDE - new release - 0.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
    Last edited by piotrek; 23rd August 2007 at 12:14. Reason: spelling error

  2. #2
    Join Date
    Apr 2007
    Location
    Donetsk, Ukraine
    Posts
    5
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Cobras IDE - new release - 0.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:perator=(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

  3. #3
    Join Date
    Oct 2006
    Location
    Poznan, Poland
    Posts
    14
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Cobras IDE - new release - 0.13

    Quote Originally Posted by Arsen View Post
    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:perator=(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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.