Search found 4171 matches

by DavidHart
Wed Feb 28, 2024 3:38 pm
Forum: General Forum Issues
Topic: Registration fails
Replies: 4
Views: 257

Re: Registration fails

For the record, this turned out to be a conflict between reCaptcha and my browser, Pale Moon (actually, with one of its plugins). Out of interest, which browser were you using?
by DavidHart
Tue Feb 27, 2024 10:29 pm
Forum: Compiler / Linking / IDE Related
Topic: codeblocks/wxsmith setup difficulties...
Replies: 17
Views: 524

Re: codeblocks/wxsmith setup difficulties...

Why do we never see similar reports for CodeLite? Either nobody uses it, or they have a proper support forum themselves, or users don't have any problems with it Well, it's not the first of those. And there is a proper forum: it has relatively little activity now, but there are plenty of answers to...
by DavidHart
Tue Feb 27, 2024 2:21 pm
Forum: General Forum Issues
Topic: Registration fails
Replies: 4
Views: 257

Re: Registration fails

Hi,

I see what you mean: for some reason, reCaptcha has stopped working.

I've temporarily switched to a different anti-spambot measure. Please ask your colleague to try again.

Regards,

David
by DavidHart
Sun Feb 11, 2024 4:08 pm
Forum: Compiler / Linking / IDE Related
Topic: Issues in the compilation and building Ubuntu 23.10
Replies: 2
Views: 266

Re: Issues in the compilation and building Ubuntu 23.10

Hi, Two suggestions: 1) Different distros seem to install gtk to different places. The following is a workaround from this link . Building some of the samples provided by the wx3.2-examples package may fail because of failure to detect GTK+ files. If so, try this compilation line: LDFLAGS=$(pkg-conf...
by DavidHart
Sun Dec 10, 2023 1:50 pm
Forum: Platform Related Issues
Topic: wxSpinCtrl Look&Feel Ubuntu 13.10
Replies: 14
Views: 13556

Re: wxSpinCtrl Look&Feel Ubuntu 13.10

Sorry for the late response. :D
What's the odd decade between friends... ;)
by DavidHart
Thu Nov 16, 2023 9:55 am
Forum: C++ Development
Topic: Font Question
Replies: 2
Views: 1626

Re: Font Question

You may also find this 2020 forum thread helpful, since that is where you copied your question from...
by DavidHart
Wed Nov 15, 2023 11:44 am
Forum: Announcements and Discoveries
Topic: wxGTK 3.2 debs and rpms available
Replies: 4
Views: 7481

Re: wxGTK 3.2 debs and rpms available

wx3.2.4 has now been released and I've again created packages for current and recent versions of the major distros. As with previous releases, for debian bookworm, and ubuntu jammy and mantis, there are repositories. There are rpms for fedora 39, and for openSUSE 15.5. More will be added for new rel...
by DavidHart
Sun Nov 12, 2023 6:10 pm
Forum: Platform Related Issues
Topic: Debug vs Release on *nix like system
Replies: 15
Views: 13029

Re: Debug vs Release on *nix like system

You are working on the CodeLite, right? I used to. I'm not an active programmer there now. And CodeLite builds couple of dynamic libraries, correct? Yes. What is you primary OS? s/primary/only. Linux When you are building "debug version of CodeLite, you do run "make install" in order...
by DavidHart
Sun Nov 12, 2023 4:06 pm
Forum: Platform Related Issues
Topic: Debug vs Release on *nix like system
Replies: 15
Views: 13029

Re: Debug vs Release on *nix like system

No, my user doesn't need to set anything. By 'my user' you mean the programmer, who is building a wx program? When the program is distributed, it will be built in Release mode (no -g and no wxUSE_DEBUG) and the libraries will be installed in the /usr/lib. How do you know? That would be your choice,...
by DavidHart
Sun Nov 12, 2023 7:50 am
Forum: Platform Related Issues
Topic: Debug vs Release on *nix like system
Replies: 15
Views: 13029

Re: Debug vs Release on *nix like system

I must still be failing to understand what the problem is. IIUC you still think you need to be able to set some variable/define/something that points to one lib in a debug build and another in non-debug. Did you read that wiki page about >=wx3 debug/release? If so, why do you think that's necessary?...
by DavidHart
Sat Nov 11, 2023 9:42 pm
Forum: Platform Related Issues
Topic: Debug vs Release on *nix like system
Replies: 15
Views: 13029

Re: Debug vs Release on *nix like system

So when I as an app developer write: wxDynamicLibrary lib; lib.Load( "mylib" ); , where mylib is not part of wxWidgets and not part of the system Um, in that case, what does it have to do with wxWidgets? If an app developer creates a lib and wants to load it dynamically, isn't it up to hi...
by DavidHart
Sat Nov 11, 2023 6:20 pm
Forum: Platform Related Issues
Topic: Debug vs Release on *nix like system
Replies: 15
Views: 13029

Re: Debug vs Release on *nix like system

- you run 'make install' and the libraries will be picked up from the default install path. Indeed, if you want to install to /usr/local/. But that's not compulsory (or IMHO the best place). The inspiration for the PR was to make code like this: wxDynamicLibrary lib( "mylib" ); work corre...
by DavidHart
Sat Nov 11, 2023 4:59 pm
Forum: Platform Related Issues
Topic: Debug vs Release on *nix like system
Replies: 15
Views: 13029

Re: Debug vs Release on *nix like system

It is usual that during the development all so libraries are installed in /usr/local/lib, but all published software is using /usr/lib. All self-built programs go to /usr/local/ by default, but how does that affect wx libs for you? Distros will install to /usr/(bin)|(lib)/ (and so do I when I build...
by DavidHart
Sat Nov 11, 2023 3:40 pm
Forum: Platform Related Issues
Topic: Debug vs Release on *nix like system
Replies: 15
Views: 13029

Re: Debug vs Release on *nix like system

Hi,

When and why do you need this information?

Have you read this wiki page about >=wx3 debug/release?

Regards,

David
by DavidHart
Fri Nov 10, 2023 7:27 pm
Forum: Compiler / Linking / IDE Related
Topic: Checking if wxWidgets was compiled with EGL or GLX support?
Replies: 4
Views: 3615

Re: Checking if wxWidgets was compiled with EGL or GLX support?

Hi,

I've no knowledge of this myself, but a quick search found this recent thread. Does that help?

Regards,

David