Ola,

Much thanks Antonio! I went from 13381 errors to two, but these two errors look ominous...

ld: ./lib/libiup.a(iupgtk_toggle.o): undefined reference to symbol 'gtk_toggle_button_new' ld: /lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0: error adding symbols: DSO missing from command l
ine

Is that one error or two? My system does not have a file named libgtk-x11-2.0.0, so I tried...

|dpkg -l libgtk* | grep -e '^i' | grep -e 'libgtk-*[0-9]' and it returned... |ii  libgtk-3-0:amd64           3.24.24-4+deb11u3 amd64        GTK graphical user interface library
ii  libgtk-3-common            3.24.24-4+deb11u3 all          common files for 
the GTK graphical user interface library
ii  libgtk2.0-0:amd64          2.24.33-2         amd64        GTK graphical 
user interface library - old version
ii  libgtk2.0-common           2.24.33-2         all          common files for 
the GTK graphical user interface library
ii  libgtk3-perl               0.038-1           all          Perl bindings for 
the GTK+ graphical user interface library
||

Oops! It looks like IUP will only work with GTK2 and that says I have GTK3, right? Is there any workaround for that or am I screwed?

Signed,
Andrew

On 7/15/23 05:50, Antonio Scuri wrote:
 The scintilla library itself is missing. IupScintilla is IUP using Scintilla.



Em sáb., 15 de jul. de 2023 às 09:43, Anonymous <anonuser8313...@gmail.com> escreveu:

    Ola,

    I'm still new to Linux so forgive me if I ask what might be stupid
    questions. I cannot link to scintilla using IUP. I get a slew of
    error
    like this:

    ld: ./lib/libiup_scintilla.a(ScintillaGTK.o): in function
    `Scintilla::ScintillaGTK::ModifyScrollBars(long, long)':
    ScintillaGTK.cxx:(.text+0x70d): undefined reference to
    `gtk_adjustment_get_upper'
    ld: ScintillaGTK.cxx:(.text+0x737): undefined reference to
    `gtk_adjustment_get_page_size'
    ld: ScintillaGTK.cxx:(.text+0x77b): undefined reference to
    `gtk_adjustment_set_upper'
    ld: ScintillaGTK.cxx:(.text+0x790): undefined reference to
    `gtk_adjustment_set_page_size'
    ld: ScintillaGTK.cxx:(.text+0x7a6): undefined reference to
    `gtk_adjustment_set_page_increment'
    ld: ScintillaGTK.cxx:(.text+0x7da): undefined reference to
    `gtk_adjustment_get_upper'
    ld: ScintillaGTK.cxx:(.text+0x81a): undefined reference to
    `gtk_adjustment_get_page_size'
    ld: ScintillaGTK.cxx:(.text+0x855): undefined reference to
    `gtk_adjustment_set_upper'
    ld: ScintillaGTK.cxx:(.text+0x86a): undefined reference to
    `gtk_adjustment_set_page_size'
    ld: ScintillaGTK.cxx:(.text+0x87f): undefined reference to
    `gtk_adjustment_set_page_increment'

    And etc, etc, etc for 13381 lines.

    I presume that means a dependency is missing but what dependency
    would
    that be? Or it might be something else? Does anyone know?

    Signed,
    Andrew

    ╔═════════════════════╗
    ║ Environment         ║
    ╟─────────────────────╢
    ║ IUP           v3.30 ║
    ║ IM            v3.12 ║
    ║ CD          v5.11.1 ║
    ║ Mx Linux      v21.3 ║
    ║ KDE_x64  Wildflower ║
    ╚═════════════════════╝



    _______________________________________________
    Iup-users mailing list
    Iup-users@lists.sourceforge.net
    https://lists.sourceforge.net/lists/listinfo/iup-users



_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to