wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

wxBase using --with-odbc option #21205

Closed wxtrac closed 2 years ago

wxtrac commented 19 years ago

Issue migrated from trac ticket # 1840

component: base | priority: normal

2004-08-30 18:04:30: gheberle created the issue


If I configure wxBase (version 2.4.2) with the --with-odbc option I can not get it to build the library.

g++ -shared -o lib/libwx_base-2.4.so.0.1.1 ... g++: catalog.o: No such file or directory g++: connect.o: No such file or directory g++: dlf.o: No such file or directory g++: dlproc.o: No such file or directory g++: execute.o: No such file or directory g++: fetch.o: No such file or directory g++: hdbc.o: No such file or directory g++: henv.o: No such file or directory g++: herr.o: No such file or directory g++: hstmt.o: No such file or directory g++: info.o: No such file or directory g++: itrace.o: No such file or directory g++: misc.o: No such file or directory g++: prepare.o: No such file or directory g++: result.o: No such file or directory make: *** [lib/libwx_base-2.4.so.0.1.1] Error 1

To this day I have to compile separately the wxGTK 2.4.2 code with the --with-odbc option and then copy these missing objects into the wxBase directory to get it to work. Is there any plans to release the ODBC classes with wxBase?

Thanks, Greg

wxtrac commented 19 years ago

2004-09-09 16:05:30: msdobrescu commented


I also think a set of data-aware components are a have to these days. Also some visual tools (as DialogBlocks) should have support for them. But current wx db classes are not mature enough: they lack in many points like BLOB support etc..

On other hand, not everybody uses db, so it is a good idea to have them separated - but available easily.

A good idea would be to have fl integrated in base. Every modern tool uses floatin toolbars. Also a set of tabbed docking (VS.NET like) is very ergonomic!

Kind Regards, Mike

wxtrac commented 19 years ago

2004-09-11 22:19:46: @vadz commented


--with-odbc build should work fine in 2.5.2+ (with or without GUI) and I unfortunately I don't think anybody cares enough about this to fix it in 2.4 (whch uses completely different makefiles)