dbTalk Databases Forums  

MSoft install batch file error

mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss MSoft install batch file error in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gary Anderson
 
Posts: n/a

Default MSoft install batch file error - 08-24-2006 , 06:41 PM






--------------070108060808080504030208
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Found a little problem with the Windows install.bat file. The first few
lines are:

@echo off
if "%1" == "" goto error

set BASE_DIR=c:\mysql++
set INST_INC_DIR=%BASE_DIR%\include
set INST_LIB_DIR=%BASE_DIR%\%1

The error lines are:
:error
echo usage: install [subdir]
echo.
echo Installs MySQL++ into the given subdirectory of %BASE_DIR%

As it stands, %BASE_DIR% is not defined before the error is called, so
the error doesn't output what is expected. I suggest moving the
definitions up before the test to see if a parameter has been input. I
would also suggest that the information line be:
echo Installs MySQL++ library files in debug and release subfolders
of %BASE_DIR%\[subdir].



--------------070108060808080504030208
Content-Type: text/plain; charset=us-ascii


--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw
--------------070108060808080504030208--

Reply With Quote
  #2  
Old   
Warren Young
 
Posts: n/a

Default Re: MSoft install batch file error - 08-24-2006 , 08:51 PM






Gary Anderson wrote:
Quote:
Found a little problem with the Windows install.bat file.
This file is vestigial from the makemake days in MySQL++ v2.0. If
you're interested in making it work again, by all means, hack away and
send in the new version.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.