#17340 closed defect (fixed)
wxMaxima 0.7.5 port bugfix
Reported by: | usami-k@… | Owned by: | mf2k (Frank Schima) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | wxMaxima |
Description
I created patch fixed port bug (ticket #16794).
Attachments (2)
Change History (8)
Changed 16 years ago by usami-k@…
Attachment: | Portfile.diff added |
---|
Changed 16 years ago by usami-k@…
Attachment: | patch-data_Info.plist.in.diff added |
---|
comment:1 follow-up: 2 Changed 16 years ago by mf2k (Frank Schima)
Port: | wxMaxima added |
---|
comment:2 Changed 16 years ago by blb@…
Replying to macsforever2000@…:
I applied the patches but when i launch wxMaxima a dialog appears and says that "The application sbcl quit unexpectedly". And i when i try to enter text into the input line it says "Not connected to maxima!". But that might be because i don't know how to use Maxima.
Works fine here, is your sbcl port current? Can you start sbcl from the command line?
comment:3 Changed 16 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to macsforever2000@… |
---|---|
Status: | new → assigned |
comment:4 follow-up: 5 Changed 16 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I think i found the problem. I had gcc_select set to mp-gcc43. I changed it back to Apple's gcc40 and recompiled sbcl, maxima and wxmaxima and it seems to work now.
Fix applied in r42440.
comment:5 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to macsforever2000@…:
I think i found the problem. I had gcc_select set to mp-gcc43. I changed it back to Apple's gcc40 and recompiled sbcl, maxima and wxmaxima and it seems to work now.
Ports should not care what you have gcc_select
ed. Please file tickets against any ports that do care. They need to be updated to use the CC/CXX variables that MacPorts is setting for them.
I applied the patches but when i launch wxMaxima a dialog appears and says that "The application sbcl quit unexpectedly". And i when i try to enter text into the input line it says "Not connected to maxima!". But that might be because i don't know how to use Maxima.