Compilation errors sendmail 8.13.4 Mac OS X 10.4When I try to recompile sendmail 8.13.4 using gcc 4.4 with Mac's new OS
(10.4), the compilation fails, but does not exit, with the following error:
cc -pipe -M -I. -I../../include -I/usr/local/include/sasl -DSASL=2
-DMILTER -DMAP_REGEX -DNETINFO -DAUTO_NETINFO_ALIASES -DAUTO_NETINFO_HOSTS
-DMATCHGECOS -DSCANF -DXDEBUG -DSTARTTLS -DNEWDB -USERDB -DDARWIN main.c
alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c
deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c
mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c
sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c
timers.c tls.c trace.c udb.c usersmtp.c util.c version.c >> Makefile
conf.c:2362:24: error: sys/exec.h: No such file or directory
make[1]: *** [depend] Error 1
Making in
/Users/royar/src/sendmail-8.13.4/obj.Darwin.8.0.0.PowerMacintosh/sendmail
The new sys does not have the exec.h file. Have any others seen this with
gcc 4.4 or the new OS X? Did my install simply miss the file, or does
conf.c need to be changed? Are there perhaps m4 configurations that need to
be changed for the new system?
--
Robert Delius Royar The email address is valid as it is written.
You know, what this country needs is a seven-cent nickel.
-Groucho Marx
In article <Pine.OSX.4.62.0504282222130.647@teraqny.sevanohynk.bet>, r
royar <royar-nomail@adelphia.net&...
[wx 2.6.3, Mac OS X 10.4.8, gcc 4.0.1] extremely slow wxStyledTextCtrl::Colourise()Hello,
I'm developing a multi-platform source code editor with
syntax-highlighting based on wxWidgets.
I have a problem with the wxStyledTextCtrl::Colourise() function on the
Mac platform.
This function is extremely slow on Mac, e.g. it takes about 40 seconds
to do the lexing of a file of 500 lines of c++ code, while the same
function returns
within 1 second on the Windows and Linux platforms using the same
version of
wxWidgets. (I'm using the wxSTC_LEX_CPP lexer).
The problem appears when the user wants to scroll down the
wxStyledTextCtrl :
the slider blocks and th...
Compiling sendmail 8.13.3 on BSD/OS 4.3.1I am trying to compile sendmail using GCC 3.2.2 but cc 2.95
keeps getting in the way. How do I tell sendmail to
completely ignore cc 2.95.X?
--
Member - Liberal International
This is doctor@nl2k.ab.ca Ici doctor@nl2k.ab.ca
God Queen and country! Beware Anti-Christ rising!
...
Re: Subject: Building ACE 5.3.1 on Mac OS X (Tiger) 10.4.2 was [ace-users] Building ACE on Mac OSX 10.4Hi Jason,
Thanks for using the PRF.
>> ACE VERSION: 5.3.1
This version of ACE is ANCIENT. The forthcoming ACE 5.4.8 beta should
work "out of the box" for Mac OS X Tiger. If you want a preview,
please download the version in our CVS repo at
http://cvs.doc.wustl.edu/
take care,
Doug
>> HOST MACHINE and OPERATING SYSTEM: Mac OS X 10.4.2
>> COMPILER NAME AND VERSION (AND PATCHLEVEL):
>> powerpc-apple-darwin8-gcc-4.0.1
>>
>> CONTENTS OF $ACE_ROOT/ace/config.h:
>>
>> /* -*- C++ -*- */
>> // config-macosx.h,v 4.17 2003/01/20 20:02:12 seibel_r Exp
>>
>> // This configuration file is designed to work with the MacOS X operating
>> system.
>>
>> #ifndef ACE_CONFIG_MACOSX_H
>> #define ACE_CONFIG_MACOSX_H
>>
>> #if ! defined (__ACE_INLINE__)
>> #define __ACE_INLINE__
>> #endif /* ! __ACE_INLINE__ */
>>
>> #if defined (__GNUG__)
>> # include "ace/config-g++-common.h"
>> #endif /* __GNUG__ */
>>
>> #undef ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
>>
>> #define ACE_SIZE_T_FORMAT_SPECIFIER ACE_LIB_TEXT ("%lu")
>>
>> #if defined (ACE_HAS_PENTIUM)
>> # undef ACE_HAS_PENTIUM
>> #endif /* ACE_HAS_PENTIUM */
>>
>> #if !defined (_THREAD_SAFE)
>> #define _THREAD_SAFE
>&g...
Re: Subject: Building ACE 5.3.1 on Mac OS X (Tiger) 10.4.2 was [ace-users] Building ACE on Mac OSX 10.4 #2Hi Jason,
>> I know it isn't the most recent version available, but this version
>> is used extensively across the corporation. Changing the version of
>> ACE all these products used will cause the architect's heads to
>> explode ;)
>>
>> Is it your opinion that 5.3.1 is hopeless cause on Tiger?
It'll take some work, but companies like Riverace, Remedy, and OCI can
help out with this stuff if staying with 5.3.1 is essential. Please see
http://www.cs.wustl.edu/~schmidt/commercial-support.html
for help with this stuff.
>> > http://cvs.doc.wustl.edu/
>> I will try it out, and let you know how it works.
Great - if there are any problems please let us know quickly so that
we can get the fixes into the x.4.8 beta.
Thanks,
Doug
--
Dr. Douglas C. Schmidt Professor and Associate Chair
Electrical Engineering and Computer Science TEL: (615) 343-8197
Institute for Software Integrated Systems WEB: www.dre.vanderbilt.edu/~schmidt
Vanderbilt University, Nashville TN, 37203 NET: d.schmidt@vanderbilt.edu
...
Ruby 1.8.3 Build error on AIX 5.2 with gcc 3.4.4Hello,
I've found errors on AIX 5.2 with gcc 3.4.4 :
-A) Configuration errors :
-1) Bind error in ext/bigdecimal because the file ruby.imp doesn't
exist. In the main Makefile, $(RBCONFIG) target needs $(ARCHFILE). You can
have the line :
$(RBCONFIG): $(srcdir)/mkconfig.rb config.status $(PREP) $(ARCHFILE)
-B) Compiler errors :
-1) ext/readline.c line 13 : <unistd.h> includes some 64 bits features
if the configuration program set the macro __LARGE_FILES. So, if you don't
use 64 bits file acces you have to add "#undef __LARGE_FILES" in line 13
just be...
sendmail 8.13.0 build fails on Mac OS 10.3.4Get the following errors on build:
cc -pipe -o vacation vacation.o
/src/sendmail-8.13.0/obj.Darwin.7.4.0.PowerMacintosh/libsmdb/libsmdb.a
/src/sendmail-8.13.0/obj.Darwin.7.4.0.PowerMacintosh/libsmutil/libsmutil.a
/src/sendmail-8.13.0/obj.Darwin.7.4.0.PowerMacintosh/libsm/libsm.a
ld: Undefined symbols:
_sm_mbdb_initialize
_sm_mbdb_lookup
make[1]: *** [vacation] Error 1
make: *** [all] Error 2
Is this a problem with Berkeley DB?
Randall Perry
http://www.systame.com/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Randall Perry wrote:
| Get the following errors on build:
|
| cc -pipe -o vacation vacation.o
| /src/sendmail-8.13.0/obj.Darwin.7.4.0.PowerMacintosh/libsmdb/libsmdb.a
| /src/sendmail-8.13.0/obj.Darwin.7.4.0.PowerMacintosh/libsmutil/libsmutil.a
| /src/sendmail-8.13.0/obj.Darwin.7.4.0.PowerMacintosh/libsm/libsm.a
| ld: Undefined symbols:
| _sm_mbdb_initialize
| _sm_mbdb_lookup
| make[1]: *** [vacation] Error 1
| make: *** [all] Error 2
|
<snip>
What is defined in sm/mbdb.h ?
- -d
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.3.6 (Darwin)
iD8DBQFA2L++PMoaMn4kKR4RAzWtAJ0VcI5rs0ANPGhcnr0Zv/W8BprTWACgjUM2
k0GqkEwQ/N87+eS+vUFT1Ws=
=/sf8
-----END PGP SIGNATURE-----
I discovered the problem's not with sendmail. Was able to be
succesfully on another Mac; the Mac I did the original build on seems
to have some problems with gcc as I'm getting this error:
cc: Internal error: Segmentation fault (program
/usr/libexec/gcc/darwin/ppc/cpp-preco...
Error while ACE 5.3.1 or 5.4.1 compiling and installing by MinGW 3.3.3Hi,
I have installed MinGW packages:
binutils-2.13.90-20030111-1.tar.gz
gcc-core-3.3.3-20040217-1.tar.gz
gcc-g++-3.3.3-20040217-1.tar.gz
mingw-runtime-3.3.tar.gz
w32api-2.5.tar.gz
Also I've configured environment due to ACE-INSTALL.html according
MinGW compiler. OS: WinXP SP2.
$ACE_ROOT=F:\ACE531
I get next compiling error:
F:\ACE531\ace>gmake
gmake.EXE[1]: Entering directory `F:/ACE531/ace'
d:\Utils\Unix\diff.EXE: -: Invalid argument
gmake.EXE[1]: Leaving directory `F:/ACE531/ace'
gmake.EXE[1]: Entering directory `F:/ACE531/ace'
d:/Utils/Unix/gmake.EXE -f Makefile.dirs SUBDIR_TARGET=all
RMCast.subdir
gmake.EXE[2]: Entering directory `F:/ACE531/ace'
d:/Utils/Unix/gmake.EXE -f Makefile -C RMCast all
gmake.EXE[3]: Entering directory `F:/ACE531/ace/RMCast'
Installing libACE_RMCast.dll -> F:\ACE531/ace
d:\Utils\Unix\cp.EXE: F:ACE531aceRMCast/libACE_RMCast.dll: No such
file or directory
Installing libACE_RMCast.dll -> F:\ACE531/ace
d:\Utils\Unix\cp.EXE: F:ACE531aceRMCast/libACE_RMCast.dll: No such
file or directory
gmake.EXE[3]: *** [F:\ACE531/ace/libACE_RMCast.dll] Error 1
gmake.EXE[3]: Leaving directory `F:/ACE531/ace/RMCast'
gmake.EXE[2]: *** [RMCast.subdir] Error 2
gmake.EXE[2]: Leaving directory `F:/ACE531/ace'
gmake.EXE[1]: *** [all.nested] Error 2
gmake.EXE[1]: Leaving directory `F:/ACE531/ace'
d:\Utils\Unix\gmake.EXE: *** [all] Error 2
There are no folder separators in path (for exampl...
RE: Compiling 2.5.5 on Mac OS X with CW 8.3Hi
it is an error that __DARWIN__ is not defined in this situation, what =
prefix file do you have in your project, as Jos=E9 points out using =
cw_cwc.pch here resolves the need to have the precompiled headers =
already made.
Best,
stefan
> -----Original Message-----
> From: Nadav Aharoni [mailto:NadavA@HumanEyes.com]
> Sent: Dienstag, 19. April 2005 13:34
> To: wx-users@lists.wxwidgets.org
> Subject: RE: Compiling 2.5.5 on Mac OS X with CW 8.3 - errors
>=20
> Continuing with the compilation, I now encountered problems compiling =
the
> RegexM8 p...
[ace-users] Compilation of ACE 5.5.3 fails on Mac OS X 10.4.8Compilation of ACE version 5.5..3 (using GNU tools:
mkdir build
cd build
../configure --enable-static
make
fails on Mac OS X 10.4.8 (Intel-based).
Compilation of ACE.cpp throws many errors that are copied below the
problem report form. I can send the complete output when needed.
ACE 5.5. compiles and builds without problems on the same machine.
PROBLEM REPORT FORM
ACE VERSION: 5.5.3
HOST MACHINE and OPERATING SYSTEM:
Mac Pro (Intel) OS X 10.4.8
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
COMPILER NAME AND VERSION (AND PATCHLEVEL):
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer,
Inc. build 5363)
THE $ACE_ROOT/ace/config.h FILE [if you use a link to a platform-
specific file, simply state which one]:
GNU build: ../conifgure --enable-static
make
THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE [if you
use a link to a platform-specific file, simply state which one
(unless this isn't used in this case, e.g., with Microsoft Visual
C++)]:
CONTENTS OF $ACE_ROOT/bin/MakeProjectCreator/config/
default.features
(used by MPC when you generate your own makefiles):
AREA/CLASS/EXAMPLE AFFECTED:
[What example failed? What module failed to compile?]
DOES THE PROBLEM AFFECT:
COMPILATION?
Yes.
LINKING?
On Unix systems, did you ru...
Gcc 3.4.X to Gcc 4.1.X upgradingHi Guys,
I know that upgrade from GCC-3.3 to 3.4 is not seamless as the C++ ABI
changed between these two versions. There is an issue with the libstdc+
+ library which must be taken care of, as well.
However is there a issue in upgrading from gcc 3.4.X to Gcc 4.1. X?
Say incompatibilities with source code (tempates, defaults include
files etc) and ABI
Also, is there a issue if I have libraries compiled with gcc 4.1.2
version and gcc-3.4.2? Can we get conflicting symbols?
Thanks
AS
kas wrote:
> Hi Guys,
> I know that upgrade from GCC-3.3 to 3.4 is [..]
Your questio...
Trouble compiling qt-x11-free-3.3.3 Solaris 8 SPARC g++ 3.4.3 gmake 3.79.1QTDIR=/usr/local/src/qt
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/doc/man:$MANPATH
export QTDIR PATH MANPATH
cd $QTDIR
../configure -platform solaris-g++ && gmake
This results in:
[...]
g++ -c -Wall -W -O2 -fPIC -DQT_SHARED -DQT_NO_DEBUG -DQT_NO_CUPS
-D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64
-DQT_NO_XINERAMA -DQT_NO_XCURSOR -DQT_NO_XRANDR -DQT_NO_XRENDER
-DQT_NO_XFTFREETYPE -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG
-DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE
-DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC
-I/usr/local/src/qt-x11-free...
Installing MAC OS X 10.1.4, planning 10.3 install as well.Hi,
I changed my Hard drive from a 4 GB to an 18 GB Travelstar (I posted early
about using it). I have partitioned it to a 7.7 GB and a 9.2 GB. I installed
9.2 on the 7.7 GB and ran the 10.1.4 install (same way I did with my old
drive) but this time, the 10 X install will not detect my 9.2 install, it
will ask me to erase the hard drive contents. I then continued, then the
install will just hang intermittently, one time during the time it will ask
for the language and most often when it is copying the basic config files.
Can I install OS X 10.3 here, I know it is not supported by u...
[ace-bugs] Many compiler warnings when compiling 5.4.4 with gcc 3.4.1
ACE VERSION: 5.4.4
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
use?:
Solaris 2.8
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
COMPILER NAME AND VERSION (AND PATCHLEVEL):
CONTENTS OF $ACE_ROOT/ace/config.h [if you use a link to a platform-
specific file, simply state which one]:
// The following configuration file is designed to work for SunOS 5.8
// (Solaris 8) platforms using the SunC++ 4.x, 5.x, 6.x, or g++ compilers.
#ifndef ACE_CONFIG_H
#define ACE_HAS_NONSTATIC_OBJECT_MANAGER 1
// ACE_CONFIG_H is defined by one of the following #included headers.
// #include the SunOS 5.8 config, then add any local updates below.
#include "ace/config-sunos5.8.h"
#define ACE_LACKS_ACE_IOSTREAM 1
#define ACE_LACKS_IOSTREAM_TOTALLY 1
#define ACE_NTRACE 0
// gcc doesn't define the following types
typedef long t_scalar_t; /* historical versions */
typedef unsigned long t_uscalar_t;
typedef void *timeout_id_t;
typedef long blksize_t; /* used for block sizes */
#endif /* ACE_CONFIG_H */
CONTENTS OF $ACE_ROOT/include/makeinclude/platform_macros.GNU (unless
this isn't used in this case, e.g., with Microsoft Visual C++):
linked to platform_sunos5_g++.GNU
CONTENTS OF $ACE_ROOT/bin/MakeProjectCreator/config/default.features
(used by MPC when you generate your own...
Problem compiling 8.4.10 on solaris with gcc 3.3
I get the following error:
tclUnixNotify.c:297: Too few arguments in call to Tcl_JoinThread
And indeed, looking at the code shows only one argument to the
Tcl_JoinThread call, whereas the definition of Tcl_JoinThread in
tclUnixThrd.c shows Tcl_JoinThread taking 2 arguments, the second being
an int* to something called state.
Troubling indeed.
Configuration options: ./configure --enable-shared --enable-threads
Any ideas?
Kevin Penrose wrote:
>
> I get the following error:
> tclUnixNotify.c:297: Too few arguments in call to Tcl_JoinThread
>
> And indeed, looking at the code shows only one argument to the
> Tcl_JoinThread call, whereas the definition of Tcl_JoinThread in
> tclUnixThrd.c shows Tcl_JoinThread taking 2 arguments, the second being
> an int* to something called state.
>
> Troubling indeed.
>
> Configuration options: ./configure --enable-shared --enable-threads
>
The one who is to blame for this already confessed...,
http://aspn.activestate.com/ASPN/Mail/Message/tcl-core/2619395
It will probably be fixed in CVS Head soon (or is already...)
Michael
Michael Schlenker wrote:
> It will probably be fixed in CVS Head soon (or is already...)
Already fixed. First post-8.4.10-release change. :^/
Donal.
...
ANN: Openstep for Zaurus: mySTEP-1.4, myPDA-3.1a5 ANN: Openstep for Zaurus: mySTEP-1.3, myPDA-3.1a4, Zaurus-gcc-2.95.3X10.3a1 ANN: Openstep for Zaurus: mySTEP-1.4, myPDA-3.1a5Dear all,
again new releases for the GNUstep clone "mySTEP" for the Sharp Zaurus and
its runtime environment "myPDA" (X11 + window manager) as well as
an update for the gcc cross-compiler development kit hosted on MacOS
X 10.3 are available.
The system is becoming more and more mature - although it is not
yet ripe enough for productivity. It allows you to take the source of Cocoa
applications, add a simple shell-script build phase, and compile into a "fat
binary" .app bundle that runs verbatim on MacOS X as well as on a
standard Zaurus on which myPDA is...
Newbie question; why (cons (list 1 2) (list 3 4)) is ((1 2) 3 4) and not ((1 2) (3 4))Hi,
I just started to learn LISP, and stumbled in SICP upon
(cons (list 1 2) (list 3 4))
is evaluated to
((1 2) 3 4)
I do not understand why this is not:
((1 2) (3 4))
because
(cdr (cons (list 1 2) (list 3 4)))
is
(3 4)
and
(car (cons (list 1 2) (list 3 4)))
is
(1 2)
Is there a logical explanation?
Thank you for your patience.
--
Greg
Out of order,
gregor <gregor@ediwo.com> writes:
> Is there a logical explanation?
Yes.
> I just started to learn LISP, and stumbled in SICP upon
But first, let's talk about LISP, Lisp, Scheme and Common Lisp.
LISP is the name of the programming language invented in 1959 by John
McCarthy and of the first program implementing it written amongst other
by Steve Russel, one of his students.
LISP 1.5 is a segueing version of that same program dating about 1962
that had some distribution.
Then various lisp languages were developed at various places by various
teams. Names such as MacLisp, InterLisp, LeLisp, StandardLisp, vLisp,
Lisp Machine Lisp, Scheme, GNU Emacs Lisp, etc. It was quite a mess,
and people had a hard time sharing programs. So they talked and
designed and wrote and voted and produced the ANSI Common Lisp standard
(in the USA), meanwhile in Europe they produced the ISO Lisp standard.
Nowadays, almost all the other lisps are "dead", with only scheme
(current version r5rs, r7r...
Re: [ace-bugs] Many compiler warnings when compiling 5.4.4 with gcc 3.4.1Hi Peter,
Thanks for using the PRF.
>> ACE VERSION: 5.4.4
>>
>> HOST MACHINE and OPERATING SYSTEM:
>> If on Windows based OS's, which version of WINSOCK do you
>> use?:
>>
>> Solaris 2.8
>>
>> TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
>> COMPILER NAME AND VERSION (AND PATCHLEVEL):
>>
>> CONTENTS OF $ACE_ROOT/ace/config.h [if you use a link to a platform-
>> specific file, simply state which one]:
>>
>> // The following configuration file is designed to work for SunOS 5.8
>> // (Solaris 8) platforms using the SunC++ 4.x, 5.x, 6.x, or g++ compilers.
>>
>> #ifndef ACE_CONFIG_H
>>
>> #define ACE_HAS_NONSTATIC_OBJECT_MANAGER 1
>>
>> // ACE_CONFIG_H is defined by one of the following #included headers.
>>
>> // #include the SunOS 5.8 config, then add any local updates below.
>> #include "ace/config-sunos5.8.h"
>>
>> #define ACE_LACKS_ACE_IOSTREAM 1
>> #define ACE_LACKS_IOSTREAM_TOTALLY 1
>> #define ACE_NTRACE 0
>>
>> // gcc doesn't define the following types
>>
>> typedef long t_scalar_t; /* historical versions */
>> typedef unsigned long t_uscalar_t;
>> typedef void *timeout_id_t;
>> typedef long blksiz...
RE: [ace-users] Re: ACE 5.4.0 won't compile after GCC upgrade (3.3.3 -> 3.4.3)Hi Tom,
> > > The "resolution" was to upgrade to ACE-5.4.3 or later, which has
> > > code fixes to help with the newer compiler. Not sure how
> much would
> > > need to change, but you may be able to inspect the differences
in
> > > that part of the code wrt the newer ACE release to backport the
> > > fixes.
> > Thanks, I've downloaded and am building. Is ACE-5.4.3 the latest
> > production release ?
>
> Well, the definition of "production release" for ACE is a bit murky
> imho.
Production release is one with 2 numbers. E.g., 5.4
> The developers on this list (almost) always recommend using the
> latest package, which is typically labeled a "beta release".
> The latest
> would be 5.4.4. The developers always recommend *not* using the
> "production release", since the next release labeled "beta"
> is always a bug-fix-only release.
I believe I qualify as a "developer", but have a different take.
Production releases are tested well, and often better than the BFO
beta. There may be fixes in BFO, but there may be additional bugs also
- it happened at 5.4.1.
For those wishing to adopt a version of ACE and stick with it, you'll
need a version you can get support (fixes and advice) for. For
example, Riverace supports releases (e.g., 5.4) and fix kits that
Riverace releases for those (i...
Python 3 on Mac OS X 10.8.4On my mac i do have :
$ python --version
Python 2.7.2
I want to install Python 3 such as python-3.4.0-macosx10.6.dmg avoiding
disturbing the "built-in" version.
Is that possible ?
On 2014-06-19 07:02:21 +0000, Une B�vue said:
> I want to install Python 3 such as python-3.4.0-macosx10.6.dmg avoiding
> disturbing the "built-in" version.
> Is that possible ?
The Installer app won't let you see the target path of each package in
the metapackage so you'll have to open each of the them (we're talking
official binaries since you explic...
compile error with templates in gcc 4.0.1 on Mac OSX 10.4I have my own templated vector class and im trying to use my vector
class in another templated class. im using GCC 4.0.1 on Mac OSX (if i
need to upgrade that isnt a problem) but i want to know if this is a
misunderstanding on my part or a compiler issue, or there is a work
arround without requiring a compiler upgrade.
my vector looks like
template<typename T> class MyVector
{
private:
//data
public:
class iterator
{
//decl
}
};
the class im trying to use it in looks like
template<typename T> class MyVectorUser
{
private:
MyVector<T *>...
[wx 2.5.3, mac os x 10.3.7, gcc 3.3] problem regarding wxGenericDirCtrlhi all,
currently i am trying to make a wxGenericDirCtrl list files and
not just directories. The wxDIRCTRL_DIR_ONLY flag is *not* set,
but it just shows directories and no files at all except symlinks.
is this a bug, a feature or just my goofiness?
please let me know ...
tia + kind regards,
krystian
---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
Hi,
Is there a simple way to get the screen image in a wxGLCanvas i...
Does an app run Mac O X 10.4 when it has been built on Mac OS 10. 3+Hello.
I don't have Mac OS X 10.4 yet, my application is built on Mac OS X 10.3.9,
does
The application can run properly on Mac OS 10.4 ?
Thanks
ming
---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
Hi Ming,
Yes, almost everything should work without modification. I only found
one thing in Tiger that worked differently than Panther, and it was easy
to fix once I got a complete report of what was going on.
HTH,...
Mac OS X 10.3.9 to 10.3.8Is there a way to go back from 10.3.9 to 10.3.8. I have protools that
will not work in 10.3.9. Any ideas?
thx
<fromero@csudh.edu> wrote in message
news:1138070312.152531.300390@g47g2000cwa.googlegroups.com...
> Is there a way to go back from 10.3.9 to 10.3.8. I have protools that
> will not work in 10.3.9. Any ideas?
>
Restore from the backup you made before you updated to 10.3.9, or reinstall
and update from your install CD.
Greg
How do yu restore from a backup on a mac? Also, if I reinstall from
the CDs wont that remove my applications?
G.T. wrote:
> <fro...