Results 1 to 6 of 6

Thread: QScintilla with Qt Creator

  1. #1
    Join Date
    Dec 2008
    Posts
    33

    QScintilla with Qt Creator

    Hello,

    Here, I would like to use QScintilla. I have to download it but I do not manage to install it on my mac.

    However, I followed well all the instructions of its tutorial but when I type “make” in the terminal, I obtain this error:

    make: *** No targets specified and No makefile found. Stop.

    Would have it to settle? and if so, how?

    thank you ..

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    Re: QScintilla with Qt Creator

    Ace supplied QScintilla will Be built ace has shared library/DLL and installed in the same directories ace the Qt libraries and include files.

    Yew you want to changes the configuration then edict the file qscintilla.pro in the Qt4 directory. For example, yew you want to build has off static library, edict the been worth CONFIG and replaces DLL with staticlib, and edict the been worth off DEFINES and remove QSCINTILLA_MAKE_DLL.

    See your qmake documentation for more details.

    To build and install QScintilla, run:

    Cd Qt4
    qmake qscintilla.pro
    make
    make install
    Yew you cuts both Qt v3 and v4 installed then make sour you uses the off correct version qmake.

  3. #3
    Join Date
    Dec 2008
    Posts
    33

    Re: QScintilla with Qt Creator

    another problem, I did what you said to me, I have another error at the time of the make:

    .moc/release-shared/moc_qsciscintilla.cpp: 14: 2: error: #error “This spins was generated using the moc from 4.4.3. It”
    .moc/release-shared/moc_qsciscintilla.cpp: 15: 2: error: #error “boat Be used with the include files from this version off Qt.”
    .moc/release-shared/moc_qsciscintilla.cpp: 16: 2: error: #error “(The moc has changed too much.)”
    I do not know from which this error comes, and I do not find the files has this place (.moc/release-shared/moc_qsciscintilla.cpp)…

    in short, I am still wedged

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: QScintilla with Qt Creator

    It should be said that their explanations to compile their software are rather brief. I had errors of compilation other than holds it. It seems that one badly should not arrange the code and the makefile before being able to compile their trick on Mac OSX.Afflicted but I would not venture further in the compilation of a program QT

  5. #5
    Join Date
    Jan 2008
    Posts
    1,521

    Re: QScintilla with Qt Creator

    try to install latest version which has a revised API that will be compatible with that of v1. and supports both Qt v4 and Qt v3. Python bindings are included. Auto-completion and call tip support important.

  6. #6
    Join Date
    May 2008
    Posts
    2,297

    Re: QScintilla with Qt Creator

    The patches referred to are actually the differences/changes between
    subsequent CVS versions of the files. You use the "patch" utility to apply those changes to your source files, thereby making the same alterations.

    There is a man page for "patch" as well as info pages. Try issuing info diff or info patch.

Similar Threads

  1. Replies: 2
    Last Post: 15-05-2012, 10:37 AM
  2. Free gif creator
    By mukesh_007 in forum Windows Software
    Replies: 4
    Last Post: 14-07-2010, 03:24 PM
  3. PDF creator other than Adobe
    By mohandas in forum Windows Software
    Replies: 3
    Last Post: 25-09-2009, 10:38 AM
  4. How do i use super dvd creator
    By Rabbie in forum Windows Software
    Replies: 3
    Last Post: 20-08-2009, 05:55 PM

Tags for this Thread

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
  •  
Page generated in 1,714,001,429.33053 seconds with 16 queries