Hi all,
i'm new to this list. I subscribed it because i have a problem building wxPython.
I downloaded the sources, and followed instruction in http://wxpython.org/BUILD.html
It's all ok but when i'm at the step:
I have no idea why ld cannot find that library.
Could someone help me?
I'm running slackware 10.0, and i have just installed wxBase and wxGTK (for aMule)
Thanks all!
I can't tell you the exact cause, but the error refers to
libwx_gtk2_stc-2.5, not to libwx_gtk2ud_stc-2.5.so.2.0.0
I don't know what the "ud" stands for, but I'd guess something with unicode?
Hi all,
i'm new to this list. I subscribed it because i have a problem building
wxPython.
I downloaded the sources, and followed instruction in Phoenix/README.rst at master · wxWidgets/Phoenix · GitHub
It's all ok but when i'm at the step:
I have no idea why ld cannot find that library.
Could someone help me?
I'm running slackware 10.0, and i have just installed wxBase and wxGTK
(for aMule)
Thanks all!
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
- --
UC
- --
Open Source Solutions 4U, LLC 2570 Fleetwood Drive
Phone: +1 650 872 2425 San Bruno, CA 94066
Cell: +1 650 302 2405 United States
Fax: +1 650 872 2417
···
On Friday 22 October 2004 06:01 am, Leonardo Rossi wrote:
Hi all,
i'm new to this list. I subscribed it because i have a problem building wxPython.
I downloaded the sources, and followed instruction in Phoenix/README.rst at master · wxWidgets/Phoenix · GitHub
It's all ok but when i'm at the step:
I can't tell you the exact cause, but the error refers to
libwx_gtk2_stc-2.5, not to libwx_gtk2ud_stc-2.5.so.2.0.0
I don't know what the "ud" stands for, but I'd guess something with unicode?
Hi all,
i'm new to this list. I subscribed it because i have a problem building
wxPython.
I downloaded the sources, and followed instruction in Phoenix/README.rst at master · wxWidgets/Phoenix · GitHub
It's all ok but when i'm at the step:
I have no idea why ld cannot find that library.
Could someone help me?
I'm running slackware 10.0, and i have just installed wxBase and wxGTK
(for aMule)
Thanks all!
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
- -- UC
- --
Open Source Solutions 4U, LLC 2570 Fleetwood Drive
Phone: +1 650 872 2425 San Bruno, CA 94066
Cell: +1 650 302 2405 United States
Fax: +1 650 872 2417
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
i have lost another message, referring to edit setup.py and add SOMETHING that i don't remember.
I tried to ./configure make and make install without options but i receive the same error.
I don't have that file libwx_gtk2_Stc, but I have the libwx_gtk2ud_stc
Could anyone help me?
Thanks,
LR
···
On Friday 22 October 2004 06:01 am, Leonardo Rossi wrote:
i have lost another message, referring to edit setup.py and add SOMETHING that i don't remember.
I tried to ./configure make and make install without options but i receive the same error.
I don't have that file libwx_gtk2_Stc, but I have the libwx_gtk2ud_stc
Could anyone help me?
i have lost another message, referring to edit setup.py and add SOMETHING that i don't remember.
I tried to ./configure make and make install without options but i receive the same error.
I don't have that file libwx_gtk2_Stc, but I have the libwx_gtk2ud_stc
Could anyone help me?
I tried to put UINICODE=1 in setup.py, but the error is the same.
Since the problem is on the STC module, i tried to put BUILD_STC=0 in setup.py, ok the next module is the XRC. Same problem (looking for libwx_gtk2_something and i have libwx_gtk2ud_samething).
What will I have to do?
Why i have the unicoded libraries, and setup.py is looking for the UN-unicoded ones?
Maybe I must use ./configure --enable-unicode? OR something similar?
THank you in advance..
i have lost another message, referring to edit setup.py and add SOMETHING that i don't remember.
I tried to ./configure make and make install without options but i receive the same error.
I don't have that file libwx_gtk2_Stc, but I have the libwx_gtk2ud_stc
Could anyone help me?
I tried to put UINICODE=1 in setup.py, but the error is the same.
Did you spell it like that or "UNICODE"?
Since the problem is on the STC module, i tried to put BUILD_STC=0 in setup.py, ok the next module is the XRC. Same problem (looking for libwx_gtk2_something and i have libwx_gtk2ud_samething).
What will I have to do?
Why i have the unicoded libraries, and setup.py is looking for the UN-unicoded ones?
Maybe I must use ./configure --enable-unicode? OR something similar?
If you have the "ud" libs then you did use --enable-unicode.
If you give it "WXPORT=gtk2 UNICODE=1" then setup.py will run "wx-config --toolkit=gtk2 --unicode=yes --version=2.5 --libs" to get the libs and link flags to use. Try running that yourself to see what it outputs.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
i have lost another message, referring to edit setup.py and add SOMETHING that i don't remember.
I tried to ./configure make and make install without options but i receive the same error.
I don't have that file libwx_gtk2_Stc, but I have the libwx_gtk2ud_stc
Could anyone help me?
I tried to put UINICODE=1 in setup.py, but the error is the same.
Did you spell it like that or "UNICODE"?
Since the problem is on the STC module, i tried to put BUILD_STC=0 in setup.py, ok the next module is the XRC. Same problem (looking for libwx_gtk2_something and i have libwx_gtk2ud_samething).
What will I have to do?
Why i have the unicoded libraries, and setup.py is looking for the UN-unicoded ones?
Maybe I must use ./configure --enable-unicode? OR something similar?
If you have the "ud" libs then you did use --enable-unicode.
If you give it "WXPORT=gtk2 UNICODE=1" then setup.py will run "wx-config --toolkit=gtk2 --unicode=yes --version=2.5 --libs" to get the libs and link flags to use. Try running that yourself to see what it outputs.
If you have the "ud" libs then you did use --enable-unicode.
If you give it "WXPORT=gtk2 UNICODE=1" then setup.py will run "wx-config --toolkit=gtk2 --unicode=yes --version=2.5 --libs" to get the libs and link flags to use. Try running that yourself to see what it outputs.
If you have the "ud" libs then you did use --enable-unicode.
If you give it "WXPORT=gtk2 UNICODE=1" then setup.py will run "wx-config --toolkit=gtk2 --unicode=yes --version=2.5 --libs" to get the libs and link flags to use. Try running that yourself to see what it outputs.