-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build with MSVC++ 6.0 without PERL_MALLOC #60
Comments
From aichner@ecf.teradyne.com----------------------------------------------------------------- Running nmake in Workaround: Inline Patchdiff -u c:\TEMP\p500557\win32\Makefile.orig c:\TEMP\p500557\win32\Makefile
--- c:\TEMP\p500557\win32\Makefile.orig Sat Jun 12 20:04:40 1999
+++ c:\TEMP\p500557\win32\Makefile Sat Jun 12 20:04:40 1999
@@ -105,7 +105,7 @@
# extensions if you change the default. Currently, this cannot be enabled
# if you ask for PERL_OBJECT above.
#
-#PERL_MALLOC = define
+PERL_MALLOC = define
#
# set the install locations of the compiler include/libraries Perl Info
|
c99 requires functions to be declared before they're called
Migrated from rt.perl.org#861 (status was 'resolved')
Searchable as RT861$
The text was updated successfully, but these errors were encountered: