PowerGod
Forum Addict!
- Joined
- Jun 20, 2011
- Messages
- 4,462
I was referring to wxwidget, but you understood anyway
I tried to compile the last version with those enabled, but I fail miserably every time...
configure log aways says:
large file support available... yes
_LARGEFILE_SOURCE value needed for large files... no :blink:
I googled a lot and everywhere, everyone just tells: "just use --enable-largefile" and nothing else...
but I don't know how to set that _LARGEFILE_SOURCE value... I've seen it's defined in configure, but there's even another variable that can change it's value and it's difficult for me to track every condition... anyway this thing should be managed automatically from the configure file, not by hand... so I'm lost
EDIT: WAIT !! The option actually IS ENABLED in your library... it's my fault... I forgot that three days ago I changed the reference in the env var to point to my libs dir...
Anyway how did you compiled them ?
I tried to compile the last version with those enabled, but I fail miserably every time...
configure log aways says:
large file support available... yes
_LARGEFILE_SOURCE value needed for large files... no :blink:
I googled a lot and everywhere, everyone just tells: "just use --enable-largefile" and nothing else...
but I don't know how to set that _LARGEFILE_SOURCE value... I've seen it's defined in configure, but there's even another variable that can change it's value and it's difficult for me to track every condition... anyway this thing should be managed automatically from the configure file, not by hand... so I'm lost
EDIT: WAIT !! The option actually IS ENABLED in your library... it's my fault... I forgot that three days ago I changed the reference in the env var to point to my libs dir...
Anyway how did you compiled them ?
Last edited by a moderator: