FirebirdSQL / php-firebird

Firebird PHP driver
https://firebirdsql.org/en/php-driver/
Other
66 stars 17 forks source link

Compilation errors / local path got included (?) #61

Closed TimStollberg closed 2 days ago

TimStollberg commented 4 days ago

Hey guys,

i think in the last commit a small mistake happened. Some local paths got in the commit. See:

https://github.com/FirebirdSQL/php-firebird/commit/d59779b309cb74323dca8d2ef2ec95509f4e0acf

image

I can't compile the source code anymore:

3.900 config.status: creating config.h 3.926 make: *** No rule to make target '/home/koeditzm/Entwicklung/php-firebird/interbase.c', needed by 'interbase.lo'. Stop.

Cheers Tim

MartinKoeditz commented 3 days ago

You're damn right. I wasn't paying attention. I removed the .dep files. Should work now. Please try again.

TimStollberg commented 2 days ago

It works again @MartinKoeditz

Thank you!