Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: ListGen release  (Read 1691 times)

0 Members and 1 Guest are viewing this topic.

Buddabing

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1845
  • Last login:February 12, 2015, 02:51:45 pm
  • I'm a llama!
ListGen release
« on: March 28, 2005, 01:48:23 pm »
The first official release of my ListGen utility is done. Get it here.

If you want to compile it, it should compile with a standard set of MinGW tools. For a full compile you will need bison and flex.

I don't see why it shouldn't run on DOS/DJGPP or GNU/Linux with minor changes to the makefile.

Screaming, (the BYOAC member not the act of), has helped out quite a bit on this project. Thanks!

I've added a -version option in this release.

Buddabing
I have changed my nickname to "Cakemeister". Please do not PM the Buddabing account because I do not check it anymore.

Please read the wiki!

2600

  • Trade Count: (+7)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1630
  • Last login:June 05, 2017, 10:20:56 am
  • I want my own arcade controls!
Re: ListGen release
« Reply #1 on: March 28, 2005, 04:45:01 pm »
Sorry Buddabing, I always seem to bug you, but could you help me with this one. 

I'm having trouble getting it to compile.  Specifically, it errors out during the sqlite part. I'm not sure if I have to configure things a bit more, if it's my enviroment, or what.

Error below:

gcc -c sqlite2/src/auth.c -o obj/auth.o
gcc -c sqlite2/src/btree.c -o obj/btree.o
gcc -c sqlite2/src/build.c -o obj/build.o
gcc -c sqlite2/src/date.c -o obj/date.o
gcc -c sqlite2/src/delete.c -o obj/delete.o
gcc -c sqlite2/src/expr.c -o obj/expr.o
gcc -c sqlite2/src/func.c -o obj/func.o
In file included from sqlite2/src/func.c:26:
sqlite2/src/os.h:134: error: conflicting types for 'off_t'
d:/mingw32rc3/bin/../lib/gcc/mingw32/3.4.2/../../../../include/sys/types.h:41: e
rror: previous declaration of 'off_t' was here
make: *** [obj/func.o] Error 1

Buddabing

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1845
  • Last login:February 12, 2015, 02:51:45 pm
  • I'm a llama!
Re: ListGen release
« Reply #2 on: March 28, 2005, 06:31:18 pm »
Sorry Buddabing, I always seem to bug you, but could you help me with this one. 

I'm having trouble getting it to compile.  Specifically, it errors out during the sqlite part. I'm not sure if I have to configure things a bit more, if it's my enviroment, or what.

Error below:

gcc -c sqlite2/src/auth.c -o obj/auth.o
gcc -c sqlite2/src/btree.c -o obj/btree.o
gcc -c sqlite2/src/build.c -o obj/build.o
gcc -c sqlite2/src/date.c -o obj/date.o
gcc -c sqlite2/src/delete.c -o obj/delete.o
gcc -c sqlite2/src/expr.c -o obj/expr.o
gcc -c sqlite2/src/func.c -o obj/func.o
In file included from sqlite2/src/func.c:26:
sqlite2/src/os.h:134: error: conflicting types for 'off_t'
d:/mingw32rc3/bin/../lib/gcc/mingw32/3.4.2/../../../../include/sys/types.h:41: e
rror: previous declaration of 'off_t' was here
make: *** [obj/func.o] Error 1

Darn. It should compile with the same MinGW distribution as MAME uses. If you still have the old special MinGW MAME used to use, try compiling with that.

I have changed my nickname to "Cakemeister". Please do not PM the Buddabing account because I do not check it anymore.

Please read the wiki!

2600

  • Trade Count: (+7)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1630
  • Last login:June 05, 2017, 10:20:56 am
  • I want my own arcade controls!
Re: ListGen release
« Reply #3 on: March 29, 2005, 09:03:00 am »
That worked, thanks Buddabing.

It is probably my setup on this PC.

Buddabing

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1845
  • Last login:February 12, 2015, 02:51:45 pm
  • I'm a llama!
Re: ListGen release
« Reply #4 on: March 29, 2005, 01:35:16 pm »
That worked, thanks Buddabing.

It is probably my setup on this PC.

I made a small change to allow it to compile on both MinGW versions.
I have changed my nickname to "Cakemeister". Please do not PM the Buddabing account because I do not check it anymore.

Please read the wiki!

Nocturnaloner

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 212
  • Last login:May 05, 2016, 12:39:53 pm
  • AARRRRcade!
Re: ListGen release
« Reply #5 on: March 30, 2005, 12:33:30 am »
Is this significantly different from the earlier version? (.exe is 193k, modified on 1/21/05)  I'm only using to generate Mamewah lists.

Buddabing

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1845
  • Last login:February 12, 2015, 02:51:45 pm
  • I'm a llama!
Re: ListGen release
« Reply #6 on: March 30, 2005, 07:54:43 am »
Is this significantly different from the earlier version? (.exe is 193k, modified on 1/21/05)  I'm only using to generate Mamewah lists.

No. Really the only thing different is the ability to stop execution after the SQL stage, which allows different SQL to be run than just the filtering.

I have changed my nickname to "Cakemeister". Please do not PM the Buddabing account because I do not check it anymore.

Please read the wiki!