configure no longer works on wx-2.5.1/Linux?

wxWindows

    Next

  • 1. Performance of wxX11
    Hi all, I have a code that can either do its GUI and plotting directly through X11 or through wxWidgets. I'm starting to look at performance issues now and with color plots having lots of rectangles (2D), wxWidgets runs about half as fast as the native X11 code on the same machine running the same problem. For more linear-based plots and without colors, there is about a 10% performance hit. I'm wondering if anyone has experience with optimising wxX11 or in getting around quirks. I've already done stuff like reducing heap allocations and copy operations. Gprof is next. Any suggestion is welcome. Have a great weekend, Chris Egner --------------------------------------------------------------------- To unsubscribe, e-mail: XXXX@XXXXX.COM For additional commands, e-mail: XXXX@XXXXX.COM
  • 2. debug mode for debian
    Can I find a debian package with wxwidgets compiled in debug mode? /Kristian --------------------------------------------------------------------- To unsubscribe, e-mail: XXXX@XXXXX.COM For additional commands, e-mail: XXXX@XXXXX.COM
  • 3. Can't put panel into sizer ?
    Hello, I use wxWin-2.4.2 with MinGW and can compile files in attachment but when I run application, I get no window and probably crash. Can somebody tell me, what is problem and how to overcome it ? My target is to have MyPanel1 instances as many as I want and dynamically add it into sizer. Is it possible to do it ? Thanks, Vaclav --------------------------------------------------------------------- To unsubscribe, e-mail: XXXX@XXXXX.COM For additional commands, e-mail: XXXX@XXXXX.COM

configure no longer works on wx-2.5.1/Linux?

Postby antispamid2003 » Sat, 06 Mar 2004 04:55:29 GMT

After having great success with upgrading to wxAll-2.5.1 on Windows
2000, I tried to build the same on Linux (RedHat 7.3). I followed the
same exact  steps that I used to successfully build wxAll-2.4.2 on the
same exact Linux box, except that I now added the '--enable-monolithic'
option.

I then ran configure, which seems to have progressed fine through the
critical stages until it stumbled (and subsequently aborted) on the
taskbar sample:

.
.
.
checking if the compiler supports precompiled headers... no
checking whether make sets $(MAKE)... (cached) yes
configure: creating ./config.status
config.status: creating wx-config
config.status: creating version-script
config.status: creating Makefile
config.status: creating samples/wizard/Makefile
config.status: creating samples/widgets/Makefile
config.status: creating samples/validate/Makefile
config.status: creating samples/typetest/Makefile
config.status: creating samples/treectrl/Makefile
config.status: creating samples/toolbar/Makefile
config.status: creating samples/thread/Makefile
config.status: creating samples/text/Makefile
config.status: creating samples/taskbar/Makefile
config.status: error: cannot find input file:
samples/taskbar/Makefile.in

Anyone has seen this before? What should I do to make configure
complete its run successfully?

Thanks,
Pam
----------------------
WX : 2.5.1
OS : RedHat 7.3 (Linux 2.4.18)
COMPILER: gcc 3.0.4



=====
WX : 2.5.1
OS : Windows 2000
COMPILER: VC++ 6 (IDE)

__________________________________
Do you Yahoo!?
Yahoo! Search - Find what youe looking for faster
 http://www.**--****.com/ 

---------------------------------------------------------------------
Please read  http://www.**--****.com/ 

To unsubscribe, e-mail:  XXXX@XXXXX.COM 
For additional commands, e-mail:  XXXX@XXXXX.COM 


Re: configure no longer works on wx-2.5.1/Linux?

Postby martin.ecker » Sat, 06 Mar 2004 05:09:14 GMT

From: "Pamela Goetz" < XXXX@XXXXX.COM >

I've ran into the same issue. Makefile.in (and also the bakefile)
for the taskbar sample is simply missing from the wxAll distribution.
You can simply download the missing file from CVS here:
 http://www.**--****.com/ 
Then configure will run till the end correctly.


Hm, I had some problems with the workspace files in /build/msw
while upgrading to 2.5.1.
Some DLLs had a "_vc_custom" suffix attached to their name, which
was causing problems because the wx DLLs want to link against
lib files without that suffix. I had to manually remove these.
Didn't you experience this as well?

Regards,
Martin

----------------------------------------------------------------
Visit my pages on the Web:
XEngine Project Page:  http://www.**--****.com/ 
Private homepage:  http://www.**--****.com/ 


---------------------------------------------------------------------
Please read  http://www.**--****.com/ 

To unsubscribe, e-mail:  XXXX@XXXXX.COM 
For additional commands, e-mail:  XXXX@XXXXX.COM 


Re: configure no longer works on wx-2.5.1/Linux?

Postby antispamid2003 » Sat, 06 Mar 2004 05:29:31 GMT


 http://www.**--****.com/ 

Thanks for your quick answer! I downloaded the file as you suggested
and configured completed without a hitch. It's now compiling... We'll
see how this goes.


I didn't - perhaps because I first built the monolithic version the old
(2.4.2) way - using C:\wxWindows-2.5.1\src\wxWindows.dsw

I then followed by building the new way:
C:\wxWindows-2.5.1\build\msw\wx_dll.dsw

(so I now have - and using - both)

For now I have succeeded avoiding bakefiles completely, since I wanted
to minimize the time it gets my application up and running again using
wx-2.5.1.

Do I understand correctly that at some point the wxWidgets package will
stop coming with Makefile.in's and will use bakefiles exclusively?

Regards,
Pam

=====
WX : 2.5.1
OS : Windows 2000
COMPILER: VC++ 6 (IDE)

__________________________________
Do you Yahoo!?
Yahoo! Search - Find what youe looking for faster
 http://www.**--****.com/ 

---------------------------------------------------------------------
Please read  http://www.**--****.com/ 

To unsubscribe, e-mail:  XXXX@XXXXX.COM 
For additional commands, e-mail:  XXXX@XXXXX.COM 


Similar Threads:

1.i2c-i801 no longer working (was: lm90 no longer working)

2.Linux wx based shared object and wx based app

Hi,

I have a shared library that links statically with wxbase.  I also have
an app that links statically with wxgtk monolithic.

My problem is that I get an trap during wxWidgets initialization (out of
my programs scope).

If I link my shared object with -nostartfiles, my app runs and uses the
shared library just fine.  BUT, then my globals or class static vars in
the library do not get initialized, which is a major problem.

Is there a way (under Linux) that I can create a wxBase based shared
library that will link and run with a wxGTK based app?

I've done all of this under Windows, and it works just fine, but Linux
is giving me a major headache.  If anyone can point me to examples, it
would be great.

Thanks,

Gerald



---
Gerald Brandt
MicroPilot Inc.
(204) 344-5558 ext 231
 XXXX@XXXXX.COM 

---------------------------------------------------------------------
To unsubscribe, e-mail:  XXXX@XXXXX.COM 
For additional commands, e-mail:  XXXX@XXXXX.COM 

3.Search configure button not working, search from location bar no longer works

I have the same problem, it's very irritating. Another 
member sent me a .reg file to try and fix, I'll email it 
to you, it didn't fix my prob but, maybe you'll have 
better luck
>-----Original Message-----
>After installing Microsoft's latest fix for security 
>issues with IE, I had my own issues.  First I lost all 
my 
>favorites!!  The biggest problem is the inability to 
>search from the location bar.  The ability to configure 
>the search engine button does not work, when you select 
>it IE freezes up and must be closed.  Because this 
>configure button does not work, it affected the search 
>ability in the location bar.  How can I repair this 
>problem?
>
>Can I reinstall XP over the current installation to fix 
>problems?
>.
>

4.[News] [Linux] Laptops No Longer "Work With" Linux, They Just Come With It

5.configure no longer accepts arguments

I've suddenly started having a problem compiling tarballs: when I run the 
configure script, it no longer seems to accept any of the arguments given 
on the command line.  They are simply ignored.  E.g. when I run 
"./configure --help" the --help is ignored and the configure script just 
runs as if nothing was given as an argument.  This is OK when the default 
settings are reasonable, but if I want to "--enable-special-feature" or 
"--includedir=/whatever" it gets to be a problem.  I've tried backtracking 
to see what changed in the last couple weeks to account for this, but I'm 
at a loss.  

Any ideas?

-- 

-John ( XXXX@XXXXX.COM )

6. Unable to portupgrade expat [long-ish, due to configure output]

7. SunOS 5.8 sparc UltraAX-i2 ./configure takes too long

8. CM15A partially working under Linux (Long)



Return to wxWindows

 

Who is online

Users browsing this forum: No registered users and 26 guest