gnu.gnustep.discuss
  Home FAQ Contact Sign in
gnu.gnustep.discuss only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
gnu.gnustep.discuss Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Re: Help with dynamic menus         


Author: Fred Kiefer
Date: Jul 19, 2008 06:53

Charles philip Chan wrote:
> Now that dvdnav is working in MplayerGS, the next thing I want to work
> on is "language" and "angle" selections and a "DVD navigator"
> menu. However, I am not too sure how to do the dynamic menus. Can some
> one point me in the right direction?
>

Not sure, what you mean by "dynamic menus". Could you please explain,
which behaviour you are referring to, then it will be easier to help you.

Fred
no comments
  RE: SQLClient don't create MySQL bundle         


Author: Nicola Pero
Date: Jul 19, 2008 06:42

Great :-)

I'm happy it works. I improved the documentation for SQLClient's configure
script in trunk, so that hopefully it will be easier for people to find how to use
the --with-additional-include and --with-additional-lib options. :-)

Thanks

-----Original Message-----
From: jaroslav.joska@email.cz
Sent: Saturday, 19 July, 2008 15:12
To: nicola.pero@meta-innovation.com
Cc: discuss-gnustep@gnu.org
Subject: RE: SQLClient don't create MySQL bundle

Hi Nicola!

I would like to say you THANK YOU. I used your advice, changed GNUmakefile on line with
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/SQLClient
to
BUNDLE_INSTALL_DIR=/usr/GNUstep/Local/Library/Bundles/SQLClient
and it work's.

Best regards, Jozin
Show full article (1.15Kb)
no comments
  RE: SQLClient don't create MySQL bundle         


Author: jaroslav.joska
Date: Jul 19, 2008 06:12

Hi Nicola!

I would like to say you THANK YOU. I used your advice, changed GNUmakefile on line with
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/SQLClient
to
BUNDLE_INSTALL_DIR=/usr/GNUstep/Local/Library/Bundles/SQLClient
and it work's.

Best regards, Jozin
Show full article (0.73Kb)
no comments
  RE: SQLClient don't create MySQL bundle         


Author: Nicola Pero
Date: Jul 19, 2008 04:43

> Command output:
> #./configure --enable-mysql-bundle --with-additional-include=/usr/local/include/mysql/ > --with-additional-lib=/usr/local/lib/mysql/

Thanks - try with

./configure --enable-mysql-bundle \
--with-additional-include=-I/usr/local/include/ \
--with-additional-lib=-L/usr/local/lib/mysql/

(notice adding -I and -L)

Let me know how it goes

Thanks
no comments
  RE: SQLClient don't create MySQL bundle         


Author: jaroslav.joska
Date: Jul 19, 2008 04:24

Hi Nicola,
thanks for your help, but I have bad news. I checked config.log and it seems that
mysql files SQLClient can't recognized.

My software version:
- mysql-client-5.1.23 Multithreaded SQL database (client) (install from ports)
- mysql-server-5.1.23 Multithreaded SQL database (server)
- SQLClient 1.3.0 (I tried 1.2.0 version - the same error)

Command output:
#./configure --enable-mysql-bundle --with-additional-include=/usr/local/include/mysql/ --with-additional-lib=/usr/local/lib/mysql/
;(with ./configure --enable-mysql-bundle --with-additional-include=/usr/local/include/ --with-additional-lib=/usr/local/lib/ the same
error output)
checking if Jdbc support was manually disabled... no: build if possible
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

#ls -l /usr/local/include/mysql/
total 384
-r--r--r-- 1 root wheel 4058 Jun 10 20:51 decimal.h
-r--r--r-- 1 root wheel 3801 Jun 10 20:51 errmsg.h
-r--r--r-- 1 root wheel 6954 Jun 10 20:51 keycache...
Show full article (8.62Kb)
no comments
  RE: SQLClient don't create MySQL bundle         


Author: Nicola Pero
Date: Jul 19, 2008 02:40

Hi Jaroslav,

thanks for your report. Sorry it didn't work. I looked at your configure output
and I'm a bit confused (eg, if you disabled jni, why is it looking for the jni
headers ?). I wonder if maybe you have edited the configure script to get it working ?

I suggest the following:

* download SQLClient again. Do not edit anything.

* Use the following configure:

./configure --enable-mysql-bundle --with-additional-include=/usr/local/include --with-additional-lib=/usr/local/lib

then check the results (you're obviously looking for the MySQL bundle being built;
ignore anything else). If it couldn't find the MySQL headers/libs, please try
again changing the '--with-additional-include / --with-additional-lib' to match
the location of your MySQL libs ... until they're found and used :-)

* I hope that works. :-) If it still doesn't work, please send us as much
information as you can --

- the version of SQLClient you're using
- where your mysql headers/libs are located
- what ./configure command you're using
- the output of ./configure
- your config.log file
Show full article (1.15Kb)
no comments
  Re: SQLClient don't create MySQL bundle         


Author: Charles philip Chan
Date: Jul 18, 2008 15:15

Jaroslav Joska writes:
> I can't create MySQL bundle which I need to access a MySQL
> database. This is my application error log after installation
> SQLClient without making MySQL bundle:

Check your config.log

Charles

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)

iD8DBQFIgRX03epPyyKbwPYRAsQwAJ9bWBK/ZkHjEcq7v+WoVeabA8zBVACgvC8r
h8kAPevBUwIiMiSOAu0nox4=
=EPnt
-----END PGP SIGNATURE-----
no comments
  SQLClient don't create MySQL bundle         


Author: Jaroslav Joska
Date: Jul 18, 2008 14:54

Hi,
I am really new in Objective C. I have php form and MySQL database on my
laptop. (FreeBSD 6.3, MySQL5). I am trying to build an application
in GNUstep which will be do the same like php form. I downloaded
SQLClient and in first I didn't noticed this report:

# ./configure --enable-mysql-bundle --disable-postgres-bundle
--disable-jni-bundle --disable-sqllite-bundle
checking if Jdbc support was manually disabled... no: build if possible
checking for gcc......
Show full article (3.25Kb)
no comments
  Help with dynamic menus         


Author: Charles philip Chan
Date: Jul 18, 2008 10:55

Hello all:

Now that dvdnav is working in MplayerGS, the next thing I want to work
on is "language" and "angle" selections and a "DVD navigator"
menu. However, I am not too sure how to do the dynamic menus. Can some
one point me in the right direction?

Thanks.

Charles

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)

iD8DBQFIgNkr3epPyyKbwPYRAu7XAJ9DpUqolR+3+JMUwPfBWI6+joa90QCfRxTw
A/7u5JqRDXx3UJdNDTtmawo=
=JIiD
-----END PGP SIGNATURE-----
no comments
  Re: [ANN] MplayerGS 0.6         


Author: Charles philip Chan
Date: Jul 18, 2008 10:16

Here is a download link to MplayerGS 0.6:

ftp://ftp.gnustep.org/pub/gnustep/contrib/MplayerGS-0.6.tar.gz

Charles

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)

iD8DBQFIgM//3epPyyKbwPYRAi+RAKCRN9F5uNocLQWyMGXPQPggpcjDsACgpKOH
Pmt/d+YRNFTOcG4sad5xRdo=
=h3Hu
-----END PGP SIGNATURE-----
no comments
1 2 3 4